| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The OUT_TABLE_ATTRIBUTE 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 |
|---|---|---|---|---|---|---|
| TTAB_OID | IX_OUT_ATTRIBUTE | TRANSLATION_TABLE (OID)
|
|
The translation table unique ID. See the OID field of the TRANSLATION_TABLE database table | ||
| NAME |
|
The name of the attribute | ||||
| DESCRIPTION |
|
The description of the attribute | ||||
| INDEX_IN_TTAB |
|
The index of the output attribute in the translation table | ||||
| VALUE_TYPE |
|
The type of the attribute | ||||
| STRING_VALUE |
|
The value if the type of the attribute is string. See the VALUE_TYPE field | ||||
| DECIMAL_VALUE |
|
The value if the type of the attribute is number. See the VALUE_TYPE field |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The translation table unique ID. See the OID field of the TRANSLATION_TABLE database table |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_OUT_ATTRIBUTE |
| Definition | The name of the attribute |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The description of the attribute |
| Type | NVARCHAR(2000), NULL |
| Definition | The index of the output attribute in the translation table |
| Type | DECIMAL(3), NOT NULL |
| Definition | The type of the attribute |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The value if the type of the attribute is string. See the VALUE_TYPE field |
| Type | NVARCHAR(256), NULL |
| Definition | The value if the type of the attribute is number. See the VALUE_TYPE field |
| Type | DECIMAL(28,6), NULL |
The following database indexes are available in the OUT_TABLE_ATTRIBUTE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | TTAB_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |