Table: OUT_TABLE_ATTRIBUTE

Table Name OUT_TABLE_ATTRIBUTE
Table Description The OUT_TABLE_ATTRIBUTE table contains the descriptions of the output attributes of the translation tables.
Tablespace CATALOG_DATA
Database Core Database
Columns
TTAB_OID
NAME
DESCRIPTION
INDEX_IN_TTAB
VALUE_TYPE
STRING_VALUE
DECIMAL_VALUE

Columns of the Table

The OUT_TABLE_ATTRIBUTE database table is defined by the following columns.

Column: TTAB_OID

Value Type BIGINT, NOT NULL
Key(s) -

Foreign K.:

  • Foreign table: TRANSLATION_TABLE
  • Foreign field(s): OID

Index(es) IX_OUT_ATTRIBUTE
Column Description The translation table unique ID. See the OID field of the TRANSLATION_TABLE table.


Column: NAME

Value Type VARCHAR(256), NOT NULL
Column Description The name of the attribute.


Column: DESCRIPTION

Value Type VARCHAR(2000)
Column Description The description of the attribute.


Column: INDEX_IN_TTAB

Value Type DECIMAL(3), NOT NULL
Column Description The index of the output attribute in the translation table.


Column: VALUE_TYPE

Value Type DECIMAL(1), NOT NULL
Column Description

The type of the attribute.

Possible values are:

  • 0: number
  • 1: string



Column: STRING_VALUE

Value Type VARCHAR(256)
Column Description The value if the type of the attribute is string. See the VALUE_TYPE field.


Column: DECIMAL_VALUE

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


Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

(c) Copyright 2011 SAP AG. All rights reserved.