E_ProductCostCtrlgOrder

DDL: E_PRODUCTCOSTCTRLGORDER SQL: EFIPCCORDER Type: view EXTENSION

Include View for PCC Order

E_ProductCostCtrlgOrder is a Extension CDS View that provides data about "Include View for PCC Order" in SAP S/4HANA. It reads from 1 data source (aufk) and exposes 1 field with key field OrderID.

Data Sources (1)

SourceAliasJoin Type
aufk Persistence from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName EFIPCCORDER view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Include View for PCC Order view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY OrderID aufk aufnr SettlementOrder

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_ProductCostCtrlgOrder.
-- 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: EFIPCCORDER

CREATE VIEW E_ProductCostCtrlgOrder AS
SELECT
  Persistence.aufnr AS OrderID
FROM aufk AS Persistence
;