C_EWM_ODOHeaderLabelFDP
FormDataProvider for Whse ODO Header Lbl
C_EWM_ODOHeaderLabelFDP is a Consumption CDS View that provides data about "FormDataProvider for Whse ODO Header Lbl" in SAP S/4HANA. It reads from 1 data source (P_EWM_ODOHeaderLabel) and exposes 33 fields with key fields EWMWarehouse, OutboundDeliveryOrder. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_EWM_ODOHeaderLabel | P_EWM_ODOHeaderLabel | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1] | E_EWM_WhseOutbDeliveryOrder | _Extension | $projection.OutboundDeliveryOrderUUID = _Extension.OutboundDeliveryOrderUUID |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | FormDataProvider for Whse ODO Header Lbl | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (33)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EWMWarehouse | EWMWarehouse | Warehouse No. | |
| KEY | OutboundDeliveryOrder | EWMOutboundDeliveryOrder | Document Number | |
| EWMDeliveryDocumentCategory | EWMDeliveryDocumentCategory | Doc. Category | ||
| OutboundDeliveryOrderUUID | OutboundDeliveryOrderUUID | Document ID | ||
| IncotermsPart1 | IncotermsPart1 | Incoterms | ||
| IncotermsPart2 | IncotermsPart2 | Incoterms 2 | ||
| OutboundDelivery | OutboundDelivery | LE Delivery | ||
| PlannedDeliveryUTCDateTime | PlannedDeliveryUTCDateTime | Planned Delivery Date | ||
| EWMDeliveryCreationUTCDateTime | EWMDeliveryCreationUTCDateTime | |||
| WarehouseTimeZone | WarehouseTimeZone | Time Zone | ||
| ShipToParty | ShipToParty | Ship-To Party (obsolete) | ||
| ShipToPartyName | ShipToPartyName | Ship-To Party Name | ||
| EWMRoute | EWMRoute | Route | ||
| Carrier | Carrier | Service Agent | ||
| CarrierName | CarrierName | Carrier Name | ||
| SoldToParty | ||||
| SoldToPartyName | ||||
| ShippingCondition | ||||
| ShippingConditionName | ||||
| EWMWhseReqGrossWeight | ||||
| EWMWhseReqGrossWeightUnit | ||||
| EWMWhseReqGrossVolume | ||||
| EWMWhseReqGrossVolumeUnit | ||||
| DeliveryHeaderNetWeight | ||||
| DeliveryHeaderNetWeightUnit | ||||
| DeliveryHeaderNetVolume | ||||
| DeliveryHeaderNetVolumeUnit | ||||
| ShipFromPartyAddressLine1Text | Address of Ship-From Party (Line 1) | |||
| ShipFromPartyAddressLine2Text | Address of Ship-From Party (Line 2) | |||
| ShipFromPartyAddressLine3Text | Address of Ship-From Party (Line 3) | |||
| ShipFromPartyAddressLine4Text | Address of Ship-From Party (Line 4) | |||
| WrhsTmZnListPrintDate | ||||
| WrhsTmZnListPrintTime |
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_EWM_ODOHeaderLabelFDP.
-- 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.
CREATE VIEW C_EWM_ODOHeaderLabelFDP AS
SELECT
EWMWarehouse,
EWMOutboundDeliveryOrder AS OutboundDeliveryOrder,
EWMDeliveryDocumentCategory,
OutboundDeliveryOrderUUID,
IncotermsPart1,
IncotermsPart2,
OutboundDelivery,
PlannedDeliveryUTCDateTime,
EWMDeliveryCreationUTCDateTime,
WarehouseTimeZone,
ShipToParty,
ShipToPartyName,
EWMRoute,
Carrier,
CarrierName,
cast( abap.char' ' as /scdl/dl_partyno preserving type) AS SoldToParty,
cast( abap.char' ' as /scdl/dl_text preserving type) AS SoldToPartyName,
cast( abap.char' ' as /scdl/dl_service_level_code preserving type ) AS ShippingCondition,
cast( abap.char' ' as /scdl/dl_text preserving type) AS ShippingConditionName,
cast( 0 as /scdl/dl_quantity ) AS EWMWhseReqGrossWeight,
cast( ' ' as /scdl/dl_uom ) AS EWMWhseReqGrossWeightUnit,
cast( 0 as /scdl/dl_quantity ) AS EWMWhseReqGrossVolume,
cast( ' ' as /scdl/dl_uom ) AS EWMWhseReqGrossVolumeUnit,
cast( 0 as /scdl/dl_quantity ) AS DeliveryHeaderNetWeight,
cast( ' ' as /scdl/dl_uom ) AS DeliveryHeaderNetWeightUnit,
cast( 0 as /scdl/dl_quantity ) AS DeliveryHeaderNetVolume,
cast( ' ' as /scdl/dl_uom ) AS DeliveryHeaderNetVolumeUnit,
cast( abap.char' ' as /scdl/dl_text preserving type) AS ShipFromPartyAddressLine1Text,
cast( abap.char' ' as /scdl/dl_text preserving type) AS ShipFromPartyAddressLine2Text,
cast( abap.char' ' as /scdl/dl_text preserving type) AS ShipFromPartyAddressLine3Text,
cast( abap.char' ' as /scdl/dl_text preserving type) AS ShipFromPartyAddressLine4Text,
cast( abap.dats'00000000' as datum preserving type ) AS WrhsTmZnListPrintDate,
cast( abap.tims'000000' as tims preserving type ) AS WrhsTmZnListPrintTime
FROM P_EWM_ODOHeaderLabel
LEFT OUTER JOIN E_EWM_WhseOutbDeliveryOrder AS _Extension ON OutboundDeliveryOrderUUID = _Extension.OutboundDeliveryOrderUUID -- association [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