I_CnsldtnDistributionChannelT

DDL: I_CNSLDTNDISTRIBUTIONCHANNELT Type: view COMPOSITE

Cnsldtn Cmbnd Distribution Channel - Txt

I_CnsldtnDistributionChannelT is a Composite CDS View that provides data about "Cnsldtn Cmbnd Distribution Channel - Txt" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnDistributionChannel) and exposes 8 fields with key fields Language, DistributionChannel. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnDistributionChannel _Main inner

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_CnsldtnDistributionChannel _DistributionChannel $projection.DistributionChannel = _DistributionChannel.DistributionChannel

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICSDISTRICHLT view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #MANDATORY view
ClientHandling.algorithm #SESSION_VARIABLE 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 #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Cnsldtn Cmbnd Distribution Channel - Txt view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY Language _Source Language
KEY DistributionChannel
AdditionalMasterDataSource
AdditionalMasterDataText
DistributionChannelName
CnsldtnIsAdditionalMasterData _Source CnsldtnIsAdditionalMasterData
_Language _Language
_DistributionChannel _DistributionChannel
@AbapCatalog:{
  sqlViewName: 'ICSDISTRICHLT'
  }
@Analytics: {
  dataExtraction.enabled: true
}
@AccessControl:{
  authorizationCheck: #MANDATORY
  }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel:{
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #S },
  representativeKey: 'DistributionChannel',
  dataCategory: #TEXT,
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
  supportedCapabilities: [#CDS_MODELING_DATA_SOURCE,
                          #CDS_MODELING_ASSOCIATION_TARGET,
                          #SQL_DATA_SOURCE,
                          #EXTRACTION_DATA_SOURCE,
                          #LANGUAGE_DEPENDENT_TEXT ]
}
@VDM:{
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
  }
@EndUserText.label: 'Cnsldtn Cmbnd Distribution Channel - Txt'

define view I_CnsldtnDistributionChannelT
  as select distinct from P_CnsldtnDistributionChannelT as _Source

    inner join            I_CnsldtnDistributionChannel  as _Main on  _Main.DistributionChannel           = _Source.DistributionChannel
                                                                 and _Main.CnsldtnIsAdditionalMasterData = _Source.CnsldtnIsAdditionalMasterData

  association [1..1] to I_Language                   as _Language            on $projection.Language = _Language.Language

  association [1..1] to I_CnsldtnDistributionChannel as _DistributionChannel on $projection.DistributionChannel = _DistributionChannel.DistributionChannel
{

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language
  key _Source.Language,

      @ObjectModel.foreignKey.association: '_DistributionChannel'
      @Consumption.valueHelpDefinition: [{
        entity: {
          name: 'I_CnsldtnDistributionChannelVH',
          element: 'DistributionChannel'
        }
      }]
  key cast( _Source.DistributionChannel as fincs_distributionchannel preserving type )         as DistributionChannel,

      @API.element: {releaseState: #DEPRECATED, successor: 'CnsldtnIsAdditionalMasterData'}
      @VDM.lifecycle: {status: #DEPRECATED, successor: 'CnsldtnIsAdditionalMasterData' }
      cast( _Source.AdditionalMasterDataSource as fincs_masterdatasource preserving type )     as AdditionalMasterDataSource,

      @Semantics.text
      @API.element: {releaseState: #DEPRECATED, successor: 'DistributionChannelName'}
      @VDM.lifecycle: {status: #DEPRECATED, successor: 'DistributionChannelName' }
      cast( _Source.DistributionChannelName  as fincs_description_text_20 preserving type )    as AdditionalMasterDataText,

      @Semantics.text
      cast( _Source.DistributionChannelName as fincs_distributionchannelname preserving type ) as DistributionChannelName,

      _Source.CnsldtnIsAdditionalMasterData,


      /* associations */
      _Language,
      _DistributionChannel
}
where
  _Source.Language is not null
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNDISTRIBUTIONCHANNEL",
"P_CNSLDTNDISTRIBUTIONCHANNELT"
],
"ASSOCIATED":
[
"I_CNSLDTNDISTRIBUTIONCHANNEL",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/