RSIMCTST 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 RSIMCTST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IMCTST - IMC Test Monitor
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: Test Program for Intersession Communication (Amodal Window)
Text Symbol: 008 = EVENTKIND_SEND (Par.) from unknown mode
Text Symbol: 009 = Select a mode object
Text Symbol: 010 = Function not possible for parent mode
Text Symbol: 011 = Create new mode
Text Symbol: 012 = Error create:
Text Symbol: 013 = Control flush error
Text Symbol: 001 = EVENTKIND_SEND from mode no.
Text Symbol: 002 = EVENTKIND_SEND (Child) from unknown mode
Text Symbol: 003 = EVENTKIND_CLOSE from mode No.
Text Symbol: 004 = EVENTKIND_CLOSE (child) from unknown mode
Text Symbol: 005 = EVENTKIND_ERROR from mode no.
Text Symbol: 006 = EVENTKIND_ERROR (child) from unknown mode
Text Symbol: 007 = EVENTKIND_SEND from parent mode no.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_IMC_CREATE call function 'POPUP_IMC_CREATE' exporting headline = 'Create New Mode'(011) importing okcode = ok_code modetype = var_modetype.
POPUP_IMC_GETMODE call function 'POPUP_IMC_GETMODE' exporting headline = 'Get Mode by Name' imodename = var_modename importing okcode = ok_code modename = var_modename modetype = var_modetype.
POPUP_IMC_CALL call function 'POPUP_IMC_CALL' exporting headline = 'CALL TRANSACTION OF CHILD MODE' itcode = var_tcode idata = var_sdata importing okcode = ok_code tcode = var_tcode sdata = var_sdata.
POPUP_IMC_SEND call function 'POPUP_IMC_SEND' exporting headline = 'SEND DATA TO CHILD MODE' idata = var_sdata iokcode = var_okcode importing okcode = ok_code sdata = var_sdata times = var_times sokcode = var_okcode.
POPUP_IMC_DISPATCH call function 'POPUP_IMC_DISPATCH' exporting headline = 'Number of Dispatches' importing okcode = ok_code times = var_times.
POPUP_IMC_GENERAL call function 'POPUP_IMC_GENERAL' exporting headline = 'CALL TRANSACTION' idata = var_sdata importing okcode = ok_code sdata = var_sdata.
POPUP_IMC_GENERAL call function 'POPUP_IMC_GENERAL' exporting headline = 'LEAVE TO TRANSACTION' idata = var_sdata importing okcode = ok_code sdata = var_sdata.
POPUP_IMC_GENERAL call function 'POPUP_IMC_GENERAL' exporting headline = 'SUBMIT' idata = var_report importing okcode = ok_code sdata = var_report.
POPUP_IMC_GENERAL call function 'POPUP_IMC_GENERAL' exporting headline = 'SUBMITRET' idata = var_report importing okcode = ok_code sdata = var_report.
POPUP_IMC_BUSY call function 'POPUP_IMC_BUSY' importing okcode = ok_code delay = delay busytype = typefield.
RFC_PING_AND_WAIT call function 'RFC_PING_AND_WAIT' exporting seconds = delay busy_waiting = ' '.
RFC_PING_AND_WAIT call function 'RFC_PING_AND_WAIT' exporting seconds = delay busy_waiting = 'X'.
RFC_PING_AND_WAIT call function 'RFC_PING_AND_WAIT' destination 'NONE' exporting seconds = delay busy_waiting = ' '.
POPUP_IMC_MESSAGE call function 'POPUP_IMC_MESSAGE' importing okcode = ok_code sdata = var_rdata messtype = typefield.
POPUP_IMC_DISPATCH call function 'POPUP_IMC_DISPATCH' exporting headline = 'Number of SAPGUI Progress Indicator Runs' importing okcode = ok_code times = var_times.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = percentage.
POPUP_IMC_SETPARAM call function 'POPUP_IMC_SETPARAM' exporting headline = 'Set SAP Parameter' iparameter = var_parameter ivalue = var_value importing parameter = var_parameter value = var_value.
SAPGUI_SET_FUNCTIONCODE call function 'SAPGUI_SET_FUNCTIONCODE' exporting functioncode = ok_code exceptions function_not_supported = 1 others = 2.
call function 'CONTROL_FLUSH' exceptions cntl_system_error = 1 cntl_error = 2 others = 3.
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 RSIMCTST or its description.
RSIMCTST - Test Program for Intersession Communication (Amodal Window) RSIMCTST - Test Program for Intersession Communication (Amodal Window) RSIMCTRX - Test Program for Intersession Communication (Amodal Window) RSIMCTRX - Test Program for Intersession Communication (Amodal Window) RSIMC003 - Test Program for Intersession Communication (Amodal Window) RSIMC003 - Test Program for Intersession Communication (Amodal Window)