SAP Reports / Programs | Basis Components | Use Subcomponents | Operating System Monitors(BC-CCM-MON-OS) SAP BC

RSHOST20 SAP ABAP Report - OS Monitoring Graphs







RSHOST20 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 RSHOST20 into the relevant SAP transactions such as SE38 or SE80


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 RSHOST20. "Basic submit
SUBMIT RSHOST20 AND RETURN. "Return to original report after report execution complete
SUBMIT RSHOST20 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: LOC_REMO = Mode (LOCAL or REMOTE)
Selection Text: LOG_DEST = SAPOSCOL destination
Title: OS Monitoring Graphs


INCLUDES used within this REPORT RSHOST20

INCLUDE RSITALIM.
INCLUDE RSSMOS1I.
INCLUDE RSSMOS2I .


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:

GET_BMAT_PARAM call function 'GET_BMAT_PARAM' "Button Graphik Parameters importing b_typ = b_typ b_key = b_key.

GET_POPUP_PARAM call function 'GET_POPUP_PARAM' importing bttn_id = b_id tables snum_tab = snumtab. "// valid if <> CANCEL

GRAPH_DIALOG call function 'GRAPH_DIALOG' exporting close = space kwdid = 'DLGW'.

GRAPH_DIALOG call function 'GRAPH_DIALOG' exporting close = space kwdid = 'DLGW'.

GRAPH_SNUM_TAB call function 'GRAPH_SNUM_TAB' exporting frm_title = customiz_title frm_xc = 60 "// Absolute Breite frm_yc = 25 "// Absolute Hoehe frm_xv = 120 "// X-Raster * frm_yv = 90 "// Y-Raster frm_yv = 75 "// Y-Raster stat = customiz_stat winid = 'DLGW' snum_text_width = 60 snum_val_width = 40 snum_blank_width = 10 btn_xsize = 30 btn_ysize = 5 btn_ap_name = 'Apply' btn_ap_x = 6 * btn_ap_y = 80 btn_ap_y = 67 btn_ca_name = 'Cancel' btn_ca_x = 46 * btn_ca_y = 80 btn_ca_y = 67 btn_ok_name = 'Ok' btn_ok_x = 86 * btn_ok_y = 80 btn_ok_y = 67 tables snum_tab = snumtab. "#EC NOTEXT

GRAPH_BUTTON call function 'GRAPH_BUTTON' " Button Graphik exporting wtext = titelos ttext = main_ttext text1 = ltext stitl = '5' " Titelhoehe timer = timer " in sec stat = main_stat super = 'X' winid = 'MAIN' modif = space menu_updt = menu_updt x_opt = 'SET TIMES X' mhide = 'X' mshow = 'X' * IMPORTING * ROWNR = NROW * COLNR = NCOL * M_TYP = M_TYP * B_TYP = B_TYP * B_KEY = B_KEY * RWNID = RWNID * RBUFF = RBUFF tables data = main_matrix menu = main_pfkeys size = main_size. "#EC NOTEXT

GRAPH_RECEIVE call function 'GRAPH_RECEIVE' importing rwnid = rwnid mcode = mcode.

GRAPH_BUTTON call function 'GRAPH_BUTTON' " Button Graphik exporting wtext = titelos ttext = top_ttext text1 = top_ltext stitl = '5' " Titelhoehe timer = 0 " timer is set in main in sec stat = top_stat super = space winid = 'TOPS' modif = space menu_updt = menu_updt * IMPORTING "qxp 2.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 RSHOST20 or its description.