I_AllocTableBlockingReason

DDL: I_ALLOCTABLEBLOCKINGREASON SQL: IALLOCTABBLOCK Type: view BASIC

Allocation Table Blocking Reason

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

Data Sources (1)

SourceAliasJoin Type
t629 t629 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AllocTableBlockingReasonT _Text $projection.AllocTblBlockReason = _Text.AllocTblBlockReason

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IALLOCTABBLOCK view
EndUserText.label Allocation Table Blocking Reason view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.compositionRoot true view
ObjectModel.representativeKey AllocTblBlockReason view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AllocTblBlockReason sperr
_Text _Text
@AbapCatalog.sqlViewName: 'IALLOCTABBLOCK'
@EndUserText.label: 'Allocation Table Blocking Reason'

@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType: #BASIC
@ObjectModel: {
    compositionRoot: true,
    representativeKey: 'AllocTblBlockReason',
    usageType: {
        serviceQuality: #A,
        sizeCategory: #S,
        dataClass: #CUSTOMIZING
   }
}

define view I_AllocTableBlockingReason
  as select from t629
  
  association [0..*] to I_AllocTableBlockingReasonT as _Text on $projection.AllocTblBlockReason = _Text.AllocTblBlockReason
{
      @ObjectModel.text.association: '_Text'
  key sperr as AllocTblBlockReason,

      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T629"
],
"ASSOCIATED":
[
"I_ALLOCTABLEBLOCKINGREASONT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/