How to activate ABAP Trace

You can find the table that used in your program by using ABAP trace ( Transaction ST05 ).

Step by Step

  • Go to transaction ST05
    img92
    Select trace type as SQL trace for trace SQL statement.
  • Activate Trace by select img93
  • Run your program that you want to list SQL statement.
  • After your program finished, back to transaction ST05 and select Deactivate Trace img94
  • Display your trace list by select img95. System will show all SQL statement between selected time for trace.
    img100
    Please consider trace list, so many trace lines are not necessary.

Technorati Tags: ,

Post new comment