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
Segment CATALOG_DATA
Partitioned No

Summary


The DETAIL_TEMPLATE table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
INDEX_IN_TTEM          
TTEM_OID     IX_DETE_TTEM  TRANSAC_TEMPLATE_DESC (OID)
 
 
NAME          
VALUE_TYPE          
NUMBER_VALUE          
STRING_VALUE          
DATE_VALUE          
PROPERTY_NAME          

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 NVARCHAR(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 NVARCHAR(2000), NULL

DATE_VALUE

Definition The value of the detail if it is a date
Type DATETIME, NULL

PROPERTY_NAME

Definition The name of the property
Type NVARCHAR(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
Clustered No
Segment CATALOG_INDX