C_RFDYOutboundDeliveryItem

DDL: C_RFDYOUTBOUNDDELIVERYITEM SQL: CRFDYODELIVI Type: view CONSUMPTION

Release for Delivery Outbound Delivery Item

C_RFDYOutboundDeliveryItem is a Consumption CDS View that provides data about "Release for Delivery Outbound Delivery Item" in SAP S/4HANA. It reads from 1 data source (I_OutboundDeliveryItem) and exposes 13 fields with key fields OutboundDelivery, OutboundDeliveryItem. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_OutboundDeliveryItem I_OutboundDeliveryItem from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_OverallSDProcessStatusText _OverallSDProcessStatusText $projection.overallsdprocessstatus = _OverallSDProcessStatusText.OverallSDProcessStatus

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName CRFDYODELIVI view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Release for Delivery Outbound Delivery Item view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY OutboundDelivery OutboundDelivery
KEY OutboundDeliveryItem OutboundDeliveryItem
ReferenceSDDocument ReferenceSDDocument
ReferenceSDDocumentItem ReferenceSDDocumentItem
ReferenceSDDocumentCategory ReferenceSDDocumentCategory
ActualDeliveredQtyInBaseUnit ActualDeliveredQtyInBaseUnit
BaseUnit BaseUnit
OverallSDProcessStatus _OutboundDelivery OverallSDProcessStatus
CreationDate _OutboundDelivery CreationDate
_OverallSDProcessStatus _OutboundDelivery _OverallSDProcessStatus
_OverallSDProcessStatusText _OverallSDProcessStatusText
_BaseUnit _BaseUnit
_OutboundDelivery _OutboundDelivery
@AbapCatalog.sqlViewName: 'CRFDYODELIVI'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
    dataClass: #TRANSACTIONAL,
    serviceQuality: #B,
    sizeCategory: #L
}
@EndUserText.label: 'Release for Delivery Outbound Delivery Item'
define view C_RFDYOutboundDeliveryItem
  as select from I_OutboundDeliveryItem
  association [0..*] to I_OverallSDProcessStatusText as _OverallSDProcessStatusText on $projection.overallsdprocessstatus = _OverallSDProcessStatusText.OverallSDProcessStatus
{
  key OutboundDelivery,
  key OutboundDeliveryItem,

      @Consumption.valueHelpDefinition: null
      ReferenceSDDocument,
      @Consumption.valueHelpDefinition: null
      ReferenceSDDocumentItem,
      ReferenceSDDocumentCategory,

      ActualDeliveredQtyInBaseUnit,
      BaseUnit,

      @ObjectModel.text.association: '_OverallSDProcessStatusText'
      _OutboundDelivery.OverallSDProcessStatus,
      _OutboundDelivery.CreationDate,

      _OutboundDelivery._OverallSDProcessStatus,
      _OverallSDProcessStatusText,
      _BaseUnit,
      
      
      _OutboundDelivery
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_OUTBOUNDDELIVERY",
"I_OUTBOUNDDELIVERYITEM"
],
"ASSOCIATED":
[
"I_OUTBOUNDDELIVERY",
"I_OVERALLSDPROCESSSTATUS",
"I_OVERALLSDPROCESSSTATUSTEXT",
"I_UNITOFMEASURE"
],
"BASE":
[
"I_OUTBOUNDDELIVERY",
"I_OUTBOUNDDELIVERYITEM"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/