C_MRPOutboundDelivery

DDL: C_MRPOUTBOUNDDELIVERY SQL: CMRPOUTBNDDEL Type: view CONSUMPTION

MRP Outbound Delivery

C_MRPOutboundDelivery is a Consumption CDS View that provides data about "MRP Outbound Delivery" in SAP S/4HANA. It reads from 1 data source (I_MRPOutboundDelivery) and exposes 51 fields with key fields Delivery, DeliveryItem. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_MRPOutboundDelivery I_MRPOutboundDelivery from

Associations (1)

CardinalityTargetAliasCondition
[1..1] C_OutboundDeliveryFs _OutboundDelivery $projection.Delivery = _OutboundDelivery.OutboundDelivery

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CMRPOUTBNDDEL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label MRP Outbound Delivery view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
AccessControl.personalData.blocking #REQUIRED view

Fields (51)

KeyFieldSource TableSource FieldDescription
KEY Delivery I_MRPOutboundDelivery Delivery Delivery Status
KEY DeliveryItem I_MRPOutboundDelivery DeliveryItem Logistics Execution Delivery Item
DeliveryType I_MRPOutboundDelivery DeliveryType intern./extern.
MRPPlant I_MRPOutboundDelivery MRPPlant Plant
MRPPlantName I_MRPOutboundDelivery MRPPlantName Plant Name
Material I_MRPOutboundDelivery Material Vehicle Model
MaterialName I_MRPOutboundDelivery MaterialName Material Description
BaseUnit I_MRPOutboundDelivery BaseUnit Unit of Measure
SalesUnit I_MRPOutboundDelivery SalesUnit Unit
DeliveredQuantityInSalesUnit I_MRPOutboundDelivery DeliveredQuantityInSalesUnit Base quantity
Customer I_MRPOutboundDelivery Customer Sold-to Party
CustomerName I_MRPOutboundDelivery CustomerName Name of Customer
ContactPersonName
ContactPersonPhoneNumber
InternalContactEmailAddress
DocumentDate I_MRPOutboundDelivery DocumentDate Journal Entry Date
ProductAvailabilityDate I_MRPOutboundDelivery ProductAvailabilityDate Mat.Avail.Date
RequestedLoadingDate I_MRPOutboundDelivery RequestedLoadingDate Loading Date
RequestedDeliveryDate I_MRPOutboundDelivery RequestedDeliveryDate Requested Delivery Date
DeliveredQuantityInBaseUnit I_MRPOutboundDelivery DeliveredQuantityInBaseUnit
OpenDeliveryQuantity
OrderQuantityInBaseUnit
ReferenceDocument I_MRPOutboundDelivery ReferenceDocument Reference Document
DeliveryPriority I_MRPOutboundDelivery DeliveryPriority Delivery Prior.
DeliveryPriorityDesc I_MRPOutboundDelivery DeliveryPriorityDesc
DeliveryBlockReason I_MRPOutboundDelivery DeliveryBlockReason Delivery Block
DeliveryBlockReasonText I_MRPOutboundDelivery DeliveryBlockReasonText
ReferenceDocumentItem I_MRPOutboundDelivery ReferenceDocumentItem Reference item
ReferenceSDDocumentCategory I_MRPOutboundDelivery ReferenceSDDocumentCategory Prec.Doc.Categ.
ReferenceSDDocument I_MRPOutboundDelivery ReferenceSDDocument Reference Doc.
MaterialByCustomer MaterialByCustomer Customer Mat.
WBSElementExternalID WBSElementExternalID WBS Element External ID
WBSElementObject WBSElementObject Object number
WBSElementDescription WBSElementDescription Description
WBSDescription WBSDescription WBS Element Name
ProjectExternalID ProjectExternalID Project def.
ProjectDescription ProjectDescription Project Name
ResponsiblePerson ResponsiblePerson Processor
ResponsiblePersonName ResponsiblePersonName User
_OutboundDelivery _OutboundDelivery
_DeliveryDocumentType _DeliveryDocumentType
_ReferenceSDDocument _ReferenceSDDocument
_DeliveryBlockReason _DeliveryBlockReason
_DeliveryPriority _DeliveryPriority
_ShipToParty _ShipToParty
_Plant _Plant
_Material _Material
_BaseUnit _BaseUnit
_DeliveryQuantityUnit _DeliveryQuantityUnit
_ReferenceSalesDocumentItem _ReferenceSalesDocumentItem
_ReferenceSDDocumentCategory _ReferenceSDDocumentCategory

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_MRPOutboundDelivery.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CMRPOUTBNDDEL

CREATE VIEW C_MRPOutboundDelivery AS
SELECT
  I_MRPOutboundDelivery.Delivery AS Delivery,
  I_MRPOutboundDelivery.DeliveryItem AS DeliveryItem,
  I_MRPOutboundDelivery.DeliveryType AS DeliveryType,
  I_MRPOutboundDelivery.MRPPlant AS MRPPlant,
  I_MRPOutboundDelivery.MRPPlantName AS MRPPlantName,
  I_MRPOutboundDelivery.Material AS Material,
  I_MRPOutboundDelivery.MaterialName AS MaterialName,
  I_MRPOutboundDelivery.BaseUnit AS BaseUnit,
  I_MRPOutboundDelivery.SalesUnit AS SalesUnit,
  I_MRPOutboundDelivery.DeliveredQuantityInSalesUnit AS DeliveredQuantityInSalesUnit,
  I_MRPOutboundDelivery.Customer AS Customer,
  I_MRPOutboundDelivery.CustomerName AS CustomerName,
  cast('' as ad_namtext) AS ContactPersonName,
  cast('' as ad_tlnmbr1) AS ContactPersonPhoneNumber,
  cast('' as ad_smtpadr) AS InternalContactEmailAddress,
  I_MRPOutboundDelivery.DocumentDate AS DocumentDate,
  I_MRPOutboundDelivery.ProductAvailabilityDate AS ProductAvailabilityDate,
  I_MRPOutboundDelivery.RequestedLoadingDate AS RequestedLoadingDate,
  I_MRPOutboundDelivery.RequestedDeliveryDate AS RequestedDeliveryDate,
  I_MRPOutboundDelivery.DeliveredQuantityInBaseUnit AS DeliveredQuantityInBaseUnit,
  cast(0 as mng01) AS OpenDeliveryQuantity,
  cast(0 as mng01) AS OrderQuantityInBaseUnit,
  I_MRPOutboundDelivery.ReferenceDocument AS ReferenceDocument,
  I_MRPOutboundDelivery.DeliveryPriority AS DeliveryPriority,
  I_MRPOutboundDelivery.DeliveryPriorityDesc AS DeliveryPriorityDesc,
  I_MRPOutboundDelivery.DeliveryBlockReason AS DeliveryBlockReason,
  I_MRPOutboundDelivery.DeliveryBlockReasonText AS DeliveryBlockReasonText,
  I_MRPOutboundDelivery.ReferenceDocumentItem AS ReferenceDocumentItem,
  I_MRPOutboundDelivery.ReferenceSDDocumentCategory AS ReferenceSDDocumentCategory,
  I_MRPOutboundDelivery.ReferenceSDDocument AS ReferenceSDDocument,
  MaterialByCustomer,
  WBSElementExternalID,
  WBSElementObject,
  WBSElementDescription,
  WBSDescription,
  ProjectExternalID,
  ProjectDescription,
  ResponsiblePerson,
  ResponsiblePersonName
FROM I_MRPOutboundDelivery
LEFT OUTER JOIN C_OutboundDeliveryFs AS _OutboundDelivery ON Delivery = _OutboundDelivery.OutboundDelivery  -- association [1..1]
;