SWFRLSUC SAP (Workflow Log: Actions) Table details

Dictionary Type: Table
Description: Workflow Log: Actions




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




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

SWFRLSUC is a standard SAP Table which is used to store Workflow Log: Actions data and is available within R/3 SAP systems depending on the version and release level.

The SWFRLSUC table consists of various fields, each holding specific information or linking keys about Workflow Log: Actions data available in SAP. These include CLIENT (Client), LOGGUID (GUID in 'RAW' format), SECT1 (Workflow: Date/Time for Log and Trace), SECT2 (Workflow: Date/Time for Log and Trace).. 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 SWFRLSUC 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
LOGGUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
SECT1Workflow: Date/Time for Log and Trace SWFRUNSECTNUMC3SWFRUNSECT
SECT2Workflow: Date/Time for Log and Trace SWFRUNSECTNUMC3SWFRUNSECT
SECT3Workflow: Date/Time for Log and Trace SWFRUNSECTNUMC3SWFRUNSECT
SECT4Workflow: Date/Time for Log and Trace SWFRUNSECTNUMC3SWFRUNSECT
SECT5Workflow: Date/Time for Log and Trace SWFRUNSECTNUMC3SWFRUNSECT
STEP_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
CLASSNAMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
TIMESTAMPUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
ACTIONWorkflow Log: Action on a Step SWFRACINT410SWFRAC
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
MSGKINDWorkflow Log: Message Type SWFRLMKDCHAR1SWFRLMKD
RESULTTYPEType of Return Value SWP_RETTYPCHAR2SWP_RETTYP
RESULTVALWorkflow: Result of Step SWFRRSLTCHAR255
.INCLU-1 0
INSTID1Instance Ident. in BOR Compat. Persistent Object References SIBFBORIIDCHAR70SIBFBORIID
TYPEID1Type of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
CATID1Category of Objects in Persistent Object References SIBFCATIDCHAR2SIBFCATID
.INCLU-2 0
INSTID2Instance Ident. in BOR Compat. Persistent Object References SIBFBORIIDCHAR70SIBFBORIID
TYPEID2Type of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
CATID2Category of Objects in Persistent Object References SIBFCATIDCHAR2SIBFCATID
TASKTask ID SWW_TASKCHAR14HROBJEC_14

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFRLSUC
INTO CORRESPONDING FIELDS OF WA_SWFRLSUC
WHERE...

How to access SAP table SWFRLSUC

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