Application Development 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: 

performance

Former Member
0 Kudos

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

former_member583013
Active Contributor
0 Kudos

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

former_member583013
Active Contributor
0 Kudos

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.

Former Member