P_DAYSPYBLOUTSTANDINGCALMONTH

CDS View

Calendar Months for DPO

P_DAYSPYBLOUTSTANDINGCALMONTH is a CDS View in S/4HANA. Calendar Months for DPO. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_DaysPyblOutstandingPurs06 view inner COMPOSITE Purchases06 for DPO app
P_DaysPyblOutstandingPybls01 view inner COMPOSITE Payables01 for DPO app

Fields (3)

KeyField CDS FieldsUsed in Views
CalendarMonth CalendarMonth 1
CalendarYear CalendarYear 1
YearMonth YearMonth 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.

-- Calendar Months for DPO
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_DAYSPYBLOUTSTANDINGCALMONTH (
    CALENDARMONTH,
    CALENDARYEAR,
    YEARMONTH
);