RSMRFC03 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 RSMRFC03 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: Veri Program for RFC in Connection with CALL TRANSACTION USING + BI
Text Symbol: 001 = * RFC: Call Transaction Using
Text Symbol: 002 = authority_not_available
Text Symbol: 004 = Press F3
Text Symbol: 010 = Waiting for answer to CALL TRANSACTION USING via aRFC
Text Symbol: 014 = Network Administration
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'SM59' exceptions ok = 0 not_ok = 1 others = 2.
IS_VERIRUN_ACTIVE call function 'IS_VERIRUN_ACTIVE' changing active = active exceptions others = 1.
RFC_SYSTEM_INFO call function 'RFC_SYSTEM_INFO' destination dest importing rfcsi_export = l_rfcsi rfc_login_complete = l_rfclogon.
RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = dest exceptions destination_not_open = 1 others = 2.
RFC_CALL_TRANSACTION_USING call function 'RFC_CALL_TRANSACTION_USING' destination dest exporting tcode = 'SA38' mode = online importing subrc = subrc tables bt_data = bt_data l_errors = l_errors exceptions communication_failure = 1 message msg system_failure = 2 message msg authority_not_available = 3.
RFC_CALL_TRANSACTION_USING call function 'RFC_CALL_TRANSACTION_USING' destination dest starting new task 'BatchInput' performing ret_form on end of task exporting tcode = 'SA38' mode = online tables bt_data = bt_data l_errors = l_errors exceptions communication_failure = 1 message msg system_failure = 2 message msg authority_not_available = 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.
RSMRFC03 - Veri Program for RFC in Connection with CALL TRANSACTION USING + BI RSMRFC03 - Veri Program for RFC in Connection with CALL TRANSACTION USING + BI RSMRFC02 - RFC Verification Program: Error Handling in Asynchronous RFC RSMRFC02 - RFC Verification Program: Error Handling in Asynchronous RFC RSMRFC01 - RFC Verification Program: Call Simple Function Modules RSMRFC01 - RFC Verification Program: Call Simple Function Modules