SAP WFPRC Workflow: Process object: Definition Table
Overview
WFPRC is a standard SAP S/4HANA table that stores Workflow: Process object: Definition data. There are total 27 fields in the WFPRC table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WFPRC belongs to SAP Business Workflow (BC-BMT-WFM) module and is located in the package BPT: Workflow Engine (SWF0).
In addition, following links provide an overview of foreign key relationships, if any, that link WFPRC to other SAP tables and standard CDS views available based on WFPRC table in S/4HANA 2020.
Techincal Settings of WFPRC
Below are technical details of the table WFPRC
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of WFPRC Fields
The following table gives you an overview of the fields available in WFPRC
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| SYST | Workflow: Original client of process | WF_PSYSTEM | CHAR | 10 | |
| MANDT | Workflow: Original client of the process | WF_PMANDT | TWFSY | NUMC | 3 |
| PRCNR | Workflow: Process number | WF_PRCNR | NUMC | 16 | |
| PSYST | Workflow: Parent process: Original system | WF_PARSY | CHAR | 10 | |
| PMANDT | Workflow: Parent process: Original client | WF_PARMA | TWFSY | NUMC | 3 |
| PARNR | Workflow: Parent process: Process number | WF_PARNR | WFPRC | NUMC | 16 |
| CHNUM | Workflow: Process - number of active child processes | WF_CHLDNUM | NUMC | 2 | |
| LSYST | Workflow: Last change: System | WF_LSYSTEM | CHAR | 10 | |
| LMANDT | Workflow: Last changed by: Client | WF_LMANDT | TWFSY | NUMC | 3 |
| LUSER | Workflow: SAP name of the user who last changed the process | WF_LUSER | CHAR | 12 | |
| LDATE | Workflow: Last changed: Date | WF_LDATE | DATS | 8 | |
| LTIME | Workflow: Last change: Time | WF_LTIME | TIMS | 6 | |
| LTEXT | Workflow: Short text for log book | WF_LTEXT | CHAR | 50 | |
| LLTEX | Workflow: Last change - long text exists | WF_LLTEX | CHAR | 1 | |
| LCHNR | Change Number of Document | CDCHANGENR | CHAR | 10 | |
| PRCTP | Workflow: Process type | WF_PRCTP | TWFPT | CHAR | 10 |
| PRSTAT | Workflow: Current State | WF_STATE | CHAR | 14 | |
| SYSTAT | Workflow: Status: Was already outside original system | WF_SYSTAT | CHAR | 1 | |
| INWORK | Workflow: Process is currently being processed (or update) | WF_INWORK | CHAR | 1 | |
| PRPRI | Workflow: Process priority | WF_PRPRIOR | NUMC | 1 | |
| ACDAT | Workflow: Date by which the process must be completed | WF_ACDAT | DATS | 8 | |
| LADAT | Workflow: Date by which state must be left | WF_LADAT | DATS | 8 | |
| LOEDK | Workflow: Deletion or reorganization indicator | WF_LOEDK | CHAR | 1 | |
| AUGRP | Workflow: Authorization group | WF_AUGRP | CHAR | 3 | |
| LRCODE | Workflow: Return code of process FM for selecting new state | WF_RCODE | NUMC | 5 | |
| LUSERNAM | Workflow: Last agent | WF_LUSERNM | CHAR | 12 | |
| NUSERNAM | Workflow: Next agent | WF_NUSERNM | CHAR | 12 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for WFPRC
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WFPRC | LMANDT | : | TWFSY |
| WFPRC | MANDT | 1: CN | TWFSY |
| WFPRC | PARNR | : | WFPRC |
| WFPRC | PMANDT | : | TWFSY |
| WFPRC | PRCTP | 1: CN | TWFPT |