04
Aug
Tracing your SQL in SAP
Posted by Admin, under SAP, TutorialThe SQL Trace function is an on-demand log of selected SQL statements that are issued against the database through the Open SQL Engine. The SQL Trace can be switched on or off dynamically. The log format is database independent. Besides the SQL statement text, each log record contains information about the point in time when the statement was executed, its duration, its input parameters and results (where applicable) as well as context information.
The SQL Trace is especially useful for Development and Performance analysis.
