OUT_MACA_COLUMN
Definition
The OUT_MACA_COLUMN table contains the output columns used in a mapping table class
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The OUT_MACA_COLUMN table is defined by the
following columns.
See the column details for more information.
Column Details
NAME
| Definition |
The name of the output column |
| Type |
VARCHAR2(265 CHAR), NOT NULL |
DESCRIPTION
| Definition |
The description of the output column |
| Type |
VARCHAR2(2000 CHAR), NULL |
TYPE
| Definition |
The type of the output |
| Format |
The possible values are:
|
| Type |
DECIMAL(1), NULL |
INDEX_IN_MACA
| Definition |
The position of the output column in the Mapping Table Class |
| Type |
DECIMAL(5), NOT NULL |
MACA_OID
| Definition |
The unique identifier of the output column in the database |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_OUT_MACA_COLUMN |
Index Details
The following database indexes are available in the
OUT_MACA_COLUMN database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_OUT_MACA_COLUMN
| Indexed Column(s) |
MACA_OID |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |