RSPRFC03 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 RSPRFC03 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: VER01110 Verification Program for Parallel RFC
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IS_VERIRUN_ACTIVE CALL FUNCTION 'IS_VERIRUN_ACTIVE' CHANGING ACTIVE = ACTIVE EXCEPTIONS OTHERS = 1.
SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING GROUP_NAME = DEFAULT_GROUP IMPORTING MAX_PBT_WPS = MAX_PBT_WPS FREE_PBT_WPS = FREE_PBT_WPS EXCEPTIONS INVALID_GROUP_NAME = 1 INTERNAL_ERROR = 2 PBT_ENV_ALREADY_INITIALIZED = 3 CURRENTLY_NO_RESOURCES_AVAIL = 4 NO_PBT_RESOURCES_FOUND = 5 CANT_INIT_DIFFERENT_PBT_GROUPS = 6 OTHERS = 7.
STFC_PERFORMANCE CALL FUNCTION 'STFC_PERFORMANCE' STARTING NEW TASK TASKNAME DESTINATION IN GROUP DEFAULT_GROUP PERFORMING RETURN_INFO ON END OF TASK EXPORTING CHECKTAB = CHECKTAB LGIT0332 = LGIT0332 LGIT1000 = LGIT1000 LGET0332 = LGET0332 LGET1000 = LGET1000 TABLES ITAB0332 = ITAB0332 ITAB1000 = ITAB1000 ETAB0332 = ETAB0332 ETAB1000 = ETAB1000 EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE MESSAGE_FAILURE SYSTEM_FAILURE = 2 MESSAGE MESSAGE_FAILURE RESOURCE_FAILURE = 3.
SPBT_DO_NOT_USE_SERVER CALL FUNCTION 'SPBT_DO_NOT_USE_SERVER' EXPORTING SERVER_NAME = SERVER EXCEPTIONS INVALID_SERVER_NAME = 1 NO_MORE_RESOURCES_LEFT = 2 PBT_ENV_NOT_INITIALIZED_YET = 3 OTHERS = 4.
SPBT_GET_PP_DESTINATION CALL FUNCTION 'SPBT_GET_PP_DESTINATION' IMPORTING RFCDEST = TASKLIST-RFCDEST EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.