I_CNSLDTNFUNCNLAREAHIERNODE

CDS View

Cnsldtn Functional Area - Hier Node

I_CNSLDTNFUNCNLAREAHIERNODE is a CDS View in S/4HANA. Cnsldtn Functional Area - Hier Node. It contains 10 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
A_CnsldtnFuncnlAreaHierNode view_entity from BASIC Cnsldtn Functional Area Hierarchy Node
A_CnsldtnFuncnlAreaHierT view inner BASIC Combined Functional Area Hierarchy Text
A_CnsldtnFunctionalAreaHier view from BASIC Combined Functional Area Hierarchy
A_CnsldtnPartFuncnlAreaHier view from BASIC Combined Partner Functional Area Hier
A_CnsldtnPartFuncnlAreaHierT view inner BASIC Combined Partner Functional Area Hier - Text

Fields (10)

KeyField CDS FieldsUsed in Views
KEY CnsldtnFunctionalAreaHierarchy CnsldtnFunctionalAreaHierarchy 1
KEY HierarchyNode HierarchyNode 1
KEY ValidityEndDate ValidityEndDate 3
FunctionalArea FunctionalArea 1
HierarchyNodeLevel HierarchyNodeLevel 1
HierarchyNodeSequence HierarchyNodeSequence 1
HierarchyVersion HierarchyVersion 1
NodeType NodeType 3
ParentNode ParentNode 1
ValidityStartDate ValidityStartDate 3

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.

-- Cnsldtn Functional Area - Hier Node
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNFUNCNLAREAHIERNODE (
    CNSLDTNFUNCTIONALAREAHIERARCHY,
    HIERARCHYNODE,
    VALIDITYENDDATE,
    FUNCTIONALAREA,
    HIERARCHYNODELEVEL,
    HIERARCHYNODESEQUENCE,
    HIERARCHYVERSION,
    NODETYPE,
    PARENTNODE,
    VALIDITYSTARTDATE,
    PRIMARY KEY (CNSLDTNFUNCTIONALAREAHIERARCHY, HIERARCHYNODE, VALIDITYENDDATE)
);