‎2009 Nov 19 9:54 AM
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
‎2009 Nov 19 10:02 AM
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®
‎2009 Nov 21 7:20 AM
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