E_PrmtHbRpldPurchaseOrderItem

DDL: E_PRMTHBRPLDPURCHASEORDERITEM SQL: ECPOITEMTP Type: view EXTENSION

Extensibility view for C_CentralPurchaseOrderItemTP

E_PrmtHbRpldPurchaseOrderItem is a Extension CDS View that provides data about "Extensibility view for C_CentralPurchaseOrderItemTP" in SAP S/4HANA. It reads from 1 data source (mmpur_ext_ekpo) and exposes 3 fields with key fields PurchaseOrder, PurchaseOrderItem, ExtSourceSystem.

Data Sources (1)

SourceAliasJoin Type
mmpur_ext_ekpo Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ECPOITEMTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Extensibility view for C_CentralPurchaseOrderItemTP view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #EXTENSION view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PurchaseOrder mmpur_ext_ekpo ebeln Source PurchDoc
KEY PurchaseOrderItem mmpur_ext_ekpo ebelp Item pur. doc.
KEY ExtSourceSystem mmpur_ext_ekpo extsourcesystem Connected System ID

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_PrmtHbRpldPurchaseOrderItem.
-- 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: ECPOITEMTP

CREATE VIEW E_PrmtHbRpldPurchaseOrderItem AS
SELECT
  Persistence.ebeln AS PurchaseOrder,
  Persistence.ebelp AS PurchaseOrderItem,
  Persistence.extsourcesystem AS ExtSourceSystem
FROM mmpur_ext_ekpo AS Persistence
;