‎2006 Dec 07 3:31 PM
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.
‎2006 Dec 07 3:33 PM
Hi Surendra,
Check for Performance using transactions
<b>SE30(RUNTIME ANALYSIS) and ST05(SQL TRACE).</b>
Thanks,
Vinay
‎2006 Dec 07 3:32 PM
‎2006 Dec 07 3:33 PM
Hi Surendra,
Check for Performance using transactions
<b>SE30(RUNTIME ANALYSIS) and ST05(SQL TRACE).</b>
Thanks,
Vinay
‎2006 Dec 07 3:35 PM
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?
‎2006 Dec 07 3:34 PM
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.