RSWW_RUNTIME_MONITORING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSWW_RUNTIME_MONITORING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SWW_WI_MON - Monitoring: Background Methods
SWW_BG_MON - Monitoring: Background Work Items
SWW_JOB_MON - Monitoring: Work Items Using Job
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Selection Report for Work Items
Text Symbol: 008 = Hit List: Background Workitems (Chains)
Text Symbol: 009 = Hit List: Background Methods
Text Symbol: 010 = Hit List: Background Work Items Using Job (Chains)
Text Symbol: 014 = &1 Entries
Text Symbol: 015 = &1 entry
Text Symbol: 100 = Number of Servers:
Text Symbol: 101 = Number of WP:
Text Symbol: 102 = Last Registration:
Text Symbol: 103 = Most Expensive:
INCLUDE RSWLFCOD.
INCLUDE RSWUINCL.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_grid_title = l_grid_title i_bypassing_buffer = 'X' i_callback_program = g_report_name i_callback_user_command = 'CALL_UCOMM_WILIST' i_callback_pf_status_set = 'CALL_STATUS' is_layout = is_layout it_fieldcat = field_lst it_sort = it_sort i_save = 'A' is_variant = is_variant it_events = gt_events[] TABLES t_outtab = g_statistics EXCEPTIONS OTHERS = 1.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = structure_name CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' IMPORTING es_layout = ls_layout EXCEPTIONS OTHERS = 1.
REUSE_ALV_GRID_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_SET' EXPORTING is_layout = ls_layout.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
RH_TASK_ATTRIBUTES_RUNTIME CALL FUNCTION 'RH_TASK_ATTRIBUTES_RUNTIME' EXPORTING act_object_ext = l_act_object_ext IMPORTING task_attributes = ls_task_attributes EXCEPTIONS OTHERS = 1.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWW_RUNTIME_MONITORING - Selection Report for Work Items RSWW_RUNTIME_MONITORING - Selection Report for Work Items RSWW_REORG_SWWUSERWI - Program RSWW_REORG_SWWUSERWI RSWW_REORG_SWWUSERWI - Program RSWW_REORG_SWWUSERWI RSWW_FILL_DEFGUID - Workflow: Set Defguid for Work Items with Release Below 4.6 RSWW_FILL_DEFGUID - Workflow: Set Defguid for Work Items with Release Below 4.6