What is SQL Trace, how would you carried out performance
analysis of ABAP code using SQL Trace? Give the steps?
Answer Posted / renuka
SQT Trace is used to analize the performance of select
queries.Transaction code is ST05.
STEPS:
go to ST05
selet Active mode
select Trace on
select application provide the transaction code in command
line like xk01,xd01 like that
now enter the data in application
again go for ST05
select Inacivemode
Trace off
List Trace
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are function modules?
Explain Singleton class
What are the other modules integrated with om? : sap abap hr
How we format the data before before write statement in report ?
What is a projection view? : abap data dictionary
What is a size category?
What is the use of abap data dictionary? : abap data dictionary
What does the extract statement do in extract datasets?
What are the modes in lock objects? : sap abap data dictionary
Program lines for the radio button selection and unabling some input variables in section screen
What are the components of selection table?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are the differences between primary and secondary indexes?
How to insert a line into abap internal tables?
How to know if the value entered contains records or not?