C_DischannelOrgUnitVH
Sales Org specific Distribution Channel
C_DischannelOrgUnitVH is a Consumption CDS View that provides data about "Sales Org specific Distribution Channel" in SAP S/4HANA. It reads from 1 data source (I_CRMOrganizationDistrChnl) and exposes 3 fields with key fields OrganizationalUnit, OrgUnitDistributionChannel. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CRMOrganizationDistrChnl | I_CRMOrganizationDistrChnl | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SalesOrganizationUnitText | _Text | $projection.OrgUnitDistributionChannel = _Text.OrganizationalUnit |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSDISCHSORGUNVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Sales Org specific Distribution Channel | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| UI.headerInfo.typeName | Distribution Channel | view | |
| UI.headerInfo.typeNamePlural | Distribution Channels | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrganizationalUnit | OrganizationalUnit | ||
| KEY | OrgUnitDistributionChannel | DistributionChannel | ||
| _Text | _Text |
@AbapCatalog: {
sqlViewName: 'CSDISCHSORGUNVH',
compiler.compareFilter: true
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Sales Org specific Distribution Channel'
@VDM: {
viewType: #CONSUMPTION
}
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@UI.headerInfo:{
typeName: 'Distribution Channel',
typeNamePlural: 'Distribution Channels'
}
@Search.searchable: true
define view C_DischannelOrgUnitVH as select from I_CRMOrganizationDistrChnl
association [0..*] to I_SalesOrganizationUnitText as _Text on $projection.OrgUnitDistributionChannel = _Text.OrganizationalUnit
{
@Search.defaultSearchElement: true
key OrganizationalUnit,
@ObjectModel.text.association: '_Text'
@Search.fuzzinessThreshold: 0.8
@Search.defaultSearchElement: true
key DistributionChannel as OrgUnitDistributionChannel,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CRMORGANIZATIONDISTRCHNL"
],
"ASSOCIATED":
[
"I_SALESORGANIZATIONUNITTEXT"
],
"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