OUT_TABLE_ATTRIBUTE

Output Attributes of Translation Tables

Definition


The OUT_TABLE_ATTRIBUTE table contains the descriptions of the output attributes of the translation tables

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


The OUT_TABLE_ATTRIBUTE table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
TTAB_OID     IX_OUT_ATTRIBUTE  TRANSLATION_TABLE (OID)
 
 
NAME          
DESCRIPTION          
INDEX_IN_TTAB          
VALUE_TYPE          
STRING_VALUE          
DECIMAL_VALUE          

Column Details


TTAB_OID

Definition The translation table unique ID. See the OID field of the TRANSLATION_TABLE database table
Type DECIMAL(28), NOT NULL
Available Index IX_OUT_ATTRIBUTE

NAME

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

DESCRIPTION

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

INDEX_IN_TTAB

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

VALUE_TYPE

Definition The type of the attribute
Format

The possible values are:

  • 0: number
  • 1: string

Type DECIMAL(1), NOT NULL

STRING_VALUE

Definition The value if the type of the attribute is string. See the VALUE_TYPE field
Type VARCHAR2(256 CHAR), NULL

DECIMAL_VALUE

Definition The value if the type of the attribute is number. See the VALUE_TYPE field
Type DECIMAL(28,6), NULL

Index Details


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

IX_OUT_ATTRIBUTE

Indexed Column(s) TTAB_OID
Unique No
Partitioned No
Tablespace CATALOG_INDX