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

SE30

Former Member
0 Likes
918

In SE30 Why we get different execution time on each run , What is reason ?

In SE30 What does ABAP / Data base /Syetm Time means

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
886

hi,

ABAP time - Is the time taken by the ABAP code that is written.

Database time- Time that database takes to pick up the valid record from the database

System Time - This is related to Basis .. which is the time that system takes to finish the task that is requested ..

Regards,

Santosh

hi,

ABAP time - Is the time taken by the ABAP code that is written.

Database time- Time that database takes to pick up the valid record from the database

System Time - This is related to Basis .. which is the time that system takes to finish the task that is requested ..

Regards,

Santosh

6 REPLIES 6
Read only

Former Member
0 Likes
887

hi,

ABAP time - Is the time taken by the ABAP code that is written.

Database time- Time that database takes to pick up the valid record from the database

System Time - This is related to Basis .. which is the time that system takes to finish the task that is requested ..

Regards,

Santosh

Read only

0 Likes
886

ABAP time - ABAP Code execution time

Database time - SQL statements execution time.

System Time - System response time , depends on server also.

Regards,

Senthil N S

Read only

Former Member
0 Likes
886

Hi,

The execution at a time depends on the load on the system. e.g. If the system has any other parallel job running which is extracting information from the same tables, the database time might take more time then usual etc.

In any execution, the time is required in three operastions:

1. Calculation or Processing the data i.e. ABAP

2. Fetching data i.e. Data base, and

3. System Load

Thanks

Read only

Former Member
0 Likes
886

hi,

we may get different execution time may be beacuse of the varying load on the system(server)

thanks,

navneeth.k

Read only

Former Member
0 Likes
886

Hi..

SE30 is all about run-time analysis, where you can check performance of an ABAP program usually w.r.t. database access. It gives idea about time consumed in accessing database, also time taken for the execution of ABAP statements. In short it gives a graphical analysis, which is self explanatory.

KISHI

Read only

Former Member
0 Likes
886

Hi Kumar,

In Se30 , obviously we get different execution times for different runs. This is bcoz the system resource utilization , Database load vary from time to time.

Here ABAP/ Database/ System time means the utilization made by the respective ones at that particular time.

Database should be less than 25 % , Systemshould be in the medium Range and Abap should be more for better performance.

Hope this resolves your query.

Reward all the helpful answers.

Regards