SWFRPROCTR SAP (Workflow: Process Data (Default Table)) Table details

Dictionary Type: Table
Description: Workflow: Process Data (Default Table)




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




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

SWFRPROCTR is a standard SAP Table which is used to store Workflow: Process Data (Default Table) data and is available within R/3 SAP systems depending on the version and release level.

The SWFRPROCTR table consists of various fields, each holding specific information or linking keys about Workflow: Process Data (Default Table) data available in SAP. These include CLIENT (Client ID), WI_ID (Work item ID), P_DEF_CL (Reference type), P_DEF_GUID (GUID in 'CHAR' Format in Uppercase).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWFRPROCTR 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
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
P_DEF_CLReference type CLASSNAMECHAR30CLASSNAME
P_DEF_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
P_CTL_DEPNatural Number INT4INT410INT4
INITIATORUser Name SYUNAMECHAR12SYCHAR12
TRANSIENTCheckbox XFELDCHAR1XFELD
MAX_TOKENSNatural Number INT4INT410INT4
REM_WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
REM_WI_CLReference type CLASSNAMECHAR30CLASSNAME
REM_WI_SYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
STEP_COUNTNatural Number INT4INT410INT4
ACT_TOKENSNatural Number INT4INT410INT4
ACT_LOOP_INatural Number INT4INT410INT4
DISABLEDCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFRPROCTR
INTO CORRESPONDING FIELDS OF WA_SWFRPROCTR
WHERE...

How to access SAP table SWFRPROCTR

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