P_CNSLDTNTSKMONITOROVERVIEWFYP

CDS View

P_CNSLDTNTSKMONITOROVERVIEWFYP is a CDS View in S/4HANA. It contains 6 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_CnsldtnTaskMonitorOverview02 view_entity from COMPOSITE
P_CnsldtnTskMntrGrpPerdSts01 view_entity from COMPOSITE

Fields (6)

KeyField CDS FieldsUsed in Views
KEY ConsolidationVersion ConsolidationVersion 2
KEY FiscalPeriod FiscalPeriod 2
KEY FiscalYear FiscalYear 2
ConsolidationProcessPeriod ConsolidationProcessPeriod 2
ConsolidationProcessYearPeriod ConsolidationProcessYearPeriod 2
FiscalYearPeriod FiscalYearPeriod 2

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_CNSLDTNTSKMONITOROVERVIEWFYP (
    CONSOLIDATIONVERSION,
    FISCALPERIOD,
    FISCALYEAR,
    CONSOLIDATIONPROCESSPERIOD,
    CONSOLIDATIONPROCESSYEARPERIOD,
    FISCALYEARPERIOD,
    PRIMARY KEY (CONSOLIDATIONVERSION, FISCALPERIOD, FISCALYEAR)
);