SAP Reports / Programs

RSMRFC03 SAP ABAP Report - Veri Program for RFC in Connection with CALL TRANSACTION USING + BI







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


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


Text pool values


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


INCLUDES used within this REPORT RSMRFC03

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:

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.



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