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 trace

Former Member
0 Likes
884

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

Hi,

Check in the 'ST05' SQL Trace for the performance.

6 REPLIES 6
Read only

Former Member
0 Likes
851

Hi

Use T.code SE30 to check performance

Read only

Former Member
0 Likes
852

Hi,

Check in the 'ST05' SQL Trace for the performance.

Read only

Former Member
0 Likes
851

\[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

Read only

Former Member
0 Likes
851

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

Read only

Former Member
0 Likes
851

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

Read only

Former Member
0 Likes
851

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