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 the major steps will you use for tuning?
Abstract class and interface, multiple inheritance, live example
How to create a link between modified form and modified print program?
What is the collect statement? How is it different from append?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What is the difference between a structure and a table?
What is view? Different types of view. Explain?
What are the classifications of the sap abap data classes?
What is the difference between leave transaction and call transaction?
Under Data Transfer Portion of ABAP, what do you mean by DX Project
dynamic programming in sap abap
How do you retrieve the data for repetitive structures ? : abap hr
what is diff between ECC 5.0 AND ECC 6.0
What are the different buffering methods?
Define subtype ? : abap hr