MDC_MODEL_TABLET

Transparent Table Control Table (SAP+Cust)

Texts for Source & Process Data Tables

MDC_MODEL_TABLET is an SAP database table in S/4HANA. Texts for Source & Process Data Tables. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_MDChangeProcessModelTable view left_outer BASIC Process model table
I_MDChangeProcModelTableDesc view from BASIC MD Change Process Model Table Description
I_MDQltyModelTableT view from BASIC MDQ Table Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY bo_type MDG_OBJECT_TYPE_CODE_BS Bus. Obj. Type
KEY table_name MDC_TABLE_NAME Table
KEY langu LANGU Language
table_alias MDC_TABLE_ALIAS Alias

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.

-- Texts for Source & Process Data Tables
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MDC_MODEL_TABLET (
    BO_TYPE,      -- Bus. Obj. Type [MDG_OBJECT_TYPE_CODE_BS]
    TABLE_NAME,   -- Table [MDC_TABLE_NAME]
    LANGU,        -- Language [LANGU]
    TABLE_ALIAS,  -- Alias [MDC_TABLE_ALIAS]
    PRIMARY KEY (BO_TYPE, TABLE_NAME, LANGU)
);