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: 

HOW TO KNOW THE BESTBEST PERFORMANCE IN SE30

Former Member
0 Kudos

HI TO ALL,

AFTER ANALYZING THE CODE IN SE30

ABAP

SYSTEM

DATABASE

AMONG THE THREE WHAT SHOULD BE LESS AND WHAT SHOULD BE MORE

HOW SHOULD WE JUDGE THE PERFORMANCE

1 ACCEPTED SOLUTION

former_member194613
Active Contributor
0 Kudos

Please read my blog

SE30

/people/siegfried.boes/blog/2007/11/13/the-abap-runtime-trace-se30--quick-and-easy

Performance is determined by total time. Percentage is not really important. And of course sum is always 100%,

system should be low otherwise you trace 'loading and generating'. DB should be not too much 30-40%.

i.e. ABAP is the rest and often more than 50%!

But performance is total, and then the top of hit list, so better read the whole blog!

Siegfried

3 REPLIES 3

Former Member
0 Kudos

For all three if it not more than 50%.

Particularly Database is always very less.

Then ABAP.

then R/3.

- s

Former Member
0 Kudos

hi moazam,

As per my knowledge , database s/b in between 10-20% , system can be 30-40% and abap s/b less than 50 %.

This will give best performance.

Reward if useful.

Thanks,

Srikanth.A

former_member194613
Active Contributor
0 Kudos

Please read my blog

SE30

/people/siegfried.boes/blog/2007/11/13/the-abap-runtime-trace-se30--quick-and-easy

Performance is determined by total time. Percentage is not really important. And of course sum is always 100%,

system should be low otherwise you trace 'loading and generating'. DB should be not too much 30-40%.

i.e. ABAP is the rest and often more than 50%!

But performance is total, and then the top of hit list, so better read the whole blog!

Siegfried