The TRANSAC_TEMPLATE_DESC table contains the description of transaction templates.
Transaction templates are used to filter postpaid transaction details.
| Schema Version | 5.0.6 | |
| Partitioned | No | |
The TRANSAC_TEMPLATE_DESC 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 |
|---|---|---|---|---|---|---|
| OID | PK_TRANSAC_TEMPLATE_DESC |
|
The identifier of the template | |||
| DISPATCH1 |
|
This field contains a property of the transaction selected by the SAP CC user | ||||
| DISPATCH2 |
|
This field contains a property of the transaction selected by the SAP CC user | ||||
| DISPATCH3 |
|
This field contains a property of the transaction selected by the SAP CC user | ||||
| FILTERING |
|
This field indicates if the filtering is activated | ||||
| FILTER_LABEL |
|
This field indicates if the name of the rate in the price plan is stored in the database | ||||
| FILTER_CHARGE_CODE |
|
This field indicates if the code of the charge is stored in the database | ||||
| FILTER_OFFER_CODE |
|
This field indicates if the code of the offer is stored in the database | ||||
| CCON_OID | IX_TTEM_CCON | CHARGE_CONDITION (OID)
|
|
The identifier of the charge condition |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the template |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_TRANSAC_TEMPLATE_DESC |
| Definition | This field contains a property of the transaction selected by the SAP CC user |
| Type | NVARCHAR(256), NULL |
| Definition | This field contains a property of the transaction selected by the SAP CC user |
| Type | NVARCHAR(256), NULL |
| Definition | This field contains a property of the transaction selected by the SAP CC user |
| Type | NVARCHAR(256), NULL |
| Definition | This field indicates if the filtering is activated |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | This field indicates if the name of the rate in the price plan is stored in the database |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | This field indicates if the code of the charge is stored in the database |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | This field indicates if the code of the offer is stored in the database |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | The identifier of the charge condition |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_TTEM_CCON |
See the primary key information:
| Column(s) | OID |
| Segment | CATALOG_INDX |
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:
| Indexed Column(s) | CCON_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |