RSMRFC05 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 RSMRFC05 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.
Title: RFC Test
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFC_TRANSFER_TABLE CALL FUNCTION 'RFC_TRANSFER_TABLE' DESTINATION RFCDEST STARTING NEW TASK taskname performing RETURN_FORM on end of task EXPORTING CHECKTAB = CHECKTAB APPEND = APPEND IMP0332 = IMP0332 IMP1000 = IMP1000 TABLES TAB0332 = ITAB0332 TAB1000 = ITAB1000 EXCEPTIONS SYSTEM_FAILURE = 1 MESSAGE RFC_MESS COMMUNICATION_FAILURE = 2 MESSAGE RFC_MESS.
TH_ERR_GET CALL FUNCTION 'TH_ERR_GET' IMPORTING CALL = CALL COMPONENT = COMPONENT COUNTER = CNT DETAIL = DETAIL ERRNO = ERRNO ERRNO_TXT = ERRNO_TXT ERROR = ERROR LINE = LINE LOCATION = LOCATION MODULE = MODULE RC = RC RELEASE = RELEASE SUBRC = SUBRC TIME = TIME VERSION = VERSION.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSMRFC05 - RFC Test RSMRFC05 - RFC Test RSMRFC04 - Override for All Database Keys in All Instances of System RSMRFC04 - Override for All Database Keys in All Instances of System RSMRFC03 - Veri Program for RFC in Connection with CALL TRANSACTION USING + BI RSMRFC03 - Veri Program for RFC in Connection with CALL TRANSACTION USING + BI