C_OutbDelivProcFlow
Outbound Delivery Process Flow
C_OutbDelivProcFlow is a Consumption CDS View that provides data about "Outbound Delivery Process Flow" in SAP S/4HANA. It reads from 1 data source (I_DeliveryDocument) and exposes 31 fields with key fields OutboundDelivery, PrecedingDocument, PrecedingDocumentCategory, SubsequentDocument, SubsequentDocumentCategory.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DeliveryDocument | Delivery | inner |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | COBDLVPROCFLOW | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Outbound Delivery Process Flow | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.compositionRoot | true | view |
Fields (31)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OutboundDelivery | I_DeliveryDocument | DeliveryDocument | Outbound Delivery |
| KEY | PrecedingDocument | SD Document | ||
| KEY | PrecedingDocumentCategory | |||
| KEY | SubsequentDocument | |||
| KEY | SubsequentDocumentCategory | |||
| ShippingPoint | I_DeliveryDocument | ShippingPoint | Shipping Point | |
| SDDocumentCategory | I_DeliveryDocument | SDDocumentCategory | Document Cat. | |
| SalesDocument | SD Document | |||
| PurchaseOrder | Purchasing Document | |||
| WarehouseNumber | ||||
| WrhsMgmtTransferOrder | ||||
| MaterialDocument | Material Doc. | |||
| MaterialDocumentYear | Material Document Year | |||
| BillingDocument | SD Document | |||
| FreightOrder | Freight Order | |||
| DeliveryDocumentasOutboundDelivery | ||||
| KEY | PrecedingDocument | PrecedingDocument | SD Document | |
| KEY | PrecedingDocumentCategory | PrecedingDocumentCategory | ||
| KEY | SubsequentDocument | SubsequentDocument | ||
| KEY | SubsequentDocumentCategory | SubsequentDocumentCategory | ||
| ShippingPoint | I_DeliveryDocument | ShippingPoint | Shipping Point | |
| SDDocumentCategory | OutbDelivProcFlowNoAnchr | SDDocumentCategory | Document Cat. | |
| SalesDocument | SalesDocument | SD Document | ||
| PurchaseOrder | PurchaseOrder | Purchasing Document | ||
| WarehouseNumber | WarehouseNumber | |||
| WrhsMgmtTransferOrder | WrhsMgmtTransferOrder | |||
| MaterialDocument | MaterialDocument | Material Doc. | ||
| MaterialDocumentYear | MaterialDocumentYear | Material Document Year | ||
| BillingDocument | BillingDocument | SD Document | ||
| FreightOrder | FreightOrder | Freight Order | ||
| InboundDelivery | InboundDelivery | LE Delivery |
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_OutbDelivProcFlow.
-- 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: COBDLVPROCFLOW
CREATE VIEW C_OutbDelivProcFlow AS
SELECT
Delivery.DeliveryDocument AS OutboundDelivery,
cast(Delivery.DeliveryDocument as preced_doc) AS PrecedingDocument,
cast(Delivery.SDDocumentCategory as preced_doc_cat) AS PrecedingDocumentCategory,
cast(' ' as subsequ_doc) AS SubsequentDocument,
cast(' ' as subsequ_doc_cat) AS SubsequentDocumentCategory,
Delivery.ShippingPoint AS ShippingPoint,
Delivery.SDDocumentCategory AS SDDocumentCategory,
cast('' as vbeln_va) AS SalesDocument,
cast('' as ebeln) AS PurchaseOrder,
cast('' as lgnum) AS WarehouseNumber,
cast('0000000000' as wm_transfer_order) AS WrhsMgmtTransferOrder,
cast('' as mblnr ) AS MaterialDocument,
cast('0000' as mjahr) AS MaterialDocumentYear,
cast('' as vbeln) AS BillingDocument,
cast('' as /scmtms/tor_id) AS FreightOrder,
cast('' as vbeln_vl) as InboundDelivery AS DeliveryDocumentasOutboundDelivery,
InboundDelivery
INNER JOIN I_DeliveryDocument AS Delivery ON /* join condition not captured in parsed metadata */
;
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