SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 for z/OS(BC-DB-DB2) SAP BC

RSDB2HS1 SAP ABAP Report - Program RSDB2HS1







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


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


Text pool values


Title: Program RSDB2HS1
Text Symbol: 001 = Alert Router


INCLUDES used within this REPORT RSDB2HS1

INCLUDE RSDB2HS1TOP.


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:

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.



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