TRANSAC_TEMPLATE_DESC

Description


The TRANSAC_TEMPLATE_DESC table contains the description of transaction templates. Transaction templates are used to filter postpaid transaction details.

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


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

Name PK FK IX Uses Used by
OID PK_TRANSAC_TEMPLATE_DESC        DETAIL_TEMPLATE (TTEM_OID)
 
DISPATCH1          
DISPATCH2          
DISPATCH3          
FILTERING          
FILTER_LABEL          
FILTER_CHARGE_CODE          
FILTER_OFFER_CODE          
CCON_OID     IX_TTEM_CCON  CHARGE_CONDITION (OID)
 
 

Column Details


OID

Definition The identifier of the template
Type DECIMAL(28), NOT NULL
Primary Key PK_TRANSAC_TEMPLATE_DESC

DISPATCH1

Definition This field contains a property of the transaction selected by the SAP CC user
Type VARCHAR(256), NULL

DISPATCH2

Definition This field contains a property of the transaction selected by the SAP CC user
Type VARCHAR(256), NULL

DISPATCH3

Definition This field contains a property of the transaction selected by the SAP CC user
Type VARCHAR(256), NULL

FILTERING

Definition This field indicates if the filtering is activated
Format

The possible values are:

  • 0: Filtering is not activated
  • 1: Filtering is activated

Type DECIMAL(1), NOT NULL

FILTER_LABEL

Definition This field indicates if the name of the rate in the price plan is stored in the database
Format

The possible values are:

  • 0: the name is stored in the database
  • 1: the name is not stored in the database

Type DECIMAL(1), NULL

FILTER_CHARGE_CODE

Definition This field indicates if the code of the charge is stored in the database
Format

The possible values are:

  • 0: The code is stored in the database
  • 1: The code is not stored in the database

Type DECIMAL(1), NULL

FILTER_OFFER_CODE

Definition This field indicates if the code of the offer is stored in the database
Format

The possible values are:

  • 0: the code is stored in the database
  • 1: the code is not stored in the database

Type DECIMAL(1), NULL

CCON_OID

Definition The identifier of the charge condition
Type DECIMAL(28), NOT NULL
Available Index IX_TTEM_CCON

Primary Key Details


PK_TRANSAC_TEMPLATE_DESC

Column(s) OID
Tablespace CATALOG_INDX

Index Details


The following database indexes are available in the TRANSAC_TEMPLATE_DESC database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

IX_TTEM_CCON

Indexed Column(s) CCON_OID
Unique No
Partitioned No
Tablespace CATALOG_INDX