P_LglCntntMWorkflowTask
Private View for Workflow Task
P_LglCntntMWorkflowTask is a Basic CDS View that provides data about "Private View for Workflow Task" in SAP S/4HANA. It reads from 1 data source (swwwihead) and exposes 13 fields with key field WorkflowTaskInternalID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| swwwihead | head | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | P_LglCntntMWorkflowTaskResult | _WorkflowTaskResult | $projection.TopLevelWorkflowTask = _WorkflowTaskResult.WorkflowInternalID and $projection.WorkflowTaskInternalID = _WorkflowTaskResult.WorkflowTaskInternalID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PLCMWFLTSK | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Private View for Workflow Task | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WorkflowTaskInternalID | swwwihead | wi_id | WorkItem ID |
| WorkflowTaskType | wi_type | Type | ||
| WorkflowTaskStatus | wi_stat | Status | ||
| TopLevelWorkflowTask | top_wi_id | Top Level Workflow | ||
| WrkflwTskCreationUTCDateTime | crea_tmp | Created On | ||
| WrkflwTskCompletionUTCDateTime | wi_aed_timestamp | Completed | ||
| WorkflowTaskCreatedByUser | wi_cruser | Creator | ||
| WorkflowTaskCurrentUser | wi_aagent | Agent | ||
| WorkflowTaskDefinition | wi_rh_task | Task | ||
| TopLevelWorkflowTaskDefinition | top_task | Top Task | ||
| WorkflowTaskStepType | step_id | WF Step ID | ||
| WorkflowTaskProcessorRole | agent_rule_id | Agent Rule Id | ||
| WorkflowTaskResult | _WorkflowTaskResult | WorkflowTaskResult |
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_LglCntntMWorkflowTask.
-- 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: PLCMWFLTSK
CREATE VIEW P_LglCntntMWorkflowTask AS
SELECT
head.wi_id AS WorkflowTaskInternalID,
wi_type AS WorkflowTaskType,
wi_stat AS WorkflowTaskStatus,
top_wi_id AS TopLevelWorkflowTask,
crea_tmp AS WrkflwTskCreationUTCDateTime,
wi_aed_timestamp AS WrkflwTskCompletionUTCDateTime,
wi_cruser AS WorkflowTaskCreatedByUser,
wi_aagent AS WorkflowTaskCurrentUser,
wi_rh_task AS WorkflowTaskDefinition,
top_task AS TopLevelWorkflowTaskDefinition,
step_id AS WorkflowTaskStepType,
agent_rule_id AS WorkflowTaskProcessorRole,
_WorkflowTaskResult.WorkflowTaskResult AS WorkflowTaskResult
FROM swwwihead AS head
LEFT OUTER JOIN P_LglCntntMWorkflowTaskResult AS _WorkflowTaskResult ON TopLevelWorkflowTask = _WorkflowTaskResult.WorkflowInternalID AND WorkflowTaskInternalID = _WorkflowTaskResult.WorkflowTaskInternalID -- 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