SWFRPCSTAT SAP (Workflow: Process Step in Status of a Process Unit I) Table details

Dictionary Type: Table
Description: Workflow: Process Step in Status of a Process Unit I




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




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

SWFRPCSTAT is a standard SAP Table which is used to store Workflow: Process Step in Status of a Process Unit I data and is available within R/3 SAP systems depending on the version and release level.

The SWFRPCSTAT table consists of various fields, each holding specific information or linking keys about Workflow: Process Step in Status of a Process Unit I data available in SAP. These include WF_ID (Work item ID), PC_ID (Work item ID), STEP_ID (Work item ID), INX (Workflow: Loop/Parallelism Index in Workflow).. 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 SWFRPCSTAT 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 MANDTCLNT3Assigned to domainMANDT
WF_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
PC_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
STEP_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
INXWorkflow: Loop/Parallelism Index in Workflow SWFRINDXINT410SWFRINDX
STATEWorkflow: Processing Status of Work Item SWFRSTATCHAR12Assigned to domainSWW_WISTAT
CLASS_TYPEWorkflow: Type of Class SWFRCLTYCHAR1SWFRCLTY
STEP_CLASSReference type CLASSNAMECHAR30CLASSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFRPCSTAT
INTO CORRESPONDING FIELDS OF WA_SWFRPCSTAT
WHERE...

How to access SAP table SWFRPCSTAT

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