P_ARUNATPITEMREQUIREMENT

CDS View

P_ARUNATPITEMREQUIREMENT is a CDS View in S/4HANA. It contains 8 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
I_ARunCompareAssgmt view from COMPOSITE Supply Assignment Run Compare Assignment
I_ARunOvwAssgmtAll view from COMPOSITE Supply Assignment Run Assignment View
I_ARunOvwAssgmtAll view union_all COMPOSITE Supply Assignment Run Assignment View
I_ARunOvwDemand view from COMPOSITE Supply Assignment Run Demand View
I_ARunOvwSimlnDmnd view from COMPOSITE Supply Assignment Run Simulation Demand
P_ARUNABOPNRUNS view from COMPOSITE
P_ArunNormalAssigned view from COMPOSITE
P_ARUNOVWDEMAND view from COMPOSITE
P_ARUNOVWSIMLNDMND view from COMPOSITE
P_ARUNPreviewAssigned view from COMPOSITE

Fields (8)

KeyField CDS FieldsUsed in Views
ABOPVariantName ABOPVariantName 1
ATPCheckEndUTCDateTime ATPCheckEndUTCDateTime 1
ATPCheckStartUTCDateTime ATPCheckStartUTCDateTime 1
ATPCheckUUID ATPCheckUUID 9
BaseUnit BaseUnit 4
Material Material 3
Plant Plant 3
StartedByUser StartedByUser 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 P_ARUNATPITEMREQUIREMENT (
    ABOPVARIANTNAME,
    ATPCHECKENDUTCDATETIME,
    ATPCHECKSTARTUTCDATETIME,
    ATPCHECKUUID,
    BASEUNIT,
    MATERIAL,
    PLANT,
    STARTEDBYUSER
);