I_CNSLDTNPLANTT

CDS View

Consolidation Combined Plant - Text

I_CNSLDTNPLANTT is a CDS View in S/4HANA. Consolidation Combined Plant - Text. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_CnsldtnPlantT view from COMPOSITE Combined Plant Text
R_CnsldtnPlantTextTP view_entity from TRANSACTIONAL Consolidation Plant - Text TP

Fields (4)

KeyField CDS FieldsUsed in Views
KEY Language Language 1
KEY Plant Plant 1
CnsldtnIsAdditionalMasterData CnsldtnIsAdditionalMasterData 1
PlantName PlantName 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 Combined Plant - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNPLANTT (
    LANGUAGE,
    PLANT,
    CNSLDTNISADDITIONALMASTERDATA,
    PLANTNAME,
    PRIMARY KEY (LANGUAGE, PLANT)
);