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

ABAP runtime code profiler

Former Member
0 Likes
3,683


Hi all,

I searched a way to perform real-time analysis of my ABAP code but I did not find it.

Is there a profiler / run-time checker that analyzes the portions of code taking execution times?

Thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,925

Hi Alberto,

If you interested in analyzing portion of code, you have option in new debugger

New Tool - > Special Tool -> Trace (SE30 /ST05) 

New window will open with trace management . Here you can activate the trace and deactivate when portion of code competed. Then you check the log.   

Thanks & Regards,

Arun

7 REPLIES 7
Read only

former_member187748
Active Contributor
0 Likes
1,925

Hi ,

have you heard about  SAT, please search about working with SAT,

it will provide you the performance of your code.

Read only

Former Member
0 Likes
1,926

Hi Alberto,

If you interested in analyzing portion of code, you have option in new debugger

New Tool - > Special Tool -> Trace (SE30 /ST05) 

New window will open with trace management . Here you can activate the trace and deactivate when portion of code competed. Then you check the log.   

Thanks & Regards,

Arun

Read only

0 Likes
1,925

I think that SAT was what I was looking for, I tried it and it worked. However this "new tool" look interesting.

However I am not able to find New Tool -> Special Tool in the debugger windows. Where can I find it?

Thank you

Read only

0 Likes
1,925

Hi Alberto,

Its in new debugger . On right side toolbar you can find this. I have attached screen shot also

Thanks & Regards,

Arun

Read only

0 Likes
1,925

Hi Aruna,

thank you for your reply.

I am not able to find any right toolbar on the debugger. I am quite sure that I am on the new debugger because I can see the label "switch to classic debugger".

I think that I am not able to find the "Trace management window" displayed on your screenshot.

I am on SAP BW NW 7.3

Thank you

Read only

0 Likes
1,925

Oh I found it!

Inside the debugger: right click on source code --> Change Layout --> New Tools --> SAT/SE30

Thank you again,

Alberto

Read only

Private_Member_15166
Active Contributor
0 Likes
1,925

Hi,

Goto Utilities->More Utilities->Runtime Analysis from your report.

By this you can check the SE30 /ST05 both.