MACA

Mapping Table Classes (Master Data)

Definition


The MACA table contains the partial definitions of all the mapping table classes (master data) stored by the SAP CC system

Description


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

Technical Data


Schema Version 4.6.2
Filegroup CATALOG_DATA
Partitioned No

Summary


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

        Column Details

        The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

        OID

        Definition The unique identifier of the mapping table class in the database
        Type DECIMAL(28), NOT NULL
        Primary Key PK_MACA

        ID

        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

        DESCRIPTION

        Definition The description of the mapping table class
        Type NVARCHAR(2000), NULL

        OWNER

        Definition The owner of the catalog containing the mapping table class
        Type NVARCHAR(256), NOT NULL

        Primary Key Details

        See the primary key information:

        PK_MACA

        Column(s) OID
        Filegroup CATALOG_DATA