RSBGRFC_T102 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_T102 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: Inbound; Create Inbound Units in Update Task
Title: RFC Test: Inbound; Create bgRFC Units in 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
Text Symbol: 005 = Inbound bgRFC is called from update task
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CALL_BGRFC_INBOUND CALL FUNCTION 'CALL_BGRFC_INBOUND' in update task EXPORTING qname = l_queue_name rfcdest = rfcdest n_unit = n_unit n_call = n_call lockunit = lockunit.
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_T102 - RFC Test: Inbound; Create bgRFC Units in Update Task RSBGRFC_T102 - RFC Test: Inbound; Create bgRFC Units in Update Task RSBGRFC_T101 - RFC Test: Inbound; Assign One Unit to Different Queues RSBGRFC_T101 - RFC Test: Inbound; Assign One Unit to Different Queues RSBGRFC_T100 - RFC Test: Inbound; Create bgRFC Units RSBGRFC_T100 - RFC Test: Inbound; Create bgRFC Units