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

Asynchronous RFC

Former Member
0 Likes
450

Hi,

Im using rfc_abap_install_and_run function module to create abap programs and function modules remotely from non-sap sytem i.e. ( Through JAVA beam).

Here, my requirement is that i want to run this function module paralelly i.e. Asynchronous RFc.

So, how can i use this function module and make it as 'starting new task' or any thing that should execute it parallelly many fm and create the required one..

As of now, it is getting error like user is editing...

I think you understood the problem..

Awaiting your response.

Thanks

raja

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
415

Write a wrapper RFC function module above FM rfc_abap_install_and_run say Y_rfc_abap_install_and_run and inside this fm call FM rfc_abap_install_and_run with starting a new task.

a®

Read only

0 Likes
415

Hi,

So a maximum of six sessions can be opened.. so how can a user from JAVA can identify then the next i.e. seventh task should be again reset to first and then process it in a loop of 1 to 6.

Is that pssble from JAVA end..

thanks

rohith