A_CnsldtnDistributionChannel
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)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnDistributionChannel | _Source | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_CnsldtnDistributionChnlT | _CnsldtnDistributionChnlT | $projection.DistributionChannel = _CnsldtnDistributionChnlT.DistributionChannel |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA