SAP WFIUT Workflow: Processes "in UPDATE TASK" Table
Overview
WFIUT is a standard SAP S/4HANA table that stores Workflow: Processes "in UPDATE TASK" data. There are total 7 fields in the WFIUT table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WFIUT 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 WFIUT to other SAP tables and standard CDS views available based on WFIUT table in S/4HANA 2020.
Techincal Settings of WFIUT
Below are technical details of the table WFIUT
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of WFIUT Fields
The following table gives you an overview of the fields available in WFIUT
| 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 | WFPRC | NUMC | 16 |
| CRASHED | Workflow: Canceled in update task | WF_CRASHED | CHAR | 1 | |
| LUSERNAM | Workflow: Agent name (user name or shared distribution list) | WF_USERNAM | CHAR | 12 | |
| PRCTP | Workflow: Process type | WF_PRCTP | * | CHAR | 10 |
| PRSTAT | Workflow: Current State | WF_STATE | CHAR | 14 |
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 WFIUT
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WFIUT | MANDT | : | TWFSY |
| WFIUT | PRCNR | : | WFPRC |