I_CnsldtnDistributionChannelVH
Cnsldtn Combined Distribution Channel
I_CnsldtnDistributionChannelVH is a Composite CDS View that provides data about "Cnsldtn Combined Distribution Channel" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnDistributionChannel) and exposes 2 fields with key field DistributionChannel.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnDistributionChannel | I_CnsldtnDistributionChannel | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICSDISTRICHLVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | DistributionChannel | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | Cnsldtn Combined Distribution Channel | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DistributionChannel | DistributionChannel | ||
| DistributionChannelName |
@AbapCatalog:{
sqlViewName: 'ICSDISTRICHLVH',
compiler.compareFilter: true
}
@AccessControl:{
authorizationCheck: #MANDATORY
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata:{
allowExtensions: true,
ignorePropagatedAnnotations: true
}
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #S},
representativeKey: 'DistributionChannel',
semanticKey: ['DistributionChannel'],
dataCategory: #VALUE_HELP,
modelingPattern: #VALUE_HELP_PROVIDER,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER ]
}
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'Cnsldtn Combined Distribution Channel'
define view I_CnsldtnDistributionChannelVH
as select from I_CnsldtnDistributionChannel
{
@ObjectModel.text.element: ['DistributionChannelName']
key DistributionChannel,
@Semantics.text
_Text[1: Language=$session.system_language].DistributionChannelName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNDISTRIBUTIONCHANNEL",
"I_CNSLDTNDISTRIBUTIONCHANNELT"
],
"ASSOCIATED":
[],
"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