2008 Jun 16 8:25 AM
I completed one report and the out put has to display in excel sheet and this is fine.
now the problem is that it is taking 20-30 min for 1 year peroid and user asking me that i dont want to wait more than 10 min.
how can i proceed?how can i improve the performace?
Thanks,
Sriii.
I completed one report and the out put has to display in excel sheet and this is fine.
now the problem is that it is taking 20-30 min for 1 year peroid and user asking me that i dont want to wait more than 10 min.
how can i proceed?how can i improve the performace?
Thanks,
Sriii.
2008 Jun 16 8:30 AM
2008 Jun 16 8:34 AM
Hi,
Do the performance check and check your code that,
No selects should be written with in the loop, do-endo...etc (iterating statements), most of the cases avoid select-endselect, avoid nested selects, unnecessary joints should be replaced with FOLL ALL ENTRIES.... etc
Check all these it may help you ...
2008 Jun 16 8:37 AM
2008 Jun 16 8:42 AM
Why don't you look around in the ABAP performance forum, Mr. Siegfried Boes has explained about a hundred times what to do in this case.