2014 Mar 03 11:28 AM
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
2014 Mar 03 11:38 AM
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
2014 Mar 03 11:36 AM
Hi ,
have you heard about SAT, please search about working with SAT,
it will provide you the performance of your code.
2014 Mar 03 11:38 AM
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
2014 Mar 03 5:53 PM
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
2014 Mar 03 6:15 PM
Hi Alberto,
Its in new debugger . On right side toolbar you can find this. I have attached screen shot also
Thanks & Regards,
Arun
2014 Mar 04 2:21 PM
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
2014 Mar 04 3:02 PM
Oh I found it!
Inside the debugger: right click on source code --> Change Layout --> New Tools --> SAT/SE30
Thank you again,
Alberto
2014 Mar 03 11:55 AM
Hi,
Goto Utilities->More Utilities->Runtime Analysis from your report.
By this you can check the SE30 /ST05 both.