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

execution

Former Member
0 Likes
546

hi experts,

You are running a report. It is taking long time for

execution. What steps will you do to reduce the

execution time.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
519

Hi Surendra,

Check for Performance using transactions

<b>SE30(RUNTIME ANALYSIS) and ST05(SQL TRACE).</b>

Thanks,

Vinay

4 REPLIES 4
Read only

LucianoBentiveg
Active Contributor
0 Likes
519

Please post your code here.

Regards.

Read only

Former Member
0 Likes
520

Hi Surendra,

Check for Performance using transactions

<b>SE30(RUNTIME ANALYSIS) and ST05(SQL TRACE).</b>

Thanks,

Vinay

Read only

0 Likes
519

Hi Vinay

If I'm right, SM30 is used for Table maintenance. correct me if I am wrong. SE30 is the right transaction for Runtime Analysis. If SM30 is also used for performance analysis, pls let me know how?

Read only

graghavendra_sharma
Contributor
0 Likes
519

Hi

Goto Tcode SE30 and execution your from there and anlyze the code parts which are taking more time. so that you can modify the program accordingly.