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

Performance Tunning

Former Member
0 Likes
606

Hi anybody have some good document on performance tunning .

5 REPLIES 5
Read only

Former Member
0 Likes
558

refer to that link:

http://sap-img.com/abap/abap-fine-tuning.htm

br, Jacek

Read only

Former Member
0 Likes
558

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

Read only

Former Member
0 Likes
558

Refer this link:

Regards,

Ravi

Read only

rahulkavuri
Active Contributor
0 Likes
558

Please check this link & award points if found helpful

Read only

Former Member
0 Likes
558

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