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 2025.0.0
Tablespace 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.
CLIENT_NUMBER     IX_TT_OWNERIX_TT_CODE   

    The client number associated to the translation table
    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

              CLIENT_NUMBER

              Definition The client number associated to the translation table
              Type DECIMAL(3), NOT NULL
              Available Index IX_TT_OWNER
              Available Index IX_TT_CODE

              CODE

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

              DESCRIPTION

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

              OWNER

              Definition The owner of the translation table
              Type VARCHAR(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
              Tablespace CATALOG_INDX

              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) CLIENT_NUMBER,OWNER
              Unique No
              Partitioned No
              Tablespace CATALOG_INDX

              IX_TT_CODE

              Indexed Column(s) CLIENT_NUMBER,CODE
              Unique Yes
              Partitioned No
              Tablespace CATALOG_INDX