Skip to Content
0
Jun 04, 2009 at 09:08 AM

Question on Parallel Processing in ABAP

50 Views

Hi Experts,

I am trying to process my records using Parallel Processing concept making calls to Remote Function Module.

So, in simple terms it would look as shown below

loop.

call function <rfc_module> creating new task with <taskname>

endloop.

1. In the above scenario say it created 5 tasks.

2. If one of the tasks have been failed because of timeout error then what happens to that task.

In the below link it says that the dialog work proces can run only for 300 seconds.

http://help.sap.com/saphelp_nw70/helpdata/en/fa/096e92543b11d1898e0000e8322d00/content.htm

3. How do we track the task that has not been finished successfully?

4. Does that throw an error?

Thanks,

Babu Kilari