TMABC

Transparent Table Customizing (protected)

Values Table for the ABC Indicator for Materials

TMABC is an SAP database table in S/4HANA. Values Table for the ABC Indicator for Materials. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_Matlabcclassification view from BASIC ABC Indicator for Materials
I_Prodabclassfctn view from BASIC ABC Indicator values

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY maabc MAABC ABC Indicator

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.

-- Values Table for the ABC Indicator for Materials
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TMABC (
    MANDT,  -- Client [MANDT]
    MAABC,  -- ABC Indicator [MAABC]
    PRIMARY KEY (MANDT, MAABC)
);