Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Analyse Trace Files?

Former Member
0 Likes
530

Hi,

Can anybody let me know how to analyse the downloaded tracefile. (From ST05).

Any links or materials on this matter will be of great help as analysis of trace file is a urgent need for me.

-B S B

Points assured for useful tips.

1 ACCEPTED SOLUTION
2 REPLIES 2
Read only

Former Member
0 Likes
429

Hi,

The SQL trace file gives you list of all Select statements used in a particular program.

You can easily analyse each select, how much DB tiime it consumed etc.

Go through the SAP documentation itself to understand it better.

Regards,

Anji