P_CtrlgSettlementObject

DDL: P_CTRLGSETTLEMENTOBJECT SQL: PCTRLGSETTLMTOBJ Type: view COMPOSITE

P_CtrlgSettlementObject is a Composite CDS View in SAP S/4HANA. It reads from 2 data sources (I_Order, I_WBSElementBasicData).

Data Sources (2)

SourceAliasJoin Type
I_Order _Order from
I_WBSElementBasicData _WBSElementBasicData union

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PCTRLGSETTLMTOBJ view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.private true view

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 P_CtrlgSettlementObject.
-- 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: PCTRLGSETTLMTOBJ

CREATE VIEW P_CtrlgSettlementObject AS
SELECT *  -- field list not available in parsed metadata
FROM I_Order AS _Order
-- UNION with additional select branch(es): I_WBSElementBasicData
;