I_ACMDistChannelValueHelp
Distribution channel values
I_ACMDistChannelValueHelp is a Basic CDS View that provides data about "Distribution channel values" in SAP S/4HANA. It reads from 1 data source (I_SlsOrganizationDistrChnl) and exposes 4 fields with key fields SalesOrganization, DistributionChannel. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SlsOrganizationDistrChnl | I_SlsOrganizationDistrChnl | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_SalesOrganization | _SalesOrganization | $projection.SalesOrganization = _SalesOrganization.SalesOrganization |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Distribution channel values | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | DistributionChannel | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SalesOrganization | SalesOrganization | ||
| KEY | DistributionChannel | DistributionChannel | ||
| DistributionChannelText | ||||
| _SalesOrganization | _SalesOrganization |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Distribution channel values'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@ObjectModel.semanticKey: ['DistributionChannel']
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'DistributionChannel',
usageType.sizeCategory: #S,
usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #B,
supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY],
modelingPattern: #VALUE_HELP_PROVIDER
}
@Search.searchable: true
@Consumption.ranked: true
define view entity I_ACMDistChannelValueHelp
as select from I_SlsOrganizationDistrChnl
association [0..1] to I_SalesOrganization as _SalesOrganization on $projection.SalesOrganization = _SalesOrganization.SalesOrganization
// association [0..*] to I_ACMDistributionChannelText as _DistributionChannelText on $projection.DistributionChannel = _DistributionChannelText.DistributionChannel
{
@ObjectModel.foreignKey.association: '_SalesOrganization'
key SalesOrganization,
@ObjectModel.text.element: ['DistributionChannelText']
@Search.defaultSearchElement:true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key DistributionChannel,
@Search.defaultSearchElement:true
@Search.fuzzinessThreshold: 0.7
@Search.ranking: #LOW
@Semantics.text: true
_DistributionChannel[1: DistributionChannel = DistributionChannel ]._Text[1: DistributionChannel = DistributionChannel and Language = $session.system_language ].DistributionChannelName as DistributionChannelText,
_SalesOrganization
}
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