PPH_MATLOCFORPLANFILEENTRY

CDS View

ProductSettings for Plan File Entries

PPH_MATLOCFORPLANFILEENTRY is a CDS View in S/4HANA. ProductSettings for Plan File Entries. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
PPH_PICMpnSet view_entity from PIC MPN Sets with NetChange
PPH_PICSupersessionGroup view_entity from Supersession Materials with NetChange

Fields (4)

KeyField CDS FieldsUsed in Views
KEY berid Berid 2
KEY matnr Matnr 2
KEY werks Werks 2
pickey pickey 2

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.

-- ProductSettings for Plan File Entries
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PPH_MATLOCFORPLANFILEENTRY (
    BERID,
    MATNR,
    WERKS,
    PICKEY,
    PRIMARY KEY (BERID, MATNR, WERKS)
);