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 Tuning

Former Member
0 Likes
732

hi,

Any body has the documentation about performance tuning.

if any body has please send it to my mail or send me the links.

my mail id is fractal_27@yahoo.com

thanks,

fractal.

1 ACCEPTED SOLUTION
6 REPLIES 6
Read only

Former Member
0 Likes
700

Hi,

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.

The trace list contains different SQL statements simultaneously related to the one SELECT statement in the ABAP program. This is because the R/3 Database Interface - a sophisticated component of the R/3 Application Server - maps every Open SQL statement to one or a series of physical database calls and brings it to execution. This mapping, crucial to R/3s performance, depends on the particular call and database system. For example, the SELECT-ENDSELECT loop on the SPFLI table in our test program is mapped to a sequence PREPARE-OPEN-FETCH of physical calls in an Oracle environment.

<b>refr</b>

http://www.sapgenie.com/abap/performance.htm

http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_SelectionCriteria.asp

rgds,

latheesh

Message was edited by: Latheesh Kaduthara

Message was edited by: Latheesh Kaduthara

Read only

Former Member
0 Likes
700

Hi,

I have send you the related document it will definitely help you.

<b>Reward for helpful answer</b>

Regards,

Shakuntala

Message was edited by: shakuntala Negi

Read only

0 Likes
700

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm">Here</a> is a list of the various performance analysis tools avbl in SAP.

Hope this helps.

Sudha

Read only

Former Member
0 Likes
700

Doc sent.

-Aarthi.

Read only

Former Member
0 Likes
700

HI Ger,

Here are some links useful for you,

<a href="http://sap.genieholdings.com/abap/performance.htm">http://sap.genieholdings.com/abap/performance.htm</a>

<a href="http://www.dbis.ethz.ch/research/publications/19.pdf">http://www.dbis.ethz.ch/research/publications/19.pdf</a>

Hope this willbe helpful.

🐵

Cheers,

Prashanth K.R