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

Runtime Analysis - ABAP, Database, System

Former Member
0 Likes
477

Hi All,

The runtime analysis (SE30) of a program shows that the ABAP runtime is 96.1%; Database is 3.7% and system is 0.2% making an overall 100%.

Is it good performance? the ABAP bar is shown in red color.

Can you please explain about this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
448

Hi,

Yes i feel its good performance, generally if the control is most of the time with the application server, rather than in the database server then it considered good performance.

According to you it is ABAP runtime is 96.1%; Database is 3.7% and system is 0.2%.

We can see major time is in ABAP runtime and only few calls to database. So it is a good performance.

Thanks & Regards,

Navneeth K.

3 REPLIES 3
Read only

Former Member
0 Likes
449

Hi,

Yes i feel its good performance, generally if the control is most of the time with the application server, rather than in the database server then it considered good performance.

According to you it is ABAP runtime is 96.1%; Database is 3.7% and system is 0.2%.

We can see major time is in ABAP runtime and only few calls to database. So it is a good performance.

Thanks & Regards,

Navneeth K.

Read only

GauthamV
Active Contributor
0 Likes
448

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
448

Hi,

Its good. There should be less % ofdatabase and More % of program....

Thanks,

Jayshree.