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

performance

Former Member
0 Kudos
181

How to improve performance of a report. My report is taking 1 hr to execute in production.

How to use SE30 and ST05 to improve......plz help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
161

SM30 is used to measure function and table calls....Just pass the name of the report executed and watch the list....

To improve performance...a few tips...


* Never use SELECT-ENDSELECT.
* Try to use indexes.
* Use LOOP ASSIGNING
* Don't make unnecessary table reads

Greetings,

Blag.

3 REPLIES 3
Read only

Former Member
0 Kudos
162

SM30 is used to measure function and table calls....Just pass the name of the report executed and watch the list....

To improve performance...a few tips...


* Never use SELECT-ENDSELECT.
* Try to use indexes.
* Use LOOP ASSIGNING
* Don't make unnecessary table reads

Greetings,

Blag.

Read only

Former Member