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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMON000_TEST_CASE - Create RFC scenario that can be analysed with RSMON000_ANALYSE_CONVID RSMON000_TEST_CASE - Create RFC scenario that can be analysed with RSMON000_ANALYSE_CONVID RSMON000_DYNAMIC_PARAMETER - Report to Display or Change All Dynamic Profile Parameters RSMON000_DYNAMIC_PARAMETER - Report to Display or Change All Dynamic Profile Parameters RSMON000_DPTIMETAB_ALV - Program RSMON000_DPTIMETAB_ALV RSMON000_DPTIMETAB_ALV - Program RSMON000_DPTIMETAB_ALV