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. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_Dischannelvaluehelp view from CONSUMPTION Distribution Channel by Sales Org.
C_SalesOrganizationDistrChnlVH view_entity from CONSUMPTION Distribution Channel for Sales Organization
C_SalesOrgUnitDistrChannelVH view_entity from CONSUMPTION Sales Org specific Distribution Channel
I_CmmdtyDistributionChannelVH view from BASIC Distribution Channel Data
I_Slsorgdistrchnltemp view from COMPOSITE Distibution channel VH

Fields (4)

KeyField CDS FieldsUsed in Views
KEY DistributionChannel DistributionChannel 2
KEY SalesOrganization SalesOrganization 2
_DistributionChannel _DistributionChannel 1
_SalesOrganization _SalesOrganization 1
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Distribution Channel for Sales Org'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDSLSLSORGDISCH'
@Search.searchable: true
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataExtraction.enabled: true
@ObjectModel.supportedCapabilities:  [  #SQL_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #SEARCHABLE_ENTITY,
                                        #EXTRACTION_DATA_SOURCE  ]
@ObjectModel.sapObjectNodeType.name: 'SlsOrgDistrChannelAssignment'
define view I_SlsOrganizationDistrChnl
  as select from tvkov

  association [0..1] to I_SalesOrganization   as _SalesOrganization   on $projection.SalesOrganization = _SalesOrganization.SalesOrganization
  association [0..1] to I_DistributionChannel as _DistributionChannel on $projection.DistributionChannel = _DistributionChannel.DistributionChannel
{

      @ObjectModel.foreignKey.association: '_SalesOrganization'
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key vkorg as SalesOrganization,

      @ObjectModel.foreignKey.association: '_DistributionChannel'
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key vtweg as DistributionChannel,

      vtwku as ReferenceDistributionChannel,

      vlgfi as ReferenceStore,

      //Associations

      _SalesOrganization,
      _DistributionChannel
};