Application Development 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: 

How to check performance of a ABAP program

Former Member
0 Kudos

HI Experts,

         I want to know how to check performance of a ABAP program.If any one working under testing,please help me.

Moderator message:

Message was edited by: Thomas Zloch

3 REPLIES 3

Former Member
0 Kudos

Hi santosh,

You may use SE30 which is run-time analysis it will analyze your program for the performance related topics i.e. how much time it was taken to run your program and what is the database response time it taken for your program to complete execution and all.

And especially if you want to check the SQL select statements query response time and database related more queries you can use ST05 i.e. SQL trace for database related issues.

Please go through the below help document link for more info.

http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm

Regards,

Praveen chitturi,

0 Kudos

Hi Praveen,

  Thanks for ur reply.Could tell me steps,how to Trace in ST05 and SE30.

0 Kudos