I_CnsldtnDistributionChannelVH

DDL: I_CNSLDTNDISTRIBUTIONCHANNELVH Type: view COMPOSITE

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)

SourceAliasJoin Type
I_CnsldtnDistributionChannel I_CnsldtnDistributionChannel from

Annotations (14)

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

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