MATA
Mapping Tables (Master Data)
Description
The content of a mapping table is stored in the MARO table.
The structure of each mapping table is specified in a mapping table class (see the
MACA table).
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The MATA table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The unique identifier of the mapping table in the database |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_MATA |
ID
| Definition |
The identifier of the mapping table, corresponding to the name of the mapping table
visible in the SAP CC Core Tool user interface. It must be unique in the SAP CC system
|
| Type |
VARCHAR(256), NOT NULL |
OWNER
| Definition |
The owner of the catalog containing the Mapping Table (the same as the owner of the
Mapping Table Class)
|
| Type |
VARCHAR(256), NOT NULL |
MACA_OID
| Definition |
The identifier of the Mapping Table Class used as schema |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_MATA |
Primary Key Details
PK_MATA
Index Details
The following database indexes are available in the
MATA database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_MATA
| Indexed Column(s) |
MACA_OID |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |