The VERSION table contains the history of the database schema changes performed on
an installed SAP Convergent Charging (SAP CC) Cockpit Database.
See the VERSION_ID column for more information.
| Schema Version | 2022.0.2 | |
| Partitioned | No | |
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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The date/time of the Cockpit Database schema setup or update |
| Type | SECONDDATE, NOT NULL |
| Definition | The technical version number of the SAP CC Cockpit Database schema |
| Description |
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.
|
| Type | NVARCHAR(20), NOT NULL |