I_ShipmentBlockReason

DDL: I_SHIPMENTBLOCKREASON SQL: ILESHIPMBLKRSN Type: view BASIC

Shipment Block Reason

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

Data Sources (1)

SourceAliasJoin Type
ttsg ttsg from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ShipmentBlockReasonText _Text $projection.ShipmentBlockReason = _Text.ShipmentBlockReason

Annotations (11)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ShipmentBlockReason view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Shipment Block Reason view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ILESHIPMBLKRSN view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #SINGLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ShipmentBlockReason trspg
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'ShipmentBlockReason'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A 
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Shipment Block Reason'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ILESHIPMBLKRSN'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #SINGLE

define view I_ShipmentBlockReason
as select from
ttsg
association [0..*] to I_ShipmentBlockReasonText as _Text on $projection.ShipmentBlockReason = _Text.ShipmentBlockReason
{
    @ObjectModel.text.association: '_Text'
    key trspg as ShipmentBlockReason,
    _Text
};      
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TTSG"
],
"ASSOCIATED":
[
"I_SHIPMENTBLOCKREASONTEXT"
],
"BASE":
[],
"VERSION":0
}
}*/