Table: TRANSLATION_TABLE

Table Name TRANSLATION_TABLE
Table Description The TRANSLATION_TABLE table contains information about translation table.
Tablespace CATALOG_DATA
Database Core Database
Columns
OID
CODE
DESCRIPTION
OWNER
USE_DATES
DISABLE_DUPLICATE

Columns of the Table

The TRANSLATION_TABLE database table is defined by the following columns.

Column: OID

Value Type BIGINT, NOT NULL
Key(s) Primary Key: PK_TRANSLATION_TABLE
Column Description The translation table unique id. It is generated by the system.


Column: CODE

Value Type VARCHAR(256), NOT NULL
Index(es) IX_TT_CODE
Column Description The code of the translation table.


Column: DESCRIPTION

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


Column: OWNER

Value Type VARCHAR(64), NOT NULL
Index(es) IX_TT_OWNER
Column Description The owner of the translation table.


Column: USE_DATES

Value Type DECIMAL(1)
Default Value 0
Column Description

The USE_DATES field indicates if the translation table uses dates or not.

Possible values are:

  • 1: The translation table uses dates
  • 0: Otherwise



Column: DISABLE_DUPLICATE

Value Type DECIMAL(1)
Default Value 1
Column Description

The DISABLE_DUPLICATE field indicates if rows with duplicate values for all input attributes are authorized in the translation table.

Possible values are:

  • 1: Duplicate values authorized
  • 0: Otherwise



Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

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