SAP Reports / Programs

RSMO1_RSM2 SAP ABAP Report - Monitor report







RSMO1_RSM2 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 RSMO1_RSM2 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

RSMO - Data Load Monitor Start


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 RSMO1_RSM2. "Basic submit
SUBMIT RSMO1_RSM2 AND RETURN. "Return to original report after report execution complete
SUBMIT RSMO1_RSM2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DAT = Selection date
Selection Text: DAT1 = Archiving date
Selection Text: DAT2 = Date for importing
Selection Text: DAT3 = Delete date
Title: Monitor report
Text Symbol: 011 = Import from archive?
Text Symbol: 012 = Date selection for deleting from archive entries
Text Symbol: 013 = Do you really want to delete the whole archive?
Text Symbol: 014 = Delete from archive?
Text Symbol: 010 = Do you really want to import the whole archive to the monitor IC ?
Text Symbol: 001 = Date selection
Text Symbol: 002 = Date selection for archiving
Text Symbol: 003 = Caution!
Text Symbol: 004 = Yes
Text Symbol: 005 = No
Text Symbol: 006 = Archive ?
Text Symbol: 007 = You have not selected anything!
Text Symbol: 008 = Do you really want to archive the whole monitor IC ?
Text Symbol: 009 = Date selection for importing the data from the archive


INCLUDES used within this REPORT RSMO1_RSM2

No INCLUDES are used within this REPORT code!


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:

RSSM_UNIQUE_ID call function 'RSSM_UNIQUE_ID' importing e_random = l_mon1_int exceptions others = 1.

RSSM_MON_SHOW_MONITOR_IC_RSM2 call function 'RSSM_MON_SHOW_MONITOR_IC_RSM2' exporting i_noshow = l_noshow importing ok_code = okcode tables selection_table = selection_table status_table = status_table changing c_only = l_only c_with = l_with c_without = l_without c_free = l_free c_now = l_now c_yesterday = l_yesterday c_week = l_week c_month = l_month c_liste = l_liste c_dynpro = l_dynpro c_tree = l_tree exceptions others = 1.

RSSM_MONITOR_TREE call function 'RSSM_MONITOR_TREE' exporting p_show_data_for_simu = l_show_data_for_simu p_show_rebuild = l_show_rebuild p_show_cancel = l_show_cancel importing e_command = l_command tables t_select = selection_table t_status = status_table e_t_rnr = l_t_rnr_save e_t_mon_list = l_t_mon_list.

RSSM_RSSELDONE_READ call function 'RSSM_RSSELDONE_READ' exporting i_rnr = l_t_rnr-rnr i_single_select = 'X' importing e_s_rsseldone = rsseldone.

RSSM_GET_TIME call function 'RSSM_GET_TIME' exporting i_datum_utc = rsseldone-seldate i_uzeit_utc = rsseldone-seltime importing e_timestamps = l_t_rnr-timestamp exceptions others = 1.

RSSM_MON_READ call function 'RSSM_MON_READ' exporting language = sy-langu tables t_select = selection_table t_rnr = l_t_rnr exceptions no_record_found = 1.

RSSM_MON_LIST_MONITOR_IC_RSM2 call function 'RSSM_MON_LIST_MONITOR_IC_RSM2' exporting p_mon1a = l_mon1a p_exitaftershow = l_exitaftershow p_show_data_for_simu = l_show_data_for_simu tables i_t_rnr_itab = l_t_rnr i_t_status_itab = status_table changing e_command = l_command e_rnr = l_rnr exceptions others = 1.

RSSM_GANTT_PLANNING_TABLE call function 'RSSM_GANTT_PLANNING_TABLE' exporting i_datbegin = l_datbegin i_datend = l_datend tables e_t_rnr = l_t_rnr e_t_status_table = status_table e_t_selection_table = selection_table exceptions others = 1.



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 RSMO1_RSM2 or its description.