| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CCON_TRANSLATION_INSTANCE 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_CCON_TRANSLATION_INSTANCE |
|
The identifier of the translation table instance | |||
| TTAB_CODE |
|
The code of the translation table owning the instance | ||||
| CCON_OID | IX_CCTI_CCON | CHARGE_CONDITION (OID)
|
|
The identifier of the charge condition | ||
| NAME |
|
The name of the instance | ||||
| INSTANCE_NAME |
|
The name of the instance, which is enriched | ||||
| VALIDATION_DATE |
|
The date when the instance becomes valid |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the translation table instance |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CCON_TRANSLATION_INSTANCE |
| Definition | The code of the translation table owning the instance |
| Type | NVARCHAR(256), NULL |
| Definition | The identifier of the charge condition |
| Type | DECIMAL(28), NULL |
| Available Index | IX_CCTI_CCON |
| Definition | The name of the instance |
| Type | NVARCHAR(256), NULL |
| Definition | The name of the instance, which is enriched |
| Type | NVARCHAR(256), NULL |
| Definition | The date when the instance becomes valid |
| Type | SECONDDATE, NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the CCON_TRANSLATION_INSTANCE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CCON_OID |
| Unique | No |
| Partitioned | No |