P_DAILYWEEKLYMNTHLYPIR

CDS View

P_DailyWeeklyMnthlyPIR

P_DAILYWEEKLYMNTHLYPIR is a CDS View in S/4HANA. P_DailyWeeklyMnthlyPIR. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_DailyWeeklyMnthlyPIRByDate view from COMPOSITE P_DailyWeeklyMnthlyPIRByDate

Fields (6)

KeyField CDS FieldsUsed in Views
KEY MRPArea MRPArea 1
KEY Plant Plant 1
KEY Product Product 1
EndDate EndDate 1
StartDate StartDate 1
UnitOfMeasure MaterialBaseUnit 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_DailyWeeklyMnthlyPIR
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_DAILYWEEKLYMNTHLYPIR (
    MRPAREA,
    PLANT,
    PRODUCT,
    ENDDATE,
    STARTDATE,
    UNITOFMEASURE,
    PRIMARY KEY (MRPAREA, PLANT, PRODUCT)
);