I_COCODELDNGLDGRPERIODDATES

CDS View

Dates of Fiscal Periods Leading Ledger

I_COCODELDNGLDGRPERIODDATES is a CDS View in S/4HANA. Dates of Fiscal Periods Leading Ledger. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_CCLdgrShiftedPrevYearPer view from BASIC

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CompanyCode CompanyCode 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.

-- Dates of Fiscal Periods Leading Ledger
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_COCODELDNGLDGRPERIODDATES (
    COMPANYCODE,
    PRIMARY KEY (COMPANYCODE)
);