‎2007 Aug 02 3:41 PM
Hi Experts,
Will you please helpout me in ,
Why SAP gives TIME_OUT error,when report is run in FOREGROUND and does NOT give the same , when Its run in BACKGROUND.
Thanks in Advance for your kind reply
Regards
Deepak
‎2007 Aug 02 4:14 PM
Hi,
This is happening because some Select Queries and loops of urs are taking much time.
Chk out which piece of code is taking more time in ST05 .
Try to optimise that code.. Like remove Selects from loops.sort tables before read and Read with Binary key. etc..
Regards,
ismail.
‎2007 Aug 02 3:45 PM
Hi
In FOREGROUND you have limited running time,when your report exceeds it - will be dump.
All "heavy" reports you should run in BACKGROUND.
Regards
Yossi
‎2007 Aug 02 3:53 PM
hi
good
check out your select satements in st05 and st22 ,it is happening bcz one of your select statement is taking long time to execute.
Thanks
mrutyun^
‎2007 Aug 02 4:14 PM
Hi,
This is happening because some Select Queries and loops of urs are taking much time.
Chk out which piece of code is taking more time in ST05 .
Try to optimise that code.. Like remove Selects from loops.sort tables before read and Read with Binary key. etc..
Regards,
ismail.
‎2007 Aug 02 4:24 PM
Hi,
When you run in background you don't have a limited of process but in foreground you have. In this case you need to improve you program performance to run in foreground.
Regards.
Marcelo Ramos
‎2007 Aug 17 8:15 AM