POC_C_PROC_STEP
Process Definition: Activities
POC_C_PROC_STEP is an SAP database table in S/4HANA. Process Definition: Activities. It contains 7 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ProcMonActivity | view | from | BASIC | Process Observer: Activity |
Fields (7)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | process_type_id | POC_PROCESS_TYPE_ID | Process Def. ID | |||
| KEY | process_version | POC_PROCESS_VERSION | Process Version | |||
| KEY | pro_step_type_id | POC_PROCESS_STEP_TYPE_ID | Activity ID | |||
| sub_process_ref | POC_PROCESS_TYPE_ID | Process Def. ID | ||||
| process_start | POC_PROCESS_START | Process Start | ||||
| phase | POC_PHASE | Phase |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- Process Definition: Activities
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE POC_C_PROC_STEP (
MANDT, -- Client [MANDT]
PROCESS_TYPE_ID, -- Process Def. ID [POC_PROCESS_TYPE_ID]
PROCESS_VERSION, -- Process Version [POC_PROCESS_VERSION]
PRO_STEP_TYPE_ID, -- Activity ID [POC_PROCESS_STEP_TYPE_ID]
SUB_PROCESS_REF, -- Process Def. ID [POC_PROCESS_TYPE_ID]
PROCESS_START, -- Process Start [POC_PROCESS_START]
PHASE, -- Phase [POC_PHASE]
PRIMARY KEY (MANDT, PROCESS_TYPE_ID, PROCESS_VERSION, PRO_STEP_TYPE_ID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- 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
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA