R_CnsldtnDistributionChannelTP

DDL: R_CNSLDTNDISTRIBUTIONCHANNELTP Type: view_entity TRANSACTIONAL

Consolidation Distribution Channel - TP

R_CnsldtnDistributionChannelTP is a Transactional CDS View that provides data about "Consolidation Distribution Channel - TP" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnDistributionChannel) and exposes 3 fields with key field DistributionChannel. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnDistributionChannel _CnsldtnDistributionChannel from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_CnsldtnDistrChannelTextTP _Text

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name CnsldtnDistributionChannel view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view
EndUserText.label Consolidation Distribution Channel - TP view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY DistributionChannel
CnsldtnIsAdditionalMasterData I_CnsldtnDistributionChannel CnsldtnIsAdditionalMasterData
_Text _Text
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@Metadata: {
  ignorePropagatedAnnotations: true
}
@ObjectModel: {
  sapObjectNodeType:{
    name: 'CnsldtnDistributionChannel'
  },
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #B,
    sizeCategory: #S
  }
}
@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Consolidation Distribution Channel - TP'
define root view entity R_CnsldtnDistributionChannelTP
  as select from I_CnsldtnDistributionChannel as _CnsldtnDistributionChannel

  /* associations for transactional processing */
  composition [0..*] of R_CnsldtnDistrChannelTextTP as _Text

{

  key cast ( _CnsldtnDistributionChannel.DistributionChannel as fincs_distributionchannel preserving type ) as DistributionChannel,

      _CnsldtnDistributionChannel.CnsldtnIsAdditionalMasterData,


      /* associations for transactional processing */
      _Text

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNDISTRIBUTIONCHANNEL"
],
"ASSOCIATED":
[
"R_CNSLDTNDISTRCHANNELTEXTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/