SWFRLSUCD SAP (Workflow Log: Data of Table SWFRLSUC) Structure details

Dictionary Type: Structure
Description: Workflow Log: Data of Table SWFRLSUC




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




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

SWFRLSUCD 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 Log: Data of Table SWFRLSUC" 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_SWFRLSUCD TYPE SWFRLSUCD.

The SWFRLSUCD table consists of various fields, each holding specific information or linking keys about Workflow Log: Data of Table SWFRLSUC data available in SAP. These include CLASSNAME (Object Type Name), TIMESTAMP (UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun)), ACTION (Workflow Log: Action on a Step), USERNAME (User Name).. 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 SWFRLSUCD 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
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 structure SWFRLSUCD using ABAP code?

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

How to access SAP table SWFRLSUCD

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