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: 

Runtime Analysis - ABAP, Database, System

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

GauthamV
Active Contributor
0 Kudos

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];

Former Member
0 Kudos

Hi,

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

Thanks,

Jayshree.