I_FldLogsInboundDelivEWM
EWM Ref Doc link from Inbound Delivery
I_FldLogsInboundDelivEWM is a Composite CDS View that provides data about "EWM Ref Doc link from Inbound Delivery" in SAP S/4HANA. It reads from 2 data sources (I_FldLogsEWMInboundDelivID, I_FldLogsInboundDel) and exposes 15 fields with key fields EWMInboundDelivery, EWMInboundDeliveryItem, Warehouse. Part of development package FLOG_RETURN.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_FldLogsEWMInboundDelivID | _EwmRef | inner |
| I_FldLogsInboundDel | _InboundDelivery | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFLEWMIBD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | EWM Ref Doc link from Inbound Delivery | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #COMPOSITE | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EWMInboundDelivery | I_FldLogsEWMInboundDelivID | EWMInboundDelivery | Document Number |
| KEY | EWMInboundDeliveryItem | I_FldLogsEWMInboundDelivID | EWMInboundDeliveryItem | Item Number |
| KEY | Warehouse | I_FldLogsInboundDel | Warehouse | Warehouse No. |
| InboundDeliveryUUID | I_FldLogsEWMInboundDelivID | InboundDeliveryUUID | Document ID | |
| InboundDeliveryItemUUID | I_FldLogsEWMInboundDelivID | InboundDeliveryItemUUID | Item ID | |
| InboundDeliveryItemCategory | I_FldLogsInboundDel | InboundDeliveryItemCategory | Item Category | |
| FldLogsReferenceDocumentNumber | I_FldLogsInboundDel | ReferenceDocumentNumber | Reference Doc Number | |
| ReferenceDocumentItem | I_FldLogsInboundDel | ReferenceDocumentItem | Reference item | |
| OverallGoodsMovementStatus | I_FldLogsInboundDel | OverallGoodsMovementStatus | ||
| SDDocumentCategory | I_FldLogsInboundDel | SDDocumentCategory | Document Cat. | |
| EWMDelivery | I_FldLogsInboundDel | EWMDelivery | Document Number | |
| EWMDeliveryItem | I_FldLogsInboundDel | EWMDeliveryItem | Item Number | |
| InboundDelivery | I_FldLogsInboundDel | InboundDelivery | LE Delivery | |
| DeliveryDocumentItem | I_FldLogsInboundDel | DeliveryDocumentItem | Outb. Delivery Item | |
| GoodsMovementType | I_FldLogsInboundDel | GoodsMovementType | Movement Type |
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 I_FldLogsInboundDelivEWM.
-- 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: IFLEWMIBD
CREATE VIEW I_FldLogsInboundDelivEWM AS
SELECT
_EwmRef.EWMInboundDelivery AS EWMInboundDelivery,
_EwmRef.EWMInboundDeliveryItem AS EWMInboundDeliveryItem,
_InboundDelivery.Warehouse AS Warehouse,
_EwmRef.InboundDeliveryUUID AS InboundDeliveryUUID,
_EwmRef.InboundDeliveryItemUUID AS InboundDeliveryItemUUID,
_InboundDelivery.InboundDeliveryItemCategory AS InboundDeliveryItemCategory,
_InboundDelivery.ReferenceDocumentNumber AS FldLogsReferenceDocumentNumber,
_InboundDelivery.ReferenceDocumentItem AS ReferenceDocumentItem,
_InboundDelivery.OverallGoodsMovementStatus AS OverallGoodsMovementStatus,
_InboundDelivery.SDDocumentCategory AS SDDocumentCategory,
_InboundDelivery.EWMDelivery AS EWMDelivery,
_InboundDelivery.EWMDeliveryItem AS EWMDeliveryItem,
_InboundDelivery.InboundDelivery AS InboundDelivery,
_InboundDelivery.DeliveryDocumentItem AS DeliveryDocumentItem,
_InboundDelivery.GoodsMovementType AS GoodsMovementType
FROM I_FldLogsInboundDel AS _InboundDelivery
INNER JOIN I_FldLogsEWMInboundDelivID AS _EwmRef 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