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 check using Transaction SE30

Former Member
0 Likes
384

Hi,

Please can anyone told me how to check the performance of a program using transaction SE30.

If someone has some document then please forward me.

Thanks.

Shailendra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Hi Shailendra,

Please go through this :

1. Go to SE30.

2. Choose the radiobutton Program.

3. Then give the corresponding Program name.

4. Then press the Execute button.

5. Once the program is complete.You will get a message..Run time analysis of "program" has finished..

6. Then press the Evaluate button..

There you can see the run time analysis.

Similarly you can do for Transaction and Function Module as well.

Hope this helps.

Reward with Points if useful.

Regards

Hemant Khemani

2 REPLIES 2
Read only

Former Member
0 Likes
365

Hi Shailendra,

Please go through this :

1. Go to SE30.

2. Choose the radiobutton Program.

3. Then give the corresponding Program name.

4. Then press the Execute button.

5. Once the program is complete.You will get a message..Run time analysis of "program" has finished..

6. Then press the Evaluate button..

There you can see the run time analysis.

Similarly you can do for Transaction and Function Module as well.

Hope this helps.

Reward with Points if useful.

Regards

Hemant Khemani

Read only

manubhutani
Active Contributor
0 Likes
364

Hi

Give the transaction,program or function module name.

Then press execute,it will be executed as it is executed by pressing F8

Then there's a button at bottom EVALUATE.

and see how much time has been taken by ur abap statements and database accesses.

Please reward points