Entering content frame

Procedure documentation Performing an SQL Trace Locate the document in its SAP Library structure

  1. Open a new window and choose System ® Utilities ® SQL Trace.
  2. The Trace Requests screen appears.

  3. Choose Trace On to activate the trace.
  4. Perform a typical database access in the first window (for example, an application transaction or the transaction SE16).
  5. To turn the trace off, choose Trace Off and examine the SQL statement with List Trace.
  6. Position the cursor on one of the PREPARE, OPEN, or REOPEN statements, and choose Explain SQL.

The system displays detail information. The index used is specified in the line beginning with Index.

 

 

Leaving content frame