I_SLSORGANIZATIONDISTRCHNL

CDS View

Distribution Channel for Sales Org

I_SLSORGANIZATIONDISTRCHNL is a CDS View in S/4HANA. Distribution Channel for Sales Org. It contains 4 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
C_Dischannelvaluehelp view from CONSUMPTION Distribution Channel by Sales Org.
C_PrepaymentDistrChnlVH view from CONSUMPTION Sales Org specific Distribution Channel
C_SalesOrganizationDistrChnlVH view_entity from CONSUMPTION Distribution Channel for Sales Organization
C_SubscrpnMassProcgDistrChnlVH view_entity from CONSUMPTION Distribution Channel
CIC_I_DISTRIBUTION_CHAIN view_entity from Projection on Distribution Chain
I_ACMDistChannelValueHelp view_entity from BASIC Distribution channel values
I_ACMDistributionChnlValueHelp view from BASIC List Of Distribution Channel
I_CmmdtyDistributionChannelVH view from BASIC Distribution Channel Data
I_DistributionChannelValueHelp view from BASIC Interface Layer for Distribution Channel
I_Slsorgdistrchnltemp view from COMPOSITE Distibution channel VH

Fields (4)

KeyField CDS FieldsUsed in Views
KEY DistributionChannel DistributionChannel 3
KEY SalesOrganization SalesOrganization 3
_DistributionChannel _DistributionChannel 2
_SalesOrganization _SalesOrganization 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.

-- Distribution Channel for Sales Org
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SLSORGANIZATIONDISTRCHNL (
    DISTRIBUTIONCHANNEL,
    SALESORGANIZATION,
    _DISTRIBUTIONCHANNEL,
    _SALESORGANIZATION,
    PRIMARY KEY (DISTRIBUTIONCHANNEL, SALESORGANIZATION)
);