I_CNSLDTNUNITHIERFORELIMENHCD

CDS View

Consolidation Unit Hierarchy For Elimination

I_CNSLDTNUNITHIERFORELIMENHCD is a CDS View in S/4HANA. Consolidation Unit Hierarchy For Elimination. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_CnsldtnUnitHierForElim view from COMPOSITE Consolidation Unit for Elimination Hierarchy

Fields (4)

KeyField CDS FieldsUsed in Views
KEY ConsolidationUnitHierarchy ConsolidationUnitHierarchy 1
KEY ValidityEndDate ValidityEndDate 1
NodeType NodeType 1
ValidityStartDate ValidityStartDate 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 Hierarchy For Elimination
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNUNITHIERFORELIMENHCD (
    CONSOLIDATIONUNITHIERARCHY,
    VALIDITYENDDATE,
    NODETYPE,
    VALIDITYSTARTDATE,
    PRIMARY KEY (CONSOLIDATIONUNITHIERARCHY, VALIDITYENDDATE)
);