RSBGRFC_T004 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 RSBGRFC_T004 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.
bgRFC Test: Outbound; Create Outbound Units and Wait in Update Task
Title: RFC Test: Outbound; Create bgRFC Units and Delay Update Task
Text Symbol: 001 = Unit No.
Text Symbol: 002 = No. of Called Function Modules
Text Symbol: 003 = Queue Name
Text Symbol: 004 = RFC Destination
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CALL_V1_WAIT CALL FUNCTION 'CALL_V1_WAIT' IN UPDATE TASK EXPORTING count = wait_sec.
STFC_WRITE_TO_TCPIC CALL FUNCTION 'STFC_WRITE_TO_TCPIC' IN BACKGROUND UNIT l_unit TABLES tcpicdat = lt_tcpic.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBGRFC_T004 - RFC Test: Outbound; Create bgRFC Units and Delay Update Task RSBGRFC_T004 - RFC Test: Outbound; Create bgRFC Units and Delay Update Task RSBGRFC_T003 - RFC Test: Outbound; Create bgRFC Units and Call V1 Error RSBGRFC_T003 - RFC Test: Outbound; Create bgRFC Units and Call V1 Error RSBGRFC_T002 - RFC- Test: Outbound; Create bgRFC Units in Update task RSBGRFC_T002 - RFC- Test: Outbound; Create bgRFC Units in Update task