SAP Reports / Programs | Basis Components | Middleware | RFC(BC-MID-RFC) SAP BC

RSRFCVER SAP ABAP Report - Availability and Unicode Check of Type 3 and Type T Destinations







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


Text pool values


Title: Availability and Unicode Check of Type 3 and Type T Destinations
Text Symbol: 001 = You do not have administration authorization
Text Symbol: 002 = Select at least one type
Text Symbol: 003 = Specify destination name
Text Symbol: 004 = Current Bytes/Char
Text Symbol: 005 = Modified
Text Symbol: 006 = Connection Setup
Text Symbol: 007 = Errors
Text Symbol: 008 = Destination
Text Symbol: 009 = Type
Text Symbol: 010 = Bytes/Char Saved


INCLUDES used within this REPORT RSRFCVER

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:

RFC_IS_GUI_ON CALL FUNCTION 'RFC_IS_GUI_ON' EXPORTING login_check = ' ' IMPORTING on = guiflag.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = guidest.

RFC_VERIFY_DESTINATION CALL FUNCTION 'RFC_VERIFY_DESTINATION' EXPORTING destination = deststring autoupdate = autoup timeout = timeout IMPORTING rfcsi_export = l_rfcsi * RFC_LOGIN_COMPLETE = * DIALOG_USER_TYPE = * CURRENT_RESOURCES = * MAXIMAL_RESOURCES = * RECOMMENDED_DELAY = charsize = akt_charsize updated = updated EXCEPTIONS internal_failure = 1 timeout = 2 dest_communication_failure = 3 dest_system_failure = 4 update_failure = 5 no_update_authority = 6 OTHERS = 7.



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