| Schema Version | 5.0.6 | |
| Partitioned | No | |
The DETAIL_TEMPLATE 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 |
|---|---|---|---|---|---|---|
| INDEX_IN_TTEM |
|
The position of the detail in the template | ||||
| TTEM_OID | IX_DETE_TTEM | TRANSAC_TEMPLATE_DESC (OID)
|
|
The identifier of the template that owns the detail | ||
| NAME |
|
The name of the detail | ||||
| VALUE_TYPE |
|
The type of the detail | ||||
| NUMBER_VALUE |
|
The value of the detail if it is a number | ||||
| STRING_VALUE |
|
The value of the detail if it is a string | ||||
| DATE_VALUE |
|
The value of the detail if it is a date | ||||
| PROPERTY_NAME |
|
The name of the property |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The position of the detail in the template |
| Type | DECIMAL(5), NULL |
| Definition | The identifier of the template that owns the detail |
| Type | DECIMAL(28), NULL |
| Available Index | IX_DETE_TTEM |
| Definition | The name of the detail |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The type of the detail |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The value of the detail if it is a number |
| Type | DECIMAL(28,6), NULL |
| Definition | The value of the detail if it is a string |
| Type | NVARCHAR(2000), NULL |
| Definition | The value of the detail if it is a date |
| Type | DATETIME, NULL |
| Definition | The name of the property |
| Type | NVARCHAR(256), NULL |
The following database indexes are available in the DETAIL_TEMPLATE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | TTEM_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |