I_CNSLDTNDISTRIBUTIONCHANNELT

CDS View

Cnsldtn Cmbnd Distribution Channel - Txt

I_CNSLDTNDISTRIBUTIONCHANNELT is a CDS View in S/4HANA. Cnsldtn Cmbnd Distribution Channel - Txt. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_CnsldtnDistributionChnlT view from COMPOSITE Combined Distribution Channel Text
R_CnsldtnDistrChannelTextTP view_entity from TRANSACTIONAL Cnsldtn Distribution Channel - Text TP

Fields (4)

KeyField CDS FieldsUsed in Views
KEY DistributionChannel DistributionChannel 1
KEY Language Language 1
CnsldtnIsAdditionalMasterData CnsldtnIsAdditionalMasterData 1
DistributionChannelName DistributionChannelName 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.

-- Cnsldtn Cmbnd Distribution Channel - Txt
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNDISTRIBUTIONCHANNELT (
    DISTRIBUTIONCHANNEL,
    LANGUAGE,
    CNSLDTNISADDITIONALMASTERDATA,
    DISTRIBUTIONCHANNELNAME,
    PRIMARY KEY (DISTRIBUTIONCHANNEL, LANGUAGE)
);