The TRANSLATION_TABLE database table contains the basic definitions of the
translation tables stored in the pricing catalog of
a service provider.
Different instances exist in the database.
| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The TRANSLATION_TABLE 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_TRANSLATION_TABLE |
|
The unique identifier of a translation table. It is generated by the SAP CC system. | |||
| CODE | IX_TT_CODE |
|
The code name of the translation table | |||
| DESCRIPTION |
|
The text description of the translation table | ||||
| OWNER | IX_TT_OWNER |
|
The owner of the translation table | |||
| USE_DATES |
|
The USE_DATES field indicates if the translation table uses dates or not | ||||
| DISABLE_DUPLICATE |
|
The DISABLE_DUPLICATE field indicates if rows with duplicate values for all input attributes are authorized in the translation table |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of a translation table. It is generated by the SAP CC system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_TRANSLATION_TABLE |
| Definition | The code name of the translation table |
| Type | VARCHAR(256), NOT NULL |
| Available Index | IX_TT_CODE |
| Definition | The text description of the translation table |
| Type | VARCHAR(2000), NULL |
| Definition | The owner of the translation table |
| Type | VARCHAR(64), NOT NULL |
| Available Index | IX_TT_OWNER |
| Definition | The USE_DATES field indicates if the translation table uses dates or not |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Default | 0 |
| Definition | The DISABLE_DUPLICATE field indicates if rows with duplicate values for all input attributes are authorized in the translation table |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Default | 1 |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the TRANSLATION_TABLE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | OWNER |
| Unique | No |
| Partitioned | No |
| Tablespace | CATALOG_INDX |
| Indexed Column(s) | CODE |
| Unique | Yes |
| Partitioned | No |
| Tablespace | CATALOG_INDX |