TRANSLATION_TABLE

Definition


The TRANSLATION_TABLE database table contains the basic definitions of the translation tables stored in the pricing catalog of a service provider

Description


The TRANSLATION_TABLE database table contains the basic definitions of the translation tables stored in the pricing catalog of a service provider. Different instances exist in the database.

Technical Data


Schema Version 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


The TRANSLATION_TABLE 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_TRANSLATION_TABLE       

The unique identifier of a translation table. It is generated by the SAP CC system.
CODE     IX_TT_CODE   

    The code name of the translation table
    DESCRIPTION        

      The text description of the translation table
      OWNER     IX_TT_OWNER   

        The owner of the translation table
        USE_DATES        

          The USE_DATES field indicates if the translation table uses dates or not

          More...

          DISABLE_DUPLICATE        

            The DISABLE_DUPLICATE field indicates if rows with duplicate values for all input attributes are authorized in the translation table

            More...

            Column Details

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

            OID

            Definition The unique identifier of a translation table. It is generated by the SAP CC system.
            Type DECIMAL(28), NOT NULL
            Primary Key PK_TRANSLATION_TABLE

            CODE

            Definition The code name of the translation table
            Type NVARCHAR(256), NOT NULL
            Available Index IX_TT_CODE

            DESCRIPTION

            Definition The text description of the translation table
            Type NVARCHAR(2000), NULL

            OWNER

            Definition The owner of the translation table
            Type NVARCHAR(64), NOT NULL
            Available Index IX_TT_OWNER

            USE_DATES

            Definition The USE_DATES field indicates if the translation table uses dates or not
            Format

            The possible values are:

            • 1: The translation table uses dates
            • 0: Otherwise

            Type DECIMAL(1), NOT NULL
            Default 0

            DISABLE_DUPLICATE

            Definition The DISABLE_DUPLICATE field indicates if rows with duplicate values for all input attributes are authorized in the translation table
            Format

            The possible values are:

            • 1: Duplicate values authorized
            • 0: Otherwise

            Type DECIMAL(1), NOT NULL
            Default 1

            Primary Key Details

            See the primary key information:

            PK_TRANSLATION_TABLE

            Column(s) OID
            Filegroup CATALOG_DATA

            Index Details

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

            IX_TT_OWNER

            Indexed Column(s) OWNER
            Unique No
            Partitioned No
            Clustered No
            Filegroup CATALOG_INDX

            IX_TT_CODE

            Indexed Column(s) CODE
            Unique Yes
            Partitioned No
            Clustered No
            Filegroup CATALOG_INDX