I_TrdCmplncBlockingReason

DDL: I_TRDCMPLNCBLOCKINGREASON SQL: ITRDCMPBLKRSN Type: view BASIC

Blocking Reason

I_TrdCmplncBlockingReason 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 TrdCmplncBlockingReason. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TrdCmplncBlockingReasonText _TrdCmplncBlockingReasonText _TrdCmplncBlockingReasonText.TrdCmplncBlockingReason = $projection.TrdCmplncBlockingReason

Annotations (9)

NameValueLevelField
EndUserText.label Blocking Reason view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName ITRDCMPBLKRSN view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey TrdCmplncBlockingReason view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.dataClass #META view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrdCmplncBlockingReason
_TrdCmplncBlockingReasonText _TrdCmplncBlockingReasonText
@EndUserText.label: 'Blocking Reason'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'ITRDCMPBLKRSN'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TrdCmplncBlockingReason'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.dataClass: #META
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */

define view I_TrdCmplncBlockingReason
  as select from dd07l
  association [0..*] to I_TrdCmplncBlockingReasonText as _TrdCmplncBlockingReasonText on _TrdCmplncBlockingReasonText.TrdCmplncBlockingReason = $projection.TrdCmplncBlockingReason
{
      @ObjectModel.text.association: '_TrdCmplncBlockingReasonText'
  key cast( substring( dd07l.domvalue_l, 1, 1 ) as /sapsll/blkrn preserving type ) as TrdCmplncBlockingReason,

      _TrdCmplncBlockingReasonText
}
where
      domname  = '/SAPSLL/BLKRN'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_TRDCMPLNCBLOCKINGREASONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/