WFPRCD SAP (Workflow: Process object: Definition: (data part)) Structure details

Dictionary Type: Structure
Description: Workflow: Process object: Definition: (data part)




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




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

WFPRCD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Workflow: Process object: Definition: (data part)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WFPRCD TYPE WFPRCD.

The WFPRCD table consists of various fields, each holding specific information or linking keys about Workflow: Process object: Definition: (data part) data available in SAP. These include LMANDT (Workflow: Last changed by: Client), LUSER (Workflow: SAP name of the user who last changed the process), LDATE (Workflow: Last changed: Date), LTIME (Workflow: Last change: Time).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WFPRCD structure 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
LSYSTWorkflow: Last change: System WF_LSYSTEMCHAR10WF_SYSTEM
LMANDTWorkflow: Last changed by: Client WF_LMANDTNUMC3Assigned to domainWF_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
PRCTPWorkflow: Process type WF_PRCTPCHAR10Assigned to domainWF_PRC_TPWFT
PRSTATWorkflow: current state WF_STATECHAR14WF_STATE
INWORKWorkflow: Process is currently being processed (or update) WF_INWORKCHAR1WF_INWORK
PRPRIWorkflow: Process priority WF_PRPRIORNUMC1WF_PRIOR
LOEDKWorkflow: Deletion or reorganization indicator WF_LOEDKCHAR1SO_FLAG
LRCODEWorkflow: Return code of process FM for selecting new state WF_RCODENUMC5WF_RCODE
NUSERNAMWorkflow: Next agent WF_NUSERNMCHAR12CHAR12
LUSERNAMWorkflow: Last agent WF_LUSERNMCHAR12CHAR12
SYSTATWorkflow: Status: Was already outside original system WF_SYSTATCHAR1SO_FLAG

Key field Non-key field



How do I retrieve data from SAP structure WFPRCD using ABAP code?

As WFPRCD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WFPRCD as there is no data to select.

How to access SAP table WFPRCD

Within an ECC or HANA version of SAP you can also view further information about WFPRCD 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!