RSRFCDOC 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 RSRFCDOC 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.
Function Modules in Program &1................................
Selection Text: DEST = RFC destination
Title: Function Modules Available in External Program
Text Symbol: NOC = No connection :
Text Symbol: PLA = Only destinations of type T are allowed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION DEST IMPORTING RFCSI_EXPORT = RFCSI EXCEPTIONS SYSTEM_FAILURE = 1 MESSAGE BUFFER COMMUNICATION_FAILURE = 2 MESSAGE BUFFER.
RFC_DOCU CALL FUNCTION 'RFC_DOCU' DESTINATION DEST TABLES DOCU = DOCU EXCEPTIONS SYSTEM_FAILURE = 1 MESSAGE BUFFER COMMUNICATION_FAILURE = 2 MESSAGE BUFFER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSRFCDOC - Function Modules Available in External Program RSRFCDOC - Function Modules Available in External Program RSRFCDMN - Read and Store RFC Statistics Data in Database Table RSRFCDMN - Read and Store RFC Statistics Data in Database Table RSRFCDLT - Deletion Routine for RFC Statistics DB Table RFCSTXTAB RSRFCDLT - Deletion Routine for RFC Statistics DB Table RFCSTXTAB