RSDB2HS1 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 RSDB2HS1 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.
Title: Program RSDB2HS1
Text Symbol: 001 = Alert Router
INCLUDE RSDB2HS1TOP.
No SAP DATABASE tables are accessed within this REPORT code!
CONTROL_PERF_REQUEST call function 'CONTROL_PERF_REQUEST' exporting local_remote = loc_remo logical_destination = log_dest request_typ = 107 request_id = -1 request_mode = 'S' request_param1 = request_string request_param2 = '' request_param3 = '' importing request_id = req_id request_return_code = rc_code request_param1 = request_string request_param2 = request_dummy1 request_param3 = request_dummy2 exceptions system_failure = 09 communication_failure = 10 request_to_old = 100 no_buffer_space_in_shm = 101 unvalid_request_id = 102 answer_is_not_yet_available = 103 communication_error = 104 answer_not_possible = 105 communication_buffer_to_small = 106 unknown_error = 107 illegal_parameter = 108.
TH_SERVER_LIST call function 'TH_SERVER_LIST' tables LIST = MSG_SRV_WA_TBL exceptions OTHERS = 99.
STU3_EXECUTE_DB2COMMAND call function 'STU3_EXECUTE_DB2COMMAND' " ST04 new change exporting FB_DB2COMMAND = IN_TAB tables FB_RESULT_TAB = OUT_TAB exceptions others = 1.
GET_OS390_ARD_ALL call function 'GET_OS390_ARD_ALL' exporting LOCAL_REMOTE = LOC_REMO LOGICAL_DESTINATION = LOG_DEST SYSTEM_ID = anstab importing F_ARD_all_READ = OS390_ARD_READ LASTCOLLWRT = SNAP_TIME LASTCOLLINT = SNAP_INT_HELP tables TF_ARD_ALL = TA_OS390_ARD_ALL exceptions INTERNAL_ERROR_ADRESS_FAILED = 01 INTERNAL_ERROR_DIFFERENT_FIELD = 02 INTERNAL_ERROR_NO_NEW_LINE = 03 COLLECTOR_NOT_RUNNING = 04 SHARED_MEMORY_NOT_AVAILABLE = 05 COLLECTOR_BUSY = 06 VERSION_CONFLICT = 07 NO_NETWORK_COLLECTOR_RUNNING = 08 SYSTEM_FAILURE = 09 COMMUNICATION_FAILURE = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.