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

SE30

Former Member
0 Likes
520

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
494

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

4 REPLIES 4
Read only

former_member609120
Contributor
0 Likes
494

In Se38, give your program name.

click PROGRAM-> CHECK-> CODE INSPECTOR else the other options that are there

Read only

Former Member
0 Likes
495

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

Read only

0 Likes
494

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.

Read only

Former Member
0 Likes
494

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