SDMCCC_ACT_S

Transparent Table System Table (SAP only)

Action Master

SDMCCC_ACT_S is an SAP database table in S/4HANA. Action Master. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SDMassChgCkptSystActMast view from BASIC Mass Chg of Sls Doc Action Master System

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY slsdocmasschgactionid SD_MCC_ACTION Action
slsdocmasschgactioncategory SD_MCC_ACTION_CATEGORY Action Category
slsdocmasschgentitylevel SD_MCC_ENTITY_LEVEL Entity Level
slsdocmasschgentitytype SD_MCC_ENTITY_TYPE Entity Type

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Action Master
-- Category TRANSPARENT · Delivery class S
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SDMCCC_ACT_S (
    SLSDOCMASSCHGACTIONID,        -- Action [SD_MCC_ACTION]
    SLSDOCMASSCHGACTIONCATEGORY,  -- Action Category [SD_MCC_ACTION_CATEGORY]
    SLSDOCMASSCHGENTITYLEVEL,     -- Entity Level [SD_MCC_ENTITY_LEVEL]
    SLSDOCMASSCHGENTITYTYPE,      -- Entity Type [SD_MCC_ENTITY_TYPE]
    PRIMARY KEY (SLSDOCMASSCHGACTIONID)
);