SAP Reports / Programs

RSMON000_TEST_CASE SAP ABAP Report - Create RFC scenario that can be analysed with RSMON000_ANALYSE_CONVID







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


Text pool values


Title: Create RFC scenario that can be analysed with RSMON000_ANALYSE_CONVID
Text Symbol: 001 = Error while executing external command SY-SUBRC =
Text Symbol: 002 = , see SAP Note 978563
Text Symbol: 003 = Error while checking RFC resources


INCLUDES used within this REPORT RSMON000_TEST_CASE

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:

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES LIST = IMSXXLIST EXCEPTIONS NO_SERVER_LIST = 1 OTHERS = 2.

TH_START_ARFCII CALL FUNCTION 'TH_START_ARFCII' STARTING NEW TASK 'wait001' DESTINATION 'NONE' EXPORTING WAIT_TIM = WAIT_TIM .

TH_START_ARFCII CALL FUNCTION 'TH_START_ARFCII' STARTING NEW TASK 'wait002' DESTINATION 'NONE' PERFORMING rfc_dummy ON END OF TASK EXPORTING WAIT_TIM = WAIT_TIM .

TH_START_ARFCIII CALL FUNCTION 'TH_START_ARFCIII' STARTING NEW TASK name DESTINATION WA_SELECTED_IMSXXLIST-NAME PERFORMING rfc_info_local ON END OF TASK
EXPORTING NO_ARFC = NO_ARFC WAIT_TIM = WAIT_TIM CALL_EXT = CALL_EXT EXCEPTIONS system_failure = 1 MESSAGE mess communication_failure = 2 MESSAGE mess PARAMETERS_TOO_LONG = 3 WRONG_CHECK_CALL_INTERFACE = 4 PROGRAM_START_ERROR = 5 PROGRAM_TERMINATION_ERROR = 6 X_ERROR = 7 PARAMETER_EXPECTED = 8 TOO_MANY_PARAMETERS = 9 ILLEGAL_COMMAND = 10 NO_PERMISSION = 11 COMMAND_NOT_FOUND = 12 resource_failure = 13.

TH_START_ARFC CALL FUNCTION 'TH_START_ARFC' STARTING NEW TASK name DESTINATION WA_SELECTED_IMSXXLIST-NAME PERFORMING rfc_info_local ON END OF TASK
EXPORTING NO_ARFC = NO_ARFC WAIT_TIM = WAIT_TIM CALL_EXT = CALL_EXT EXCEPTIONS system_failure = 1 MESSAGE mess communication_failure = 2 MESSAGE mess PARAMETERS_TOO_LONG = 3 WRONG_CHECK_CALL_INTERFACE = 4 PROGRAM_START_ERROR = 5 PROGRAM_TERMINATION_ERROR = 6 X_ERROR = 7 PARAMETER_EXPECTED = 8 TOO_MANY_PARAMETERS = 9 ILLEGAL_COMMAND = 10 NO_PERMISSION = 11 COMMAND_NOT_FOUND = 12 resource_failure = 13.



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