SWFRPCSTAR SAP (Workflow: Process Step in Status of a Process Unit II) Table details

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




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




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

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

The SWFRPCSTAR table consists of various fields, each holding specific information or linking keys about Workflow: Process Step in Status of a Process Unit II data available in SAP. These include WF_ID (Work item ID), PC_ID (Work item ID), STEP_ID (Work item ID), DEF_CLASS (Reference type).. 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 SWFRPCSTAR 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
DEF_CLASSReference type CLASSNAMECHAR30CLASSNAME
DEF_IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
RESLTTYPEType of Return Value SWP_RETTYPCHAR2SWP_RETTYP
RCException for method SWO_RETURNNUMC4SWO_RETURN
RVWorkflow Definition: Container Expression for Step Result SWD_RETUR_CHAR255SWC_VALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFRPCSTAR
INTO CORRESPONDING FIELDS OF WA_SWFRPCSTAR
WHERE...

How to access SAP table SWFRPCSTAR

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