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

Trace all processed ABAP statements

Former Member
0 Likes
724

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.

5 REPLIES 5
Read only

suresh_datti
Active Contributor
0 Likes
684

try ST01 or ST05

~Suresh

Read only

0 Likes
684

Hi Suresh,

The ST01 is very detailed, can I see the actual processed ABAP statements? I dont understand the default output.

THanks.

Read only

0 Likes
684

click on the explain SQL tab once the trace is displayed.

~Suresh

Read only

Former Member
0 Likes
684

Hello Ziv,

Try with Tcode STAT.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
684

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.