IN_TABLE_ATTRIBUTE

Definition


The IN_TABLE_ATTRIBUTE table contains the descriptions of the input attributes of the translation tables

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The IN_TABLE_ATTRIBUTE 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
TTAB_OID     IX_IN_ATTRIBUTE  TRANSLATION_TABLE (OID)
 

    The translation table unique ID

    More...

    NAME        

      The name of the attribute
      DESCRIPTION        

        The description of the attribute
        INDEX_IN_TTAB        

          The index of the input attribute in the translation table

          Column Details

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

          TTAB_OID

          Definition The translation table unique ID
          Description

          The translation table unique ID. See the OID field of the TRANSLATION_TABLE database table

          Type DECIMAL(28), NOT NULL
          Available Index IX_IN_ATTRIBUTE

          NAME

          Definition The name of the attribute
          Type NVARCHAR(256), NOT NULL

          DESCRIPTION

          Definition The description of the attribute
          Type NVARCHAR(2000), NULL

          INDEX_IN_TTAB

          Definition The index of the input attribute in the translation table
          Type DECIMAL(3), NOT NULL

          Index Details

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

          IX_IN_ATTRIBUTE

          Indexed Column(s) TTAB_OID
          Unique No
          Partitioned No