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)
);