SWFRSTPCL1 SAP (Workflow Step Data: Cluster1 - Read-Only Attributes) Structure details

Dictionary Type: Structure
Description: Workflow Step Data: Cluster1 - Read-Only Attributes




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




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

SWFRSTPCL1 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 Step Data: Cluster1 - Read-Only Attributes" 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_SWFRSTPCL1 TYPE SWFRSTPCL1.

The SWFRSTPCL1 table consists of various fields, each holding specific information or linking keys about Workflow Step Data: Cluster1 - Read-Only Attributes data available in SAP. These include F_WI_CLASS (Workflow: Class of Creating Instance), F_WI_ID (Workflow: Unique ID of Creating Instance), TOP_WI_CL (Workflow: Class of Top-Level Instance), TOP_WI_ID (Workflow: Unique ID of Top-Level Instance (6.1/get)).. 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: Cannot Be Enhanced


SAP SWFRSTPCL1 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
WI_CLASSWorkflow: Class of Work Item Instance SWFRWICLASCHAR30SEOCLSNAME
F_WI_CLASSWorkflow: Class of Creating Instance SWFRFCLASSCHAR30SEOCLSNAME
F_WI_IDWorkflow: Unique ID of Creating Instance SWFRFWIIDNUMC12Assigned to domainSWW_WIID
TOP_WI_CLWorkflow: Class of Top-Level Instance SWFRTCLASSCHAR30SEOCLSNAME
TOP_WI_IDWorkflow: Unique ID of Top-Level Instance (6.1/get) SWFRTWIIDNUMC12Assigned to domainSWW_WIID
LANGUAGEWorkflow: Language of WI Text SWFRWILANGLANG1ISOLASYLANGU
STP_TEXTWork item text SWW_WITEXTCHAR120TEXT120
CREA_TMPWorkflow: Creation Time Stamp SWFRCRETSDEC21(7) TZNTSTMPL
CB_METHWorkflow: Callback Method SWFRCBMTHCHAR30Assigned to domainFUNCNAME
RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
DEF_CLASSWorkflow: Class of Step Definition SWFRDCLASSCHAR30SEOCLSNAME
DEF_GUIDWorkflow: Unique ID of Step Definition (6.1/get) SWFRDGUIDCHAR40CHAR40
CREA_RELRelease of SAP System SYSAPRLCHAR4SYCHAR04
B_TIMEOUTTime Interval Between Creation of Work Item and Timeout SWD_BI_W_OINT410SWD_TIME_O
CONT_CLASSWorkflow: Class of Container SWFRCCLASSCHAR30SEOCLSNAME
STP_TYPEWorkflow: Step Type SWFRWITYPECHAR1SWFRWITYPE
STP_CONFIndicator showing that end of processing must be confirmed SWW_WICONFCHAR1XFELD
STP_REJECTIndicator Denoting that Work Item Can Be Rejected by Agent SWW_REJECTCHAR1XFELD
WLC_FLAGSWF: Internal, conversion of 4-byte integer <-> 4-byte hex. SWA_X4RAW4SWA_STATES

Key field Non-key field



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

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

How to access SAP table SWFRSTPCL1

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