P_PRODUCTIONORDERQUICKVIEW

CDS View

P view for Production Order

P_PRODUCTIONORDERQUICKVIEW is a CDS View in S/4HANA. P view for Production Order. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ProductionOrderQuickView view from COMPOSITE Quick view data for Production Order

Fields (3)

KeyField CDS FieldsUsed in Views
_Material _Material 1
BaseUnit BaseUnit 1
Material Material 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.

-- P view for Production Order
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PRODUCTIONORDERQUICKVIEW (
    _MATERIAL,
    BASEUNIT,
    MATERIAL
);