VWFPRC SAP (Workflow: Internal table for WFPRC change documents) Structure details

Dictionary Type: Structure
Description: Workflow: Internal table for WFPRC change documents




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




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

VWFPRC 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: Internal table for WFPRC change documents" 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_VWFPRC TYPE VWFPRC.

The VWFPRC table consists of various fields, each holding specific information or linking keys about Workflow: Internal table for WFPRC change documents 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VWFPRC 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
SYSTWorkflow: Original client of process WF_PSYSTEMCHAR10WF_SYSTEM
MANDTWorkflow: Original client of the process WF_PMANDTNUMC3TWFSYWF_MANDT
PRCNRWorkflow: Process number WF_PRCNRNUMC16Assigned to domainWF_PRCNR
PSYSTWorkflow: Parent process: Original system WF_PARSYCHAR10WF_SYSTEM
PMANDTWorkflow: Parent process: Original client WF_PARMANUMC3Assigned to domainWF_MANDT
PARNRWorkflow: Parent process: Process number WF_PARNRNUMC16Assigned to domainWF_PRCNR
CHNUMWorkflow: Process - number of active child processes WF_CHLDNUMNUMC2NUMC2
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
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
F_RULEKEYWorkflow: Change determined by rule WF_F_RLKEYCHAR1SO_FLAG
CHANGERWorkflow: Change doc. - changing function/rule number WF_CHANGERCHAR30WF_CHANGER

Key field Non-key field



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

As VWFPRC 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 VWFPRC as there is no data to select.

How to access SAP table VWFPRC

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