SAP WFERR Workflow: Error in processes Table
Overview
WFERR is a standard SAP S/4HANA table that stores Workflow: Error in processes data. There are total 15 fields in the WFERR table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table WFERR 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 WFERR to other SAP tables and standard CDS views available based on WFERR table in S/4HANA 2020.
Techincal Settings of WFERR
Below are technical details of the table WFERR
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of WFERR Fields
The following table gives you an overview of the fields available in WFERR
| 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 |
| ERRNUM | Workflow: sequential error number | WF_ERRNUM | NUMC | 4 | |
| MSGID | Message Class | SYMSGID | * | CHAR | 20 |
| MSGNO | Message Number | SYMSGNO | NUMC | 3 | |
| MSGV1 | Message Variable | SYMSGV | CHAR | 50 | |
| MSGV2 | Message Variable | SYMSGV | CHAR | 50 | |
| MSGV3 | Message Variable | SYMSGV | CHAR | 50 | |
| MSGV4 | Message Variable | SYMSGV | CHAR | 50 | |
| DONE | Workflow: Error eliminated | WF_ERRDONE | CHAR | 1 | |
| BATCH | Background Processing Active | SYBATCH | CHAR | 1 | |
| 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 |
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 WFERR
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| WFERR | MANDT | : | TWFSY |
| WFERR | PRCNR | : | WFPRC |