E_ProdEWMWarehouse

DDL: E_PRODEWMWAREHOUSE SQL: EPRDEWMWRHS Type: view EXTENSION

Product EWM Warehouse - Extension

E_ProdEWMWarehouse is a Extension CDS View that provides data about "Product EWM Warehouse - Extension" in SAP S/4HANA. It reads from 1 data source (/sapapo/matlwh) and exposes 4 fields with key fields ProdSupChnMgmtUUID22, SupplyChainUnitUUID, BusinessPartnerUUID.

Data Sources (1)

SourceAliasJoin Type
/sapapo/matlwh Persistence from

Annotations (9)

NameValueLevelField
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
AbapCatalog.sqlViewName EPRDEWMWRHS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
EndUserText.label Product EWM Warehouse - Extension view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProdSupChnMgmtUUID22 /sapapo/matlwh matid Product ID
KEY SupplyChainUnitUUID /sapapo/matlwh scuguid SC Unit GUID
KEY BusinessPartnerUUID /sapapo/matlwh entitled_id Ent. to Dispose
IsActiveEntity

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_ProdEWMWarehouse.
-- 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: EPRDEWMWRHS

CREATE VIEW E_ProdEWMWarehouse AS
SELECT
  Persistence.matid AS ProdSupChnMgmtUUID22,
  Persistence.scuguid AS SupplyChainUnitUUID,
  Persistence.entitled_id AS BusinessPartnerUUID,
  cast( 'X' as sdraft_is_active preserving type ) AS IsActiveEntity
FROM /sapapo/matlwh AS Persistence
;