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
Partitioned No

Summary


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

Name PK FK IX Uses Used by
OID PK_MATA        MATA_ADDITIONAL_INFO (MATA_OID)
MARO (MATA_OID)
 
ID          
OWNER          
MACA_OID     IX_MATA  MACA (OID)
 
 

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 NVARCHAR(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 NVARCHAR(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

Column(s) OID
Tablespace CATALOG_INDX

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