P_PPS_PurOrdWorkflow_Steplog
P_PPS_PurOrdWorkflow_Steplog is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (swpsteplog) and exposes 27 fields with key fields WfId, NodeId, NodePInd, LogDate, LogTime.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| swpsteplog | swpsteplog | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view |
Fields (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WfId | wf_id | Workflow ID | |
| KEY | NodeId | node_id | Workflow Step | |
| KEY | NodePInd | node_p_ind | ParForEach index | |
| KEY | LogDate | log_date | Date of logging | |
| KEY | LogTime | log_time | Time of logging | |
| KEY | LogCount | log_count | Log counter | |
| Timestamp | timestamp | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | ||
| Deleted | deleted | Truth Value | ||
| Retrycount | retrycount | RetryCounter | ||
| WiId | wi_id | WorkItem ID | ||
| WiSystem | wi_system | WI system | ||
| TaskId | task_id | TaskID | ||
| WiAgent | wi_agent | Agent | ||
| WiAed | wi_aed | Done On | ||
| WiAet | wi_aet | Actual end time | ||
| Returncode | returncode | Terminating event | ||
| WiDhStat | wi_dh_stat | Deadline Status | ||
| PredNode | pred_node | Preceding node | ||
| PredNodep | pred_nodep | Parallelism index | ||
| PredWiId | pred_wi_id | WI ID of prec.activ. | ||
| Returnval | returnval | Return value | ||
| Returntyp | returntyp | Return Type | ||
| Dataaging | _dataaging | Data Aging | ||
| FlexReturnValue | flex_return_value | Returncode | ||
| FlexReturnNature | flex_return_nature | Nature | ||
| FlexStepId | flex_step_id | Id | ||
| FlexDecisionReason | flex_decision_reason | Decision Reason ID |
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 P_PPS_PurOrdWorkflow_Steplog.
-- 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.
CREATE VIEW P_PPS_PurOrdWorkflow_Steplog AS
SELECT
wf_id AS WfId,
node_id AS NodeId,
node_p_ind AS NodePInd,
log_date AS LogDate,
log_time AS LogTime,
log_count AS LogCount,
Timestamp,
Deleted,
Retrycount,
wi_id AS WiId,
wi_system AS WiSystem,
task_id AS TaskId,
wi_agent AS WiAgent,
wi_aed AS WiAed,
wi_aet AS WiAet,
Returncode,
wi_dh_stat AS WiDhStat,
pred_node AS PredNode,
pred_nodep AS PredNodep,
pred_wi_id AS PredWiId,
Returnval,
Returntyp,
flex_return_value AS FlexReturnValue,
flex_return_nature AS FlexReturnNature,
flex_step_id AS FlexStepId,
flex_decision_reason AS FlexDecisionReason
FROM swpsteplog
;
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