The MACA table contains the partial definitions of all the mapping table classes (master
data) stored by the SAP CC Core Server system.
The rest of the definitions is stored in the IN_MACA_COLUMN and OUT_MACA_COLUMNtables
| Schema Version | 4.6.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The MACA table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| OID | PK_MACA |
|
The unique identifier of the mapping table class in the database | |||
| ID |
|
The identifier of the mapping table class, corresponding to the name of the mapping table class visible in the SAP CC Core Tool user interface. It must be unique in the system | ||||
| DESCRIPTION |
|
The description of the mapping table class | ||||
| OWNER |
|
The owner of the catalog containing the mapping table class |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the mapping table class in the database |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_MACA |
| Definition | The identifier of the mapping table class, corresponding to the name of the mapping table class visible in the SAP CC Core Tool user interface. It must be unique in the system |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The description of the mapping table class |
| Type | NVARCHAR(2000), NULL |
| Definition | The owner of the catalog containing the mapping table class |
| Type | NVARCHAR(256), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |