RMONITORSEL_F02 is a standard ABAP INCLUDE 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 RMONITORSEL_F02 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_DATABROWSE_FIELDSELECT CALL FUNCTION 'RS_DATABROWSE_FIELDSELECT' EXPORTING tabname = ls_tab-tabname action_2 = gc_x TABLES name_tab = lt_selfld rett_name_tab = lt_allfld tab2_field = lt_allfld.
LMON_OBCLS_DEF_READ CALL FUNCTION 'LMON_OBCLS_DEF_READ' EXPORTING iv_obcls_root = gv_root_obcls TABLES et_object_class = gt_obcls_def.
LMON_MESSAGE_DISPLAY * CALL FUNCTION 'LMON_MESSAGE_DISPLAY' * EXPORTING * i_msgno = '013' * i_msgid = 'LMON' * i_msgty = 'I' * i_msgv1 = gv_root_object.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.