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 Matrix Consolidation: Consolidated Data Without Elim.
P_Matrix_CP_GroupDerived_2 view inner COMPOSITE Matrix Consolidation Periodic with derived Group
P_Matrix_CP_GroupFilled_2 view inner COMPOSITE Matrix Consolidation Periodic with filled Group
P_Matrix_ElimData view inner COMPOSITE Matrix Consolidation: Elimination Data (PL=20, 22)
P_Matrix_ElimDataWGroupDerived view inner BASIC Matrix Consolidation: Elim. Data with Group Derived
P_Matrix_GroupStructurePerYear view from COMPOSITE Matrix Consolidation: Group Structure Per Year
P_Matrix_SFDWGroupDerived view inner COMPOSITE Matrix Consolidation: SFD with Group Derived
P_Matrix_VecElim view inner COMPOSITE Matrix Consolidation: For Vec, PL20 with Group Derived
P_Matrix_VecPCC view inner COMPOSITE Matrix Consolidation: For Vec, PCC Data
P_Matrix_VecSFD view inner COMPOSITE Matrix Consolidation: For Vec, SFD with Group Derived

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
);