E_MasterProjectKPI

DDL: E_MASTERPROJECTKPI SQL: EMSTRPROJKPI Type: view EXTENSION

Extension view for Master Project KPI

E_MasterProjectKPI is a Extension CDS View that provides data about "Extension view for Master Project KPI" in SAP S/4HANA. It reads from 1 data source (cpd_ws_mp_kpi) and exposes 2 fields with key fields MasterProjectUUID, MasterProject.

Data Sources (1)

SourceAliasJoin Type
cpd_ws_mp_kpi Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName EMSTRPROJKPI view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #EXTENSION view
EndUserText.label Extension view for Master Project KPI view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MasterProjectUUID cpd_ws_mp_kpi masterprojectuuid NodeID
KEY MasterProject cpd_ws_mp_kpi masterproject Project 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_MasterProjectKPI.
-- 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: EMSTRPROJKPI

CREATE VIEW E_MasterProjectKPI AS
SELECT
  Persistence.masterprojectuuid AS MasterProjectUUID,
  Persistence.masterproject AS MasterProject
FROM cpd_ws_mp_kpi AS Persistence
;