WFPRC SAP (Workflow: Process object: Definition) Table details

Dictionary Type: Table
Description: Workflow: Process object: Definition




ABAP Code to SELECT data from WFPRC
Related tables to WFPRC
Access table WFPRC




Table field list including key, data, relationships and ABAP select examples

WFPRC is a standard SAP Table which is used to store Workflow: Process object: Definition data and is available within R/3 SAP systems depending on the version and release level.

The WFPRC table consists of various fields, each holding specific information or linking keys about Workflow: Process object: Definition data available in SAP. These include MANDT (Workflow: Original client of the process), PRCNR (Workflow: Process number), PSYST (Workflow: Parent process: Original system), PMANDT (Workflow: Parent process: Original client).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WFPRC table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SYSTWorkflow: Original client of process WF_PSYSTEMCHAR10WF_SYSTEM
MANDTWorkflow: Original client of the process WF_PMANDTNUMC3TWFSYWF_MANDT
PRCNRWorkflow: Process number WF_PRCNRNUMC16WF_PRCNR
PSYSTWorkflow: Parent process: Original system WF_PARSYCHAR10WF_SYSTEM
PMANDTWorkflow: Parent process: Original client WF_PARMANUMC3TWFSYWF_MANDT
PARNRWorkflow: Parent process: Process number WF_PARNRNUMC16WFPRCWF_PRCNR
CHNUMWorkflow: Process - number of active child processes WF_CHLDNUMNUMC2NUMC2
LSYSTWorkflow: Last change: System WF_LSYSTEMCHAR10WF_SYSTEM
LMANDTWorkflow: Last changed by: Client WF_LMANDTNUMC3TWFSYWF_MANDT
LUSERWorkflow: SAP name of the user who last changed the process WF_LUSERCHAR12USERNAME
LDATEWorkflow: Last changed: Date WF_LDATEDATS8DATUM
LTIMEWorkflow: Last change: Time WF_LTIMETIMS6T
LTEXTWorkflow: Short text for log book WF_LTEXTCHAR50WF_LOGTXT
LLTEXWorkflow: Last change - long text exists WF_LLTEXCHAR1SO_FLAG
LCHNRDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR
PRCTPWorkflow: Process type WF_PRCTPCHAR10TWFPTWF_PRC_TPWFT
PRSTATWorkflow: current state WF_STATECHAR14WF_STATE
SYSTATWorkflow: Status: Was already outside original system WF_SYSTATCHAR1SO_FLAG
INWORKWorkflow: Process is currently being processed (or update) WF_INWORKCHAR1WF_INWORK
PRPRIWorkflow: Process priority WF_PRPRIORNUMC1WF_PRIOR
ACDATWorkflow: Date by which the process must be completed WF_ACDATDATS8DATUM
LADATWorkflow: Date by which state must be left WF_LADATDATS8DATUM
LOEDKWorkflow: Deletion or reorganization indicator WF_LOEDKCHAR1SO_FLAG
AUGRPWorkflow: Authorization group WF_AUGRPCHAR3CHAR3
LRCODEWorkflow: Return code of process FM for selecting new state WF_RCODENUMC5WF_RCODE
LUSERNAMWorkflow: Last agent WF_LUSERNMCHAR12CHAR12
NUSERNAMWorkflow: Next agent WF_NUSERNMCHAR12CHAR12

Key field Non-key field



How do I retrieve data from SAP table WFPRC using ABAP code

The following ABAP code Example will allow you to do a basic selection on WFPRC to SELECT all data from the table
DATA: WA_WFPRC TYPE WFPRC.

SELECT SINGLE *
FROM WFPRC
INTO CORRESPONDING FIELDS OF WA_WFPRC
WHERE...

How to access SAP table WFPRC

Within an ECC or HANA version of SAP you can also view further information about WFPRC and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!