‎2006 Aug 08 9:15 AM
Hi,
I am looking for a way to trace all processed ABAP statements in runtime. The SE30 is not sufficient because I need a deeper level on granularity, i.e. evey IF, READ, SELECT etc. processed in the runtime. The performance is not the issue, my required output should be a long list including the call/perform hierarchy including all statements.
Thank you in advance!
Ziv.
‎2006 Aug 08 9:17 AM
‎2006 Aug 08 9:41 AM
Hi Suresh,
The ST01 is very detailed, can I see the actual processed ABAP statements? I dont understand the default output.
THanks.
‎2006 Aug 08 9:43 AM
click on the explain SQL tab once the trace is displayed.
~Suresh
‎2006 Aug 08 9:17 AM
‎2006 Aug 08 9:21 AM
Hi ,
for Performance realted issues
u can use
Transaction SE30: The ABAP Profiler
Transaction DB01: Lockwait Situations
Transaction ST02: Buffer Statistics
Transaction ST04: Database Performance Analysis
Transaction ST05:SQL Trace
Hope this is of some help.
Regards,
Ismail.