VERSION

SAP CC Cockpit Database Schema Version History

Definition


The VERSION table contains the history of the database schema changes performed on an installed SAP Convergent Charging (SAP CC) Cockpit Database.

Description


The VERSION table contains the history of the database schema changes performed on an installed SAP Convergent Charging (SAP CC) Cockpit Database.

  • If the database schema changes, a row is inserted in this database table with the new schema version number (see the VERSION_ID column name). It is a technical version number.
  • If the schema does not change, the schema version remains the same.

See the VERSION_ID column for more information.

Technical Data


Schema Version 2022.0.2
Partitioned No

Summary


The VERSION table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
INSTALL_DATE        

    The date/time of the Cockpit Database schema setup or update
    VERSION_ID        

      The technical version number of the SAP CC Cockpit Database schema

      More...

      Column Details

      The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

      INSTALL_DATE

      Definition The date/time of the Cockpit Database schema setup or update
      Type SECONDDATE, NOT NULL

      VERSION_ID

      Definition The technical version number of the SAP CC Cockpit Database schema
      Description

      VERSION_ID is the technical version number of the SAP CC Cockpit Database schema and corresponds to a commercial version number of the SAP Convergent Charging software product.

      The values of this technical version number must be compliant with the technical version number of the SAP CC Cockpit web application connected to this back-end database.

      Format: The two first numbers indicate the release version. The third number indicates the feature package stack (FPS) version number for the database schema.

      • 2022.0.0 stands for SAP CC 2022 FPS 0 - the initial shipment of release 2022
      • 2021.0.2 stands for SAP CC 2021 FPS 2

      Type NVARCHAR(20), NOT NULL