Skip to Content
0
Former Member
Dec 02, 2008 at 09:00 AM

How to extend the execution time of an ABAP Program using the Process chain

878 Views

Hello Sapians,

Our Environment has got 600seconds = 10 mintues as the execution time.

My ABAP Program is taking more than this 600 seconds, to show the result, I found this when I tried to execute in debug mode, it shows the result.

If I execute in background also it shows the results succesfully.

Only issue is when I execute this report in foreground it has been taking ages and goes on Time OUT Error.

It has been decided that we can extend the execution time only for this report, and it will reset the time back to 10mintues once the report has been executed successfully or failed in between for any other reasons.

And we can achieve this by using the process chains.

Can any body help me please in this regard

Thanks,