‎2008 Jul 23 6:48 AM
Hi,
How can i check the performance of a program ...
i have done the code in two ways now i want to check which one is good according to perfiormance..
Thanks & Regards
Ashu Singh.
‎2008 Jul 23 6:53 AM
‎2008 Jul 23 6:50 AM
‎2008 Jul 23 6:53 AM
‎2008 Jul 23 7:00 AM
\[removed by moderator as it was just a copy and paste answer of someone else's work without giving a source\]
Edited by: Jan Stallkamp on Jul 23, 2008 10:23 PM
‎2008 Jul 23 7:00 AM
Hi,
You access the initial screen of the Performance Trace via:
- Transaction code ST05
- From ABAP Workbench using the
menu path
Test -> Performance Trace.
For more info :
http://help.sap.com/saphelp_erp2004/helpdata/en/5a/ace273ca0211d194b500a0c94260a5/content.htm
Regards
Adil
‎2008 Jul 23 7:01 AM
Hi,
Use SE30 to check the overall runtime of the program. You can see which area requires more tuning performance wise.
Use ST05 to know the selects falling under performance problem.
regards,
madhu
‎2008 Jul 23 7:02 AM
Hi,
Tools provided for Performance Analysis
Following are the different tools provided by SAP for performance analysis of an ABAP object
Run time analysis transaction SE30
This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.
SQL Trace transaction ST05
The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.
hope this will help
Regards
Ankur