C_Dischannelvaluehelp
Distribution Channel by Sales Org.
C_Dischannelvaluehelp is a Consumption CDS View that provides data about "Distribution Channel by Sales Org." in SAP S/4HANA. It reads from 1 data source (I_SlsOrganizationDistrChnl) and exposes 5 fields with key fields SalesOrganization, DistributionChannel. It has 1 association to related views. It is exposed through 1 OData service (UI_TRDGCONTR_MANAGEV4).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SlsOrganizationDistrChnl | SlsOrganizationDistrChnl | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_DistributionChannelText | _Text | $projection.DistributionChannel = _Text.DistributionChannel |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSDISCHSORGVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientDependent | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Distribution Channel by Sales Org. | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| UI.headerInfo.typeName | Distribution Channel | view | |
| UI.headerInfo.typeNamePlural | Distribution Channels | view | |
| Search.searchable | true | view | |
| Consumption.valueHelpDefault.fetchValues | #AUTOMATICALLY_WHEN_DISPLAYED | view | |
| Consumption.ranked | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_TRDGCONTR_MANAGEV4 | UI_TRDGCONTR_MANAGEV4 | V4 | C1 | NOT_RELEASED |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SalesOrganization | I_SlsOrganizationDistrChnl | SalesOrganization | |
| KEY | DistributionChannel | I_SlsOrganizationDistrChnl | DistributionChannel | |
| DistributionChannelName | ||||
| _DistributionChannel | I_SlsOrganizationDistrChnl | _DistributionChannel | ||
| _SalesOrganization | I_SlsOrganizationDistrChnl | _SalesOrganization |
@AbapCatalog: {
sqlViewName: 'CSDISCHSORGVH',
compiler.compareFilter: true
}
@ClientDependent: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Distribution Channel by Sales Org.'
@VDM: {
viewType: #CONSUMPTION
}
@ObjectModel:{
usageType:{
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
}
@UI.headerInfo:{
typeName: 'Distribution Channel',
typeNamePlural: 'Distribution Channels'
}
@Search.searchable: true
@Consumption:{
valueHelpDefault:{
fetchValues:#AUTOMATICALLY_WHEN_DISPLAYED
},
ranked: true
}
define view C_Dischannelvaluehelp
as select from I_SlsOrganizationDistrChnl as SlsOrganizationDistrChnl
association [0..*] to I_DistributionChannelText as _Text on $projection.DistributionChannel = _Text.DistributionChannel
{
@ObjectModel.foreignKey.association: '_SalesOrganization'
@Search: {
defaultSearchElement: true,
ranking: #LOW
}
@UI: {
selectionField: [{ position: 30 }],
lineItem:[ {position:30, importance: #HIGH} ],
textArrangement: #TEXT_FIRST
}
key SlsOrganizationDistrChnl.SalesOrganization,
@ObjectModel.foreignKey.association: '_DistributionChannel'
@ObjectModel.text.element: ['DistributionChannelName']
@Search: {
defaultSearchElement: true,
ranking: #HIGH,
fuzzinessThreshold: 0.9
}
@UI: {
selectionField: [{ position: 10 }],
lineItem:[ {position:10, importance: #HIGH } ]
}
key SlsOrganizationDistrChnl.DistributionChannel,
@Semantics.text :true
@Search: {
defaultSearchElement: true,
ranking: #LOW,
fuzzinessThreshold: 0.8 }
@UI: {
selectionField: [{ position: 20 }],
lineItem:[ {position:20, importance: #HIGH } ]
}
_Text[1:Language=$session.system_language].DistributionChannelName,
@Search.defaultSearchElement: false
SlsOrganizationDistrChnl._DistributionChannel,
@Search.defaultSearchElement: false
SlsOrganizationDistrChnl._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