‎2008 Mar 03 9:13 AM
Hi,
I am working on performance tuning.Each time checking my program in SE30,the result varies.This is because of the dev server load.
But can any one please tell me how can i know the exact improvement in my program,bcz soon i have to send this to QA.
Thanks in advance.
‎2008 Mar 03 9:20 AM
HI,
The only way u can compare ur performance if u have run the program before and taken the se30 analysis and than analysing the program after makin ur changes.
What I did was I took the sql trace before modification and also after modification and compared the results.
Regs,
Saurabh
‎2008 Mar 03 9:19 AM
In Se38, give your program name.
click PROGRAM-> CHECK-> CODE INSPECTOR else the other options that are there
‎2008 Mar 03 9:20 AM
HI,
The only way u can compare ur performance if u have run the program before and taken the se30 analysis and than analysing the program after makin ur changes.
What I did was I took the sql trace before modification and also after modification and compared the results.
Regs,
Saurabh
‎2008 Mar 03 9:20 AM
using same varient, run the program before change the code and after change the code. if the database dependency is decrease means ur program performance is increased.
‎2008 Mar 03 9:27 AM
Hi
In Transaction SE30, fill in the transaction name or the program name which needs to be analyzed for performance tuning.
For our case, let this be ZABAP_PERF_TUNING
After giving the required inputs to the program, execute it. After the final output list has been displayed, PRESS the BACK button.
On the original SE30 screen, now click on ANALYZE button.
The percentage across each of the areas ABAP/ Database/System shows the percentage of total time used for those areas and load on these areas while running the program . The lesser the database load faster the program runs.
if it shows the load on data base then you need to correct the select stament based on the performnce