PPH_DDL_STOCK_KF_5

CDS View

PPH_DDL_STOCK_KF_5 is a CDS View in S/4HANA. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MRPStockQuickView view_entity from COMPOSITE Stock Details

Fields (5)

KeyField CDS FieldsUsed in Views
KEY berid MRPArea 1
KEY matnr Material 1
KEY plaab MRPPlanningSegmentType 1
KEY planr MRPPlanningSegment 1
KEY werks MRPPlant 1

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PPH_DDL_STOCK_KF_5 (
    BERID,
    MATNR,
    PLAAB,
    PLANR,
    WERKS,
    PRIMARY KEY (BERID, MATNR, PLAAB, PLANR, WERKS)
);