_MRPAREA

_MRPAREA is an SAP database table in S/4HANA. It contains 4 fields.

Fields (4)

KeyField CDS FieldsUsed in Views
KEY MRPArea MRPArea,SupplyingMRPArea 5
MRPAreaCategory MRPAreaCategory 5
MRPAreaPlant Plant 3
MRPAreaText MRPAreaText,SupplyingMRPAreaName 34

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 _MRPAREA (
    MRPAREA,
    MRPAREACATEGORY,
    MRPAREAPLANT,
    MRPAREATEXT,
    PRIMARY KEY (MRPAREA)
);