C_DischannelOrgUnitVH

DDL: C_DISCHANNELORGUNITVH Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_CRMOrganizationDistrChnl I_CRMOrganizationDistrChnl from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SalesOrganizationUnitText _Text $projection.OrgUnitDistributionChannel = _Text.OrganizationalUnit

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/