‎2012 May 01 8:30 AM
I have a program in which I have 20 RFC and I need to perform parallel processing for the same.
As the report can run in Online mode also and I need to perform this in bachground only because when I execute the report online only few RFCs work in new task as it is not possible to open more than 6 sessions.
Is there any solution by which we can run RFC in 'new task' but in background ONLY.
‎2012 May 01 1:13 PM
Hi Karan,
No, RFCs are dialog work processes and cannot run in background.
But maybe you can call a program in the RFC and execute it in background, if that will work well with your requirement.
Regards,
Karl
‎2012 May 01 2:25 PM
Hi karan,
There are two solutions ,
1. you can create multiple log on according to your requirement.
2.Else follow these link it might be useful.you can create asynchronous RFCs using group http://help.sap.com/saphelp_nw70/helpdata/EN/fa/096e92543b11d1898e0000e8322d00/content.htm .