I_CNSLDTNGROUPSTRUCTURE

CDS View

Consolidation Group Structure

I_CNSLDTNGROUPSTRUCTURE is a CDS View in S/4HANA. Consolidation Group Structure. It contains 4 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
P_Matrix_CnsldtdDataWthoutElim view inner COMPOSITE
P_Matrix_CP_GroupDerived_2 view inner COMPOSITE
P_Matrix_CP_GroupFilled_2 view inner COMPOSITE
P_Matrix_ElimData view inner COMPOSITE
P_Matrix_ElimDataWGroupDerived view inner BASIC
P_Matrix_GroupStructurePerYear view from COMPOSITE
P_Matrix_SFDWGroupDerived view inner COMPOSITE
P_Matrix_VecElim view inner COMPOSITE
P_Matrix_VecPCC view inner COMPOSITE
P_Matrix_VecSFD view inner COMPOSITE

Fields (4)

KeyField CDS FieldsUsed in Views
ConsolidationDimension ConsolidationDimension 1
ConsolidationGroup ConsolidationGroup,rcongr 5
ConsolidationStructureVersion ConsolidationStructureVersion 1
ConsolidationUnit ConsolidationUnit 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 Group Structure
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNGROUPSTRUCTURE (
    CONSOLIDATIONDIMENSION,
    CONSOLIDATIONGROUP,
    CONSOLIDATIONSTRUCTUREVERSION,
    CONSOLIDATIONUNIT
);