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: 

Performance my Report is 57% is ABAP , 42 % System & 1% for DB

Former Member
0 Kudos

Performance my Report is 57% is ABAP , 42 % System & 1% for DB..it it OK or will there be any performance issues. Please let me know

5 REPLIES 5

former_member194613
Active Contributor
0 Kudos

please read the thread 'Performance Tuning' just below. The percentages are useless information, if you do not <b>provide the total time</b>!

In your case system seems to be large, but I guess you are not familiar with tracing and you did trace the first execution, so system might be load and generate. <b>Better measure three times and compare results, first one has initialization costs.</b>

Check hit list, sort by net time and concentrate on Top-10. Post the Top-10 here.

Siegfried

0 Kudos

ABAP Execution time is <b>18,602</b> micro seconds

DB <b> 256</b>

System <b>13,899</b>

-


<b> HITLIST</b>----


Number Gross time (in microseconds) = Net (microseconds) Gross time in % Net time in % Call Program Name Type Display filter group

1 32757 0 100.0 0.0 Runtime analysis Sys.

1 32725 4368 99.9 13.3 Submit Report Z_BALRAM_TEST1 SAPMS38T

1 26691 776 81.5 2.4 Program Z_BALRAM_TEST1

3 26554 2088 81.1 6.4 Dynpro Entry Z_BALRAM_TEST1

1 26383 850 80.5 2.6 PBO Dynpro SAPMSSY0 SAPMSSY0 Sys.

1 423 50 1.3 0.2 Call Func. DOKU_OBJECT_EXIST RSDBRUNT

1 408 10 1.2 0.0 Call Func. AC_SYSTEM_FLUSH SAPFGUICNTL

1 385 37 1.2 0.1 Call Func. SYSTEM_COMBO_OUTPUT SAPMSSYD

1 303 21 0.9 0.1 Call Func. VRM_QUEUE_FLUSH SAPLSCNT

1 140 97 0.4 0.3 Load Dynpro SAPMSSY0 1000 Z_BALRAM_TEST1 Sys.

naimesh_patel
Active Contributor
0 Kudos

42 % System is much higher.

If you have used the FM SAPGUI_PROGRESS_INDICATOR, please remove it.

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi

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.

<b>Reward if usefull</b>

former_member194613
Active Contributor
0 Kudos

ABAP Execution time is 18,602 micro seconds

We are talking about 18ms or milliseconds for 42% .... this post is a joke.

You program does nothing and that very fast!