E_MasterProjectActivityRoot

DDL: E_MASTERPROJECTACTIVITYROOT SQL: EMSTRPRJACTYROOT Type: view EXTENSION

Extension view for Activity Root

E_MasterProjectActivityRoot is a Extension CDS View that provides data about "Extension view for Activity Root" in SAP S/4HANA. It reads from 1 data source (/iam/d_act_root) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
/iam/d_act_root Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EMSTRPRJACTYROOT view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #EXTENSION view
EndUserText.label Extension view for Activity Root view
ClientHandling.algorithm #AUTOMATED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view

Fields (1)

KeyFieldSource TableSource FieldDescription
ActivityUUID /iam/d_act_root db_key UUID

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_MasterProjectActivityRoot.
-- 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: EMSTRPRJACTYROOT

CREATE VIEW E_MasterProjectActivityRoot AS
SELECT
  Persistence.db_key AS ActivityUUID
FROM /iam/d_act_root AS Persistence
;