RSBGRFC_T201 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_T201 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 -> Inbound; Create Outbound/Inbound Units
Title: RFC TEST: Outbound ->Inbound; Create One bgRFC Unit; Multiple Queues
Text Symbol: 001 = Unit No.
Text Symbol: 002 = No. of Called Function Modules
Text Symbol: 003 = OUT Queue Name
Text Symbol: 004 = IN Queue Name
Text Symbol: 005 = RFC Destination:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CALL_V1_PING CALL FUNCTION 'CALL_V1_PING' IN UPDATE TASK.
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_T201 - RFC TEST: Outbound ->Inbound; Create One bgRFC Unit; Multiple Queues RSBGRFC_T201 - RFC TEST: Outbound ->Inbound; Create One bgRFC Unit; Multiple Queues RSBGRFC_T200 - RFC Test: Outbound -> Inbound; Create bgRFC Units RSBGRFC_T200 - RFC Test: Outbound -> Inbound; Create bgRFC Units RSBGRFC_T104 - RFC Test: Inbound; Create bgRFC Units and Delay Update Task RSBGRFC_T104 - RFC Test: Inbound; Create bgRFC Units and Delay Update Task