‎2007 Mar 09 11:14 AM
hi to all ,
can anybody tell me the difrence between runtime anaysis and st05.
Regards,
Kiran.
‎2007 Mar 09 11:17 AM
hi
they r both use to find the performance of the code.
se30 will give the runtime analysis for sql , abap n appl.
st05 will give the sql trace of all the select that u have written in the code.
u can see it table wise or sql statement wise.
ST05 SQL trace
SE30 Abap runtime analysis
regards,
madhu
‎2007 Mar 09 11:20 AM
‎2007 Mar 09 11:21 AM
Hi,
ST05 is the SQL Trace transaction and can be used to measure the performance of the select statements of the program.
SE30 is the Runtime Analysis transaction and can be used to measure the application performance. It also gives some tips on how to improve the performance through efficient code.
Regards,
Sruthi
‎2007 Mar 09 11:21 AM
Hi.....
St05 is Performance trace
EX: SQL Trace...
It will Show the database table hits during a particular time by a user.
but runtime analysis will analyze a program in terms of Database usage, System time etc....
Suresh.....
‎2007 Mar 09 11:24 AM
Hi...
Coming to <b>Transaction ST05</b> --- SQL Trace.....
Here you can Trace what are all the things that are effected in the SAP system when your code is executed....
For this you got to switch on SQL Trace.....
Like for Example you can identify all the tables that are getting modified with a simple Select Statement....
Coming to <b>Runtime Analysis....</b>
Here you can identify how much
ABAP Memory
Database Memory
System Memory
is used by the Program
Please reward if it is valuable
Regards,
Vivekananda Varma Dandu.