A_CnsldtnDistributionChannel

DDL: A_CNSLDTNDISTRIBUTIONCHANNEL SQL: ACSDISTCHNL Type: view COMPOSITE

Combined Distribution Channel

A_CnsldtnDistributionChannel is a Composite CDS View that provides data about "Combined Distribution Channel" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnDistributionChannel) and exposes 3 fields with key field DistributionChannel. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnDistributionChannel _Source from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_CnsldtnDistributionChnlT _CnsldtnDistributionChnlT $projection.DistributionChannel = _CnsldtnDistributionChnlT.DistributionChannel

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ACSDISTCHNL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Combined Distribution Channel view
VDM.viewType #COMPOSITE view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
OData.entitySet.name DistributionChannel view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY DistributionChannel I_CnsldtnDistributionChannel DistributionChannel
AdditionalMasterDataSource I_CnsldtnDistributionChannel AdditionalMasterDataSource
_CnsldtnDistributionChnlT _CnsldtnDistributionChnlT
@AbapCatalog.sqlViewName: 'ACSDISTCHNL'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Combined Distribution Channel'
@VDM.viewType: #COMPOSITE
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: ['DistributionChannel']
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #C,
  sizeCategory: #L
}
@OData.entitySet.name: 'DistributionChannel'
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define view A_CnsldtnDistributionChannel
  as select from I_CnsldtnDistributionChannel as _Source
  
  association [0..*] to A_CnsldtnDistributionChnlT as _CnsldtnDistributionChnlT on $projection.DistributionChannel = _CnsldtnDistributionChnlT.DistributionChannel
  
{
      @ObjectModel.text.association: '_CnsldtnDistributionChnlT'
  key _Source.DistributionChannel,
  
      _Source.AdditionalMasterDataSource,
      
      _CnsldtnDistributionChnlT
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNDISTRIBUTIONCHANNEL"
],
"ASSOCIATED":
[
"A_CNSLDTNDISTRIBUTIONCHNLT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/