SAP Reports / Programs

RSWW_RUNTIME_MONITORING SAP ABAP Report - Selection Report for Work Items







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


Transaction Code(s):

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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSWW_RUNTIME_MONITORING. "Basic submit
SUBMIT RSWW_RUNTIME_MONITORING AND RETURN. "Return to original report after report execution complete
SUBMIT RSWW_RUNTIME_MONITORING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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:


INCLUDES used within this REPORT RSWW_RUNTIME_MONITORING

INCLUDE RSWLFCOD.
INCLUDE RSWUINCL.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSWW_RUNTIME_MONITORING or its description.