I_MRPPURCHASEORDERLIST

CDS View

List of Purchase Orders

I_MRPPURCHASEORDERLIST is a CDS View in S/4HANA. List of Purchase Orders. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MRPChangeRequestList view from COMPOSITE List of MRP Change Requests

Fields (3)

KeyField CDS FieldsUsed in Views
KEY Material Material 1
KEY MRPArea MRPArea 1
KEY MRPElementItem MRPElementItem 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.

-- List of Purchase Orders
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MRPPURCHASEORDERLIST (
    MATERIAL,
    MRPAREA,
    MRPELEMENTITEM,
    PRIMARY KEY (MATERIAL, MRPAREA, MRPELEMENTITEM)
);