E_DevelopmentProject

DDL: E_DEVELOPMENTPROJECT SQL: EDEVPROJ Type: view EXTENSION

Project Include - Extension

E_DevelopmentProject is a Extension CDS View that provides data about "Project Include - Extension" in SAP S/4HANA. It reads from 1 data source (/s4ppm/project) and exposes 1 field with key field ProjectUUID.

Data Sources (1)

SourceAliasJoin Type
/s4ppm/project Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName EDEVPROJ view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Project Include - Extension view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ProjectUUID /s4ppm/project guid UUID 22 char.

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_DevelopmentProject.
-- 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: EDEVPROJ

CREATE VIEW E_DevelopmentProject AS
SELECT
  Persistence.guid AS ProjectUUID
FROM /s4ppm/project AS Persistence
;