I_CNSLDTNPROFITCENTERHIERNODET

CDS View

Cnsldtn Profit Center Hier Node - Text

I_CNSLDTNPROFITCENTERHIERNODET is a CDS View in S/4HANA. Cnsldtn Profit Center Hier Node - Text. It contains 9 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
A_CnsldtnPartnerPrftCtrHierT view from BASIC Combined Partner PrftCtr HierNode - Txt
A_CnsldtnPrftCtrHierForElimT view from COMPOSITE Cmbnd Profit Center for Elim Hier - Txt
A_CnsldtnProfitCenterHierNodeT view_entity from BASIC Cnsldtn Profit Center Hier Node - Text
A_CnsldtnProfitCenterHierT view from COMPOSITE Combined Profit Center Hierarchy - Text

Fields (9)

KeyField CDS FieldsUsed in Views
KEY ConsolidationPrftCtrHierarchy ConsolidationPrftCtrHierarchy 1
KEY ControllingArea ControllingArea 4
KEY HierarchyNode HierarchyNode 4
KEY Language Language 4
KEY ValidityEndDate ValidityEndDate 4
HierarchyNodeText HierarchyNodeText 4
HierarchyVersion HierarchyVersion 1
ParentNode ParentNode 1
ValidityStartDate ValidityStartDate 4

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 Profit Center Hier Node - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNPROFITCENTERHIERNODET (
    CONSOLIDATIONPRFTCTRHIERARCHY,
    CONTROLLINGAREA,
    HIERARCHYNODE,
    LANGUAGE,
    VALIDITYENDDATE,
    HIERARCHYNODETEXT,
    HIERARCHYVERSION,
    PARENTNODE,
    VALIDITYSTARTDATE,
    PRIMARY KEY (CONSOLIDATIONPRFTCTRHIERARCHY, CONTROLLINGAREA, HIERARCHYNODE, LANGUAGE, VALIDITYENDDATE)
);