cancel
Showing results for 
Search instead for 
Did you mean: 

Analyzing OLAP trace

Former Member
0 Kudos

Hai All,

Can somebody describe me or refer to documentation that describes analysis of ALAP trace. Let me aloberate this.

I executed a report and from settings, I switched on the "Trace" and then disconnected, refreshed, logged in and executed the report. Now When I click on setting, "Display trace", there is a notepad showing the trace. I need to analyze this.

Can someody tell me how I can analyze the trace?

Thank you very much.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

What exactly are you looking in the Trace for?

The Trace you enable from BEx Analyzer is only for the communication from BEx Analyzer macro to the back end system. If you are looking for the OLAP trace you can enable the trace from tcode RSRTRACE or try executing the query from RSRT2 in debug mode setting break points in the required programs.

RSRTRACE can be enabled for any users and you can alayze the trace by going thru each ABAP Objects which was executed in the back end when you ran the query.

Thanks.

Former Member
0 Kudos
Former Member
0 Kudos

Hai Doodle,

What you referred is actually for background. But not for frontend. Anyway, you get the trace file but what I don't know is how to analyze the trace.

Thanks anyway.