SWF_RUN_MON_01 SAP (Workflow: Monitor for Background Steps) Structure details

Dictionary Type: Structure
Description: Workflow: Monitor for Background Steps




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




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

SWF_RUN_MON_01 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: Monitor for Background Steps" 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_SWF_RUN_MON_01 TYPE SWF_RUN_MON_01.

The SWF_RUN_MON_01 table consists of various fields, each holding specific information or linking keys about Workflow: Monitor for Background Steps data available in SAP. These include WP_PID (Process Identification), WP_INDEX (Work Process Number), WI_ID (Work item ID), WI_RH_TASK (Task ID).. 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 SWF_RUN_MON_01 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
WP_SERVERServer Name MSNAMECHAR20MSNAME
WP_PIDProcess Identification WPPIDCHAR8WPPID
WP_INDEXWork Process Number WPINDEXINT410WPINDEX
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
WI_RH_TASKTask ID SWW_TASKCHAR14HROBJEC_14
WI_OBJTYPEType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
WI_METHODMethod SWO_METHODCHAR32SWC_ELEM
WI_CHCKWISuperordinate Work Item SWW_CHCKWINUMC12Assigned to domainSWW_WIID
WI_CHCKWI_TASKTask ID SWL_FLWTSKCHAR14HROBJEC_14
REG_TIMESTAMPWorkflow: Registration Time Stamp SWW_REGTMPDEC21(7) TZNTSTMPL
REG_DATEWorkflow: Registration Date SWW_REGDATDATS8DATUM
REG_TIMEWorkflow: Registration Time SWW_REGTIMTIMS6UZEIT
DURATIONWorkflow: Duration in Milliseconds SWW_DURAINT410
MEMSIZEWorkflow: Memory Size in Bytes SWW_MEMSIZEDEC20ABAP_MSIZE
NO_WI_EXECUTEDWorkflow: Number of Executed Work Items SWW_NOWIEXNUMC6
NO_WI_CREATEDWorkflow: Number of Generated Work Items SWW_NOWICRNUMC6

Key field Non-key field



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

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

How to access SAP table SWF_RUN_MON_01

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