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

best performance in runtime analyzer

Former Member
0 Likes
835

Hi All,

While doing the runtime analysis (using SE30) of a ABAP program , what is the best performance analysis report , means more percentage of time consumed by , ABAP program , Database or System ?

Thanks & Regards ,

Sabu.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
785

hi,

check this blog.

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7769] [original link is broken] [original link is broken] [original link is broken];

6 REPLIES 6
Read only

Former Member
0 Likes
785

Hello,

It would be the ABAP Code for which if the Time consumed is more than the Data base & the System, then the Report is said to have been performance Tuned.

Thanks and Regards,

Venkat Phani Prasad Konduri

Read only

Former Member
0 Likes
785

Best Case :

No one shold be in red color in analysis is the best runtime.

All should be in Green.

or

OK Case :

Database level - Red is not acceptable

ABAP Level - Red can be accepted and can be a good runtime.

System Level - Red is not acceptable.

Worst Case:

All are in Red Color

Read only

GauthamV
Active Contributor
0 Likes
786

hi,

check this blog.

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7769] [original link is broken] [original link is broken] [original link is broken];

Read only

Former Member
0 Likes
785

Hi

The blog you given was very helpful and thanks for the quick response , please give me some blog or link which are related to SQL trace ( ST05 ).

Thanks & Regards ,

Sabu.

Read only

0 Likes
785

You can find yourself by searching for "ST05" in the blogs. I can promise you, there is a good one by the same author.

(heck, there is even a link in above mentioned blog, open your eyes!)

Thomas

Read only

Former Member
0 Likes
785

hi,

if the database and system time in the graph is more as compared to the ABAP then this means that ur code is taking more time to hit the database i.e ur select queries r not fine tuned..performance tuning is required.

if its the other way then its performance is optimal.