T437W

Transparent Table Customizing Table

MRP distribution key (texts)

T437W is an SAP database table in S/4HANA. MRP distribution key (texts). It contains 5 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_DistributionKeyVH view left_outer BASIC Distribution Key Value Help
I_MRPQuantityDistrKeyText view from BASIC Quantity Distribution Key in MRP - Text
I_ProdnVersMRPDistrKeyText view from BASIC MRP Distribution Key Text

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spras spras Language
KEY werks werks_d Plant
KEY vertl sa_vertl Distribution
text1 sa_vertt Description

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.

-- MRP distribution key (texts)
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T437W (
    MANDT,  -- Client [mandt]
    SPRAS,  -- Language [spras]
    WERKS,  -- Plant [werks_d]
    VERTL,  -- Distribution [sa_vertl]
    TEXT1,  -- Description [sa_vertt]
    PRIMARY KEY (MANDT, SPRAS, WERKS, VERTL)
);