I_CNSLDTNSEGMENT

CDS View

Consolidation Combined Segment

I_CNSLDTNSEGMENT is a CDS View in S/4HANA. Consolidation Combined Segment. It contains 2 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
A_CnsldtnPartnerSegment view from COMPOSITE Combined Partner Segment
A_CnsldtnSegment view from COMPOSITE Combined Segment
C_CnsldtnSegment view_entity from CONSUMPTION Consolidation Segment
I_CnsldtnSegmentT view_entity inner COMPOSITE Consolidation Combined Segment - Text
I_CnsldtnSegmentVH view from COMPOSITE Consolidation Combined Segment
P_CnsldtnSegmentForElim view union_all COMPOSITE
R_CnsldtnSegmentTP view_entity from TRANSACTIONAL Consolidation Segment - TP

Fields (2)

KeyField CDS FieldsUsed in Views
KEY Segment Segment 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 Segment
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNSEGMENT (
    SEGMENT,
    CNSLDTNISADDITIONALMASTERDATA,
    PRIMARY KEY (SEGMENT)
);