I_CNSLDTNUNIT

CDS View

Consolidation Unit

I_CNSLDTNUNIT is a CDS View in S/4HANA. Consolidation Unit. It contains 4 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
C_CnsldtnUnitValueHelp view from CONSUMPTION Consolidation Unit Value Help
FINCS_MD_TF16X view from
P_CnsldtnUnit_UnionByKey view from COMPOSITE
P_RealTimeRptdFinData_06 view inner COMPOSITE
P_RepFinData_RT_Aggr_07 view inner COMPOSITE
P_RFD_RT_AGGR_simple_07 view inner COMPOSITE

Fields (4)

KeyField CDS FieldsUsed in Views
KEY ConsolidationDimension ConsolidationDimension 4
KEY ConsolidationUnit ConsolidationUnit 4
Country Country 1
DocumentEntryIsInGroupCurrency DocumentEntryIsInGroupCurrency 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.

-- Consolidation Unit
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNUNIT (
    CONSOLIDATIONDIMENSION,
    CONSOLIDATIONUNIT,
    COUNTRY,
    DOCUMENTENTRYISINGROUPCURRENCY,
    PRIMARY KEY (CONSOLIDATIONDIMENSION, CONSOLIDATIONUNIT)
);