I_ProcMonActivity
Process Observer: Activity
I_ProcMonActivity is a Basic CDS View that provides data about "Process Observer: Activity" in SAP S/4HANA. It reads from 1 data source (poc_c_proc_step) and exposes 7 fields with key fields ProcObsvrProcessDefinition, ProcObsvrProcessDefVersion, ProcObsvrActivityDefinition. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| poc_c_proc_step | poc_c_proc_step | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProcMonActivityText | _Text | $projection.ProcObsvrProcessDefinition = _Text.ProcObsvrProcessDefinition and $projection.ProcObsvrProcessDefVersion = _Text.ProcObsvrProcessDefVersion and $projection.ProcObsvrActivityDefinition = _Text.ProcObsvrActivityDefinition |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPOCACTIVY | view | |
| EndUserText.label | Process Observer: Activity | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | A | view | |
| ObjectModel.usageType.sizeCategory | L | view | |
| ObjectModel.usageType.dataClass | CUSTOMIZING | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProcObsvrProcessDefinition | poc_c_proc_step | process_type_id | Process Def. ID |
| KEY | ProcObsvrProcessDefVersion | poc_c_proc_step | process_version | Process Version |
| KEY | ProcObsvrActivityDefinition | poc_c_proc_step | pro_step_type_id | Activity ID |
| ProcObsvrIsStartActivity | poc_c_proc_step | process_start | Process Start | |
| ProcObsvrPhase | poc_c_proc_step | phase | Step | |
| ProcObsvrIsEndActivity | poc_c_ps_ext | process_end | ||
| _Text | _Text |
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_ProcMonActivity.
-- 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: IPOCACTIVY
CREATE VIEW I_ProcMonActivity AS
SELECT
poc_c_proc_step.process_type_id AS ProcObsvrProcessDefinition,
poc_c_proc_step.process_version AS ProcObsvrProcessDefVersion,
poc_c_proc_step.pro_step_type_id AS ProcObsvrActivityDefinition,
poc_c_proc_step.process_start AS ProcObsvrIsStartActivity,
poc_c_proc_step.phase AS ProcObsvrPhase,
poc_c_ps_ext.process_end AS ProcObsvrIsEndActivity
FROM poc_c_proc_step
LEFT OUTER JOIN I_ProcMonActivityText AS _Text ON ProcObsvrProcessDefinition = _Text.ProcObsvrProcessDefinition AND ProcObsvrProcessDefVersion = _Text.ProcObsvrProcessDefVersion AND ProcObsvrActivityDefinition = _Text.ProcObsvrActivityDefinition -- association [0..*]
;
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