| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The CATALOG 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 |
|---|---|---|---|---|---|---|
| OID | PK_CATALOG |
|
The unique identifier of the pricing catalog | |||
| NAME | IX_CATALOG_NAME |
|
The name of the pricing catalog |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the pricing catalog |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CATALOG |
| Definition | The name of the pricing catalog |
| Type | NVARCHAR(64), NULL |
| Available Index | IX_CATALOG_NAME |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |
The following database indexes are available in the CATALOG database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | NAME |
| Unique | Yes |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |