I_CNSLDTNCONTROLLINGAREA

CDS View

Consolidation Combined Controlling Area

I_CNSLDTNCONTROLLINGAREA is a CDS View in S/4HANA. Consolidation Combined Controlling Area. It contains 2 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
A_CnsldtnControllingArea view from COMPOSITE Combined Controlling Area
C_CnsldtnControllingArea view_entity from CONSUMPTION Consolidation Controlling Area
I_CnsldtnControllingAreaT view inner COMPOSITE Cnsldtn Combined Controlling Area - Text
I_CnsldtnControllingAreaVH view from COMPOSITE Consolidation Combined Controlling Area
R_CnsldtnControllingAreaTP view_entity from TRANSACTIONAL Consolidation Controlling Area - TP

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ControllingArea ControllingArea 1
CnsldtnIsAdditionalMasterData CnsldtnIsAdditionalMasterData 2

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 Combined Controlling Area
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNCONTROLLINGAREA (
    CONTROLLINGAREA,
    CNSLDTNISADDITIONALMASTERDATA,
    PRIMARY KEY (CONTROLLINGAREA)
);