Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

run dead time before output.

Former Member
0 Likes
594

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.

4 REPLIES 4
Read only

rainer_hbenthal
Active Contributor
0 Likes
566

Make the report faster

Read only

Former Member
0 Likes
566

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 ...

Read only

Former Member
0 Likes
566
Read only

ThomasZloch
Active Contributor
0 Likes
566

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.