‎2006 Aug 22 4:17 PM
Hi anybody have some good document on performance tunning .
‎2006 Aug 22 4:54 PM
‎2006 Aug 22 4:56 PM
HI San,
Refer this link..
<b>Performance tuning for Data Selection Statement</b>
http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm
Regards,
Santosh
‎2006 Aug 22 4:57 PM
‎2006 Aug 22 4:58 PM
‎2006 Aug 22 5:02 PM
HI,
Following are the different tools provided by SAP for performance analysis of an ABAP object
<b>Run time analysis transaction SE30</b>
This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.
<b>SQL Trace transaction ST05</b>
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
R<i><b>efer the below links</b></i>
http://www.sapgenie.com/abap/performance.htm
http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
http://www.sapdevelopment.co.uk/perform/performhome.htm
Thanks
Sudheer