I_MasterProjectActivityRoot
Master Project Activity Root
I_MasterProjectActivityRoot is a Basic CDS View that provides data about "Master Project Activity Root" in SAP S/4HANA. It reads from 1 data source (/iam/d_act_root) and exposes 20 fields. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /iam/d_act_root | ActivityRoot | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | E_MasterProjectActivityRoot | _Extension | $projection.ActivityUUID = _Extension.ActivityUUID |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMPACTIVITYROOT | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Master Project Activity Root | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| ActivityUUID | /iam/d_act_root | db_key | UUID | |
| MstrProjActivityId | /iam/d_act_root | activity_id | IMG Activity | |
| OriginApplication | /iam/d_act_root | application | UI Application | |
| ActivityType | /iam/d_act_root | act_type | Task Type | |
| MstrProjActivityCategory | /iam/d_act_root | act_category | Activity Cat. | |
| ChecklistItem | /iam/d_act_root | /cpd/mc_item_id | ||
| MstrProjMlstnObjId | /iam/d_act_root | /cpd/mc_object_id | ||
| ProductID | /iam/d_act_root | /cpd/mc_group_id | ||
| BusinessObject | /iam/d_act_root | par_issue_uuid | NodeID | |
| ObjectStatus | /iam/d_act_root | cea_status | Activity Status | |
| MstrProjRiskStatus | /iam/d_act_root | act_item_stat_cd | Status | |
| StatusCode | /iam/d_act_root | /cpd/mc_status | ||
| ConditionIsMandatory | /iam/d_act_root | mandatory | Yes/No | |
| IsProposal | /iam/d_act_root | proposal_ind | Proposed | |
| ChangedOnDateTime | ||||
| CreationDateTime | ||||
| MstrProjChklstPrioCode | /iam/d_act_root | /cpd/mc_priority | ||
| MstrProjChklstRsnCode | /iam/d_act_root | /cpd/mc_reason_code | ||
| CreatedByUser | /iam/d_act_root | created_by | Version Created By | |
| LastChangedByUser | /iam/d_act_root | changed_by | User Name |
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 I_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: IMPACTIVITYROOT
CREATE VIEW I_MasterProjectActivityRoot AS
SELECT
ActivityRoot.db_key AS ActivityUUID,
ActivityRoot.activity_id AS MstrProjActivityId,
ActivityRoot.application AS OriginApplication,
ActivityRoot.act_type AS ActivityType,
ActivityRoot.act_category AS MstrProjActivityCategory,
ActivityRoot./cpd/mc_item_id AS ChecklistItem,
ActivityRoot./cpd/mc_object_id AS MstrProjMlstnObjId,
ActivityRoot./cpd/mc_group_id AS ProductID,
ActivityRoot.par_issue_uuid AS BusinessObject,
ActivityRoot.cea_status AS ObjectStatus,
ActivityRoot.act_item_stat_cd AS MstrProjRiskStatus,
ActivityRoot./cpd/mc_status AS StatusCode,
ActivityRoot.mandatory AS ConditionIsMandatory,
ActivityRoot.proposal_ind AS IsProposal,
cast(ActivityRoot.changed_on as /cpd/cpm_changedon) AS ChangedOnDateTime,
cast(ActivityRoot.created_on as /cpd/cpm_createdon) AS CreationDateTime,
ActivityRoot./cpd/mc_priority AS MstrProjChklstPrioCode,
ActivityRoot./cpd/mc_reason_code AS MstrProjChklstRsnCode,
ActivityRoot.created_by AS CreatedByUser,
ActivityRoot.changed_by AS LastChangedByUser
FROM /iam/d_act_root AS ActivityRoot
LEFT OUTER JOIN E_MasterProjectActivityRoot AS _Extension ON ActivityUUID = _Extension.ActivityUUID -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA