Skip to Content
0
Former Member
Apr 20, 2009 at 05:43 PM

Run time analysis | Pls review

47 Views

Hi Gurus,

I have changed a program to improve performance..Results of run time analysys(SE30) are given below:

Old Program:

ABAP = 29.3%

Database time = 70.7%

System = 0%

Execution time = 67 seconds

New Program:

ABAP = 50.2%

Database= 49.8%

System=0.1%

Execution time = 65 seconds

Database time is reduced but abap time increased. Execution time difference is 2 seconds only. Testing is done in development.

Databse time or ABAP time? which is more important in terms of optimization. Can I get better improvement of execution time in quality or production?

Thanks in advance..

Saj