SAP Reports / Programs

RSRFCFUN SAP ABAP Report - Display Remote-Callable Function Modules







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


Text pool values


Title: Display Remote-Callable Function Modules
Text Symbol: 001 = No function module selected!
Text Symbol: 002 = Function module name
Text Symbol: 003 = Short description
Text Symbol: FKT = No function module selection for
Text Symbol: LUK = Find
Text Symbol: NOD = RFC functions
Text Symbol: PLA = Only destinations of type I and 3 are allowed


INCLUDES used within this REPORT RSRFCFUN

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.

RFC_SYSTEM_INFO call function 'RFC_SYSTEM_INFO' destination dest importing rfcsi_export = rfcsi exceptions communication_failure = 1 message msg system_failure = 2 message msg.

RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = dest exceptions destination_not_open = 1 others = 2.

POPUP_TO_GET_VALUE call function 'POPUP_TO_GET_VALUE' exporting fieldname = 'FUNCNAME' tabname = 'TFDIR' titel = 'Suchen nach'(luk) valuein = func importing answer = antwort valueout = func exceptions fieldname_not_found = 01.

RFC_FUNCTION_SEARCH call function 'RFC_FUNCTION_SEARCH' destination dest exporting funcname = func groupname = '*' * LANGUAGE = SY-LANGU tables functions = functions exceptions nothing_specified = 1 no_function_found = 2 communication_failure = 3 message msg system_failure = 4 message msg.

REPOSITORY_INFO_SYSTEM_SET call function 'REPOSITORY_INFO_SYSTEM_SET' destination dest exporting object_type = 'FUNC' * ACTION = 'S' object_name = func * ENCLOSING_OBJECT = * mode = 'L' mode = ' ' suppress_selection = 'X' variant = funcvar * variant = 'SAP&RFCALL' * variant = 'SAP&RFCFREE' * variant = 'SAP&RFCCUST' no_dialog = nodialog * IMPORTING * FCODE = tables objectlist = seu_table exceptions wrong_type = 1 communication_failure = 2 message msg system_failure = 3 message msg.

RFC_GET_FUNCTION_INTERFACE call function 'RFC_GET_FUNCTION_INTERFACE' destination dest exporting funcname = struct-funcname language = sy-langu tables params = funcparam-param exceptions fu_not_found = 1 nametab_fault = 2 communication_failure = 3 message msg system_failure = 4 message msg.

RFC_GET_STRUCTURE_DEFINITION call function 'RFC_GET_STRUCTURE_DEFINITION' destination dest exporting tabname = param_wa-tabname importing tablength = functab-length tables fields = functab-field exceptions table_not_active = 1 communication_failure = 2 message msg system_failure = 3 message msg.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' exporting insert_id = '000000' relationship = ' ' tables nodetab = st_node exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = l_program_main callback_user_command = 'BUILD_FUNCPARAM' * callback_text_display = 'NODE_TEXTS' * CALLBACK_COLOR_DISPLAY = ' ' * CALLBACK_TOP_OF_PAGE = ' ' * STATUS = 'STANDARD' status = 'OWN' * CHECK_DUPLICATE_NAME = '1' * COLOR_OF_LINK = '1' * COLOR_OF_NODE = '4' * LOWER_CASE_SENSITIVE = ' ' * MODIFICATION_LOG = ' ' * node_length = 55 * TEXT_LENGTH = 75 * TEXT_LENGTH1 = 0 * TEXT_LENGTH2 = 0 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' importing f15 = st_node exceptions others = 1.

RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = helpnode exceptions id_not_found = 1 others = 2.

RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = helpnode exceptions id_not_found = 1 others = 2.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' exporting insert_id = st_node-id relationship = 'CHILD' tables nodetab = lnode exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' exporting insert_id = nodes-id relationship = 'CHILD' " BABY tables nodetab = lnode exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.

RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = nodes-id all = 'X' * LIST_SCROLL = depth = 100 exceptions not_found = 1 others = 2.

RS_TREE_COMPRESS call function 'RS_TREE_COMPRESS' exporting node_id = nodes-id exceptions not_found = 1 others = 2.



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