What is SQL Trace, how would you carried out performance
analysis of ABAP code using SQL Trace? Give the steps?
Answer Posted / sumeet patil
Performing an SQL Trace:
Access transaction ST05. From the initial screen, click the check box for SQL trace, under the trace requests, click Trace on.
Run the program containing the SQL query that needs to be analyzed in the SE38 editor.
Come back to ST05 screen, under Trace requests, click Trace off.
Click List trace to view the trace of the current statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a predefined type in abap?
Badi concepts
How do you populate data into a multiple line field? : abap bdc
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What are the basic objects of the data dictionary? : abap data dictionary
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What are subroutines? : abap modularization
Value table VS check Table.
What are extracts?
What are th control break events in abap?
What is full form of bdc session? : abap bdc
What is Field group?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What is an update type with reference to a match code id? : abap data dictionary
What are the difference between call screen and leave screen?