E_WhseInboundDeliveryDraft

DDL: E_WHSEINBOUNDDELIVERYDRAFT Type: view_entity EXTENSION Package: VDM_EWM_DLV

Warehouse Inbound Delivery - Draft Extn

E_WhseInboundDeliveryDraft is a Extension CDS View that provides data about "Warehouse Inbound Delivery - Draft Extn" in SAP S/4HANA. It reads from 1 data source (rewm_idh_d) and exposes 2 fields with key fields EWMInboundDelivery, DraftUUID. Part of development package VDM_EWM_DLV.

Data Sources (1)

SourceAliasJoin Type
rewm_idh_d Persistence from

Annotations (12)

NameValueLevelField
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Warehouse Inbound Delivery - Draft Extn view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix CDH view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 408 view
AbapCatalog.extensibility.quota.maximumBytes 8160 view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EWMInboundDelivery rewm_idh_d ewminbounddelivery Document Number
KEY DraftUUID draftuuid UUID

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 E_WhseInboundDeliveryDraft.
-- 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 E_WhseInboundDeliveryDraft AS
SELECT
  Persistence.ewminbounddelivery AS EWMInboundDelivery,
  DraftUUID
FROM rewm_idh_d AS Persistence
;