@AbapCatalog.sqlViewName : 'IACMDISTCNLVH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label : 'List Of Distribution Channel'
@Search.searchable: true
@ObjectModel.semanticKey: ['DistributionChannel']
@ObjectModel.representativeKey : 'DistributionChannel'
@ObjectModel.supportedCapabilities: #CDS_MODELING_DATA_SOURCE
@Consumption.ranked: true
define view I_ACMDistributionChnlValueHelp
as select from I_SlsOrganizationDistrChnl
association [0..1] to I_SalesOrganization as _SalesOrganization on $projection.SalesOrganization = _SalesOrganization.SalesOrganization
{
@ObjectModel.foreignKey.association : '_SalesOrganization'
@Search:{defaultSearchElement:true ,ranking:#LOW,fuzzinessThreshold:0.7}
key SalesOrganization,
-- @ObjectModel.text.element: ['DistributionChannelName']
@ObjectModel.text.element: ['DistributionChannelText']
@Search:{defaultSearchElement:true ,ranking:#HIGH,fuzzinessThreshold:0.7}
key DistributionChannel,
@Semantics.text: true
@Search:{defaultSearchElement:true ,ranking:#LOW,fuzzinessThreshold:0.7}
-- _DistributionChannel[1: DistributionChannel = DistributionChannel ]._Text[1: DistributionChannel = DistributionChannel and Language = $session.system_language ].DistributionChannelName
_DistributionChannel[1: DistributionChannel = DistributionChannel ]._Text[1: DistributionChannel = DistributionChannel and Language = $session.system_language ].DistributionChannelName as DistributionChannelText,
_SalesOrganization,
@UI.hidden: true
_DistributionChannel[1: DistributionChannel = DistributionChannel ]._Text[1: DistributionChannel = DistributionChannel and Language = $session.system_language ].DistributionChannelName
}
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_DISTRIBUTIONCHANNEL",
"I_DISTRIBUTIONCHANNELTEXT",
"I_SLSORGANIZATIONDISTRCHNL"
],
"ASSOCIATED":
[
"I_SALESORGANIZATION"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
I_ACMDistributionChnlValueHelp view