Table:
DETAIL_TEMPLATE
|
Table Name
|
DETAIL_TEMPLATE |
| Table Description |
The DETAIL_TEMPLATE table is used for filtering transaction details by name in a transaction template. |
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The DETAIL_TEMPLATE database table is defined by the following columns.
Column: INDEX_IN_TTEM
| Value Type |
DECIMAL(5) |
| Column Description |
The position of the detail in the template. |
Column: TTEM_OID
| Value Type |
BIGINT |
| Key(s) |
- |
Foreign K.:
- Foreign table: TRANSAC_TEMPLATE_DESC
- Foreign field(s): OID
|
| Index(es) |
IX_DETE_TTEM
|
| Column Description |
The identifier of the template that owns the detail. |
Column: NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The name of the detail. |
Column: VALUE_TYPE
| Value Type |
DECIMAL(1), NOT NULL |
| Column Description |
The type of the detail. Possible values are:
- 0: number
- 1: string
- 2: date
|
Column: NUMBER_VALUE
| Value Type |
DECIMAL(28,6) |
| Column Description |
The value of the detail if it is a number. |
Column: STRING_VALUE
| Value Type |
VARCHAR(2000) |
| Column Description |
The value of the detail if it is a string. |
Column: DATE_VALUE
| Value Type |
DATE |
| Column Description |
The value of the detail if it is a date. |
Column: PROPERTY_NAME
| Value Type |
VARCHAR(256) |
| Column Description |
The name of the property. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.