2007 Apr 10 10:11 AM
In SE30 Why we get different execution time on each run , What is reason ?
In SE30 What does ABAP / Data base /Syetm Time means
2007 Apr 10 10:16 AM
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
In SE30 Why we get different execution time on each run , What is reason ?
In SE30 What does ABAP / Data base /Syetm Time means
2007 Apr 10 10:16 AM
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
2007 Apr 10 10:18 AM
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
2007 Apr 10 10:17 AM
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
2007 Apr 10 10:18 AM
hi,
we may get different execution time may be beacuse of the varying load on the system(server)
thanks,
navneeth.k
2007 Apr 10 10:20 AM
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
2007 Apr 10 10:22 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |