TRANSAC_TEMPLATE_DESC

Definition


The TRANSAC_TEMPLATE_DESC table contains the description of transaction templates

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 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


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

          More...

          FILTER_LABEL        

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

            More...

            FILTER_CHARGE_CODE        

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

              More...

              FILTER_OFFER_CODE        

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

                More...

                CCON_OID     IX_TTEM_CCON  CHARGE_CONDITION (OID)
                 

                  The identifier of the charge condition

                  Column Details

                  The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

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

                  DISPATCH2

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

                  DISPATCH3

                  Definition This field contains a property of the transaction selected by the SAP CC user
                  Type NVARCHAR(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

                  See the primary key information:

                  PK_TRANSAC_TEMPLATE_DESC

                  Column(s) OID
                  Filegroup CATALOG_DATA

                  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
                  Clustered No
                  Filegroup CATALOG_INDX