I_RtlPromnProcessingStatus

DDL: I_RTLPROMNPROCESSINGSTATUS Type: view_entity BASIC

Retail Promotion Processing Status

I_RtlPromnProcessingStatus is a Basic CDS View that provides data about "Retail Promotion Processing Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PromotionProcessingStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RtlPromnProcessingStatusT _Text $projection.PromotionProcessingStatus = _Text.PromotionProcessingStatus

Annotations (10)

NameValueLevelField
Analytics.technicalName IRTLPROMNPROCST view
EndUserText.label Retail Promotion Processing Status view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.compositionRoot true view
ObjectModel.representativeKey PromotionProcessingStatus view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PromotionProcessingStatus
_Text _Text
@Analytics.technicalName: 'IRTLPROMNPROCST'
@EndUserText.label: 'Retail Promotion Processing Status'

@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
    compositionRoot: true,
    representativeKey: 'PromotionProcessingStatus',
    usageType.serviceQuality: #A,
    usageType.sizeCategory: #S,
    usageType.dataClass: #META,
    resultSet.sizeCategory: #XS
}
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ]  } */


define view entity I_RtlPromnProcessingStatus
  as select from dd07l
  
  association [0..*] to I_RtlPromnProcessingStatusT as _Text on $projection.PromotionProcessingStatus = _Text.PromotionProcessingStatus
{

      @ObjectModel.text.association: '_Text'
  key cast(substring(domvalue_l, 1, 1) as w_akvst preserving type)
        as PromotionProcessingStatus,

      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
      
}
where
      domname  = 'AKVST'
  and as4local = 'A'