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

RSRFCXC SAP ABAP Report - Check Function Module Interface for Complex Parameters







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


Text pool values


Selection Text: DEVCLASS = Package
Selection Text: FNAME = Function Module
Selection Text: FUNCGRP = Function Group
Title: Check Function Module Interface for Complex Parameters
Text Symbol: 001 = Function Group:
Text Symbol: 002 = No remote function found
Text Symbol: 003 = Function Module:
Text Symbol: 004 = No Import Parameters
Text Symbol: 005 = No Export Parameters
Text Symbol: 006 = No Changing Parameters
Text Symbol: 007 = Warning
Text Symbol: 008 = No Warning
Text Symbol: 009 = Package:
Text Symbol: 010 = No function group found
Text Symbol: 011 = Parameter Type
Text Symbol: 012 = Parameter Name
Text Symbol: 013 = Status
Text Symbol: 014 = Status Text
Text Symbol: 015 = OK
Text Symbol: 016 = No parameters exist


INCLUDES used within this REPORT RSRFCXC

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_FUNCTION_SEARCH CALL FUNCTION 'RFC_FUNCTION_SEARCH' EXPORTING funcname = '' groupname = funcgrp * LANGUAGE = SY-LANGU TABLES functions = funcs EXCEPTIONS nothing_specified = 1 no_function_found = 2 OTHERS = 3 .

RFC_FUNCTION_SEARCH CALL FUNCTION 'RFC_FUNCTION_SEARCH' EXPORTING funcname = '' groupname = objname * LANGUAGE = SY-LANGU TABLES functions = funcs EXCEPTIONS nothing_specified = 1 no_function_found = 2 OTHERS = 3.

RS_FB_CHECK_PARAMETER_REMOTE CALL FUNCTION 'RS_FB_CHECK_PARAMETER_REMOTE' EXPORTING parameter = para EXCEPTIONS not_remote_compatible = 1 OTHERS = 2.

RS_FB_CHECK_PARAMETER_WARNING CALL FUNCTION 'RS_FB_CHECK_PARAMETER_WARNING' EXPORTING parameter = para EXCEPTIONS not_performance = 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 RSRFCXC or its description.