Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parallel Processing of multiple RFCs in background

Karan_Chopra_
Active Participant
0 Likes
430

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.

2 REPLIES 2
Read only

Former Member
0 Likes
375

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

Read only

Former Member
0 Likes
375

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 .