P_FISCALPERIODCALENDARDATE

CDS View

P_FISCALPERIODCALENDARDATE is a CDS View in S/4HANA. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_GLAcctBalance1 view inner COMPOSITE

Fields (5)

KeyField CDS FieldsUsed in Views
CalendarDate budat 1
FiscalPeriod poper 1
FiscalPeriodDate FiscalPeriodDate 1
FiscalYear ryear 1
FiscalYearPeriod fiscyearper 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_FISCALPERIODCALENDARDATE (
    CALENDARDATE,
    FISCALPERIOD,
    FISCALPERIODDATE,
    FISCALYEAR,
    FISCALYEARPERIOD
);