I_DATEFUNCTION

CDS View

Date Function

I_DATEFUNCTION is a CDS View in S/4HANA. Date Function. It contains 1 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
C_DateFunction view from CONSUMPTION Date Functions
I_FiscalDateFunction view from BASIC Fiscal Date Function
I_FiscalDateFunctionText view inner BASIC Fiscal Date Function Text
I_FsclDateFuncRangeFiscalValue view inner COMPOSITE Fiscal Time Ranges for Range of Fiscal Date Function
I_FsclDateFuncRangeForLedger view inner COMPOSITE Fiscal Date Function for Ledger
P_GregorianCalDateFunction view from CONSUMPTION
P_LastDayOfFsclDteFunction view from BASIC Last day of fiscal date function

Fields (1)

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

-- Date Function
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_DATEFUNCTION (
    DATEFUNCTION,
    PRIMARY KEY (DATEFUNCTION)
);