C_MRPOutboundDelivery
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)
| Source | Alias | Join Type |
|---|---|---|
| I_MRPOutboundDelivery | I_MRPOutboundDelivery | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | C_OutboundDeliveryFs | _OutboundDelivery | $projection.Delivery = _OutboundDelivery.OutboundDelivery |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA