RSTRFCTI 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 RSTRFCTI 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: RFC Test: tRFC/qRFC with Confirmation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRFC_SET_QUEUE_NAME call function 'TRFC_SET_QUEUE_NAME' exporting qname = qname nosend = nosend.
TRFC_SET_QIN_PROPERTIES call function 'TRFC_SET_QIN_PROPERTIES' exporting qout_name = qname qin_name = qname.
STFC_RETURN_DATA call function 'STFC_RETURN_DATA' in background task destination rfcdest exporting action = frnact err_fnum = err_fnum tables tcpicdat = tcpicdat.
START_OF_BACKGROUNDTASK call function 'START_OF_BACKGROUNDTASK' exporting nosend = 'X'.
ID_OF_BACKGROUNDTASK call function 'ID_OF_BACKGROUNDTASK' importing tid = tidtab.
TRFC_QOUT_ACTIVATE_LUW call function 'TRFC_QOUT_ACTIVATE_LUW' exporting tid = tidtab importing astate = ostate exceptions invalid_tid = 1.
TRFC_QIN_ACTIVATE_LUW call function 'TRFC_QIN_ACTIVATE_LUW' destination rfcdest exporting orgtid = tidtab importing astate = istate exceptions invalid_tid = 1 scheduler_conflict = 2.
TRFC_GET_RETURN_DATA call function 'TRFC_GET_RETURN_DATA' exporting tid = tid fnum = fnum tables arstate = retstate ardata01 = retdata01 ardata02 = retdata02 exceptions invalid_tid = 1 invalid_function_number = 2 system_failed = 3 communication_failed = 4 result_not_found = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTRFCTI - RFC Test: tRFC/qRFC with Confirmation RSTRFCTI - RFC Test: tRFC/qRFC with Confirmation RSTRFCTH - RFC TEST: Inbound Queue: Multilevel STOP/RESTART RSTRFCTH - RFC TEST: Inbound Queue: Multilevel STOP/RESTART RSTRFCTG - RFC Test: Outbound Queue: Multilevel STOP/RESTART RSTRFCTG - RFC Test: Outbound Queue: Multilevel STOP/RESTART