TRANSLATION_INSTANCE

Definition


The TRANSLATION_INSTANCE table contains information about translation table instances

Technical Data


Schema Version 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


The TRANSLATION_INSTANCE 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_INSTANCE       

The identifier of the translation table instance
TTAB_CODE     IX_TRANSLATION_INSTANCE_CODE   

    The code of the translation table owning the instance
    TTAB_OID     IX_TI_TTAB  TRANSLATION_TABLE (OID)
     

      The identifier of the translation table owning the instance
      VALIDATION_DATE        

        The date when the instance becomes valid

        Column Details

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

        OID

        Definition The identifier of the translation table instance
        Type DECIMAL(28), NOT NULL
        Primary Key PK_TRANSLATION_INSTANCE

        TTAB_CODE

        Definition The code of the translation table owning the instance
        Type NVARCHAR(256), NULL
        Available Index IX_TRANSLATION_INSTANCE_CODE

        TTAB_OID

        Definition The identifier of the translation table owning the instance
        Type DECIMAL(28), NOT NULL
        Available Index IX_TI_TTAB

        VALIDATION_DATE

        Definition The date when the instance becomes valid
        Type DATETIME, NULL

        Primary Key Details

        See the primary key information:

        PK_TRANSLATION_INSTANCE

        Column(s) OID
        Filegroup CATALOG_DATA

        Index Details

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

        IX_TI_TTAB

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

        IX_TRANSLATION_INSTANCE_CODE

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