| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The TIER_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_TIERT |
|
The tier table unique identifier. It is generated by the SAP CC system. | |||
| CODE | IX_TIERT_CODE |
|
The code of the tier table | |||
| DESCRIPTION |
|
The description of the tier table | ||||
| OWNER | IX_TIERT_OWNER |
|
The owner of the tier table |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The tier table unique identifier. It is generated by the SAP CC system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_TIERT |
| Definition | The code of the tier table |
| Type | VARCHAR(256), NOT NULL |
| Available Index | IX_TIERT_CODE |
| Definition | The description of the tier table |
| Type | VARCHAR(2000), NULL |
| Definition | The owner of the tier table |
| Type | VARCHAR(64), NOT NULL |
| Available Index | IX_TIERT_OWNER |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the TIER_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 |