MMPUR_EXT_T134T

Transparent Table Application Table

Extracted Back-end Material Type Descriptions

MMPUR_EXT_T134T is an SAP database table in S/4HANA. Extracted Back-end Material Type Descriptions. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ProcmtHubProductTypeText view from BASIC Basic view for Backnd Prod Type Txt

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY extsourcesystem MMPUR_D_SOURCE_SYS Connected System ID
KEY language SPRAS Language
KEY materialtype MTART Material Type
materialtypename MTBEZ Mat.Type Desc.

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.

-- Extracted Back-end Material Type Descriptions
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMPUR_EXT_T134T (
    MANDT,             -- Client [MANDT]
    EXTSOURCESYSTEM,   -- Connected System ID [MMPUR_D_SOURCE_SYS]
    LANGUAGE,          -- Language [SPRAS]
    MATERIALTYPE,      -- Material Type [MTART]
    MATERIALTYPENAME,  -- Mat.Type Desc. [MTBEZ]
    PRIMARY KEY (MANDT, EXTSOURCESYSTEM, LANGUAGE, MATERIALTYPE)
);