I_RtlPromnBlockingReason

DDL: I_RTLPROMNBLOCKINGREASON Type: view_entity BASIC

Blocking Reason

I_RtlPromnBlockingReason is a Basic CDS View that provides data about "Blocking Reason" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field RetailPromnBlockingReason. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RtlPromnBlockingReasonT _Text $projection.RetailPromnBlockingReason = _Text.RetailPromnBlockingReason

Annotations (9)

NameValueLevelField
Analytics.technicalName IRTLPROMNBLKRSN view
EndUserText.label Blocking Reason view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.compositionRoot true view
ObjectModel.representativeKey RetailPromnBlockingReason view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RetailPromnBlockingReason
_Text _Text
@Analytics.technicalName: 'IRTLPROMNBLKRSN'
@EndUserText.label: 'Blocking Reason'

@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
    compositionRoot: true,
    representativeKey: 'RetailPromnBlockingReason',
    usageType.serviceQuality: #A,
    usageType.sizeCategory: #S,
    usageType.dataClass: #META
}
//@Search.searchable: true


/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ]  } */

define view entity I_RtlPromnBlockingReason
  as select from dd07l

  association [0..*] to I_RtlPromnBlockingReasonT as _Text on $projection.RetailPromnBlockingReason = _Text.RetailPromnBlockingReason
{

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

      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text

}
where
      domname  = 'SPGRU'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_RTLPROMNBLOCKINGREASONT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/