DETAIL_TEMPLATE
Definition
The DETAIL_TEMPLATE table is used for filtering transaction details by name in a transaction
template
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The DETAIL_TEMPLATE table is defined by the
following columns.
See the column details for more information.
Column Details
INDEX_IN_TTEM
| Definition |
The position of the detail in the template |
| Type |
DECIMAL(5), NULL |
TTEM_OID
| Definition |
The identifier of the template that owns the detail |
| Type |
DECIMAL(28), NULL |
| Available Index |
IX_DETE_TTEM |
NAME
| Definition |
The name of the detail |
| Type |
VARCHAR(256), NOT NULL |
VALUE_TYPE
| Definition |
The type of the detail |
| Format |
The possible values are:
0: number
1: string
2: date
|
| Type |
DECIMAL(1), NOT NULL |
NUMBER_VALUE
| Definition |
The value of the detail if it is a number |
| Type |
DECIMAL(28,6), NULL |
STRING_VALUE
| Definition |
The value of the detail if it is a string |
| Type |
VARCHAR(2000), NULL |
DATE_VALUE
| Definition |
The value of the detail if it is a date |
| Type |
TIMESTAMP, NULL |
PROPERTY_NAME
| Definition |
The name of the property |
| Type |
VARCHAR(256), NULL |
Index Details
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:
IX_DETE_TTEM
| Indexed Column(s) |
TTEM_OID |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |