
Here is detailed information on the configuration options you have for ABAP traces.
| Should call tree information be included in the trace? | Choose Yes if you want to use the Call Tree
trace display. Yes creates a non-aggregated trace, in which each trace event is
recorded in a separate trace entry. This level of detail makes a trace larger, but is
required by the Call Tree. Choose No if you only need the Hitlist trace display. This is an aggregated trace, in identical trace events that are called identically (such as method calls in a loop) are accumulated in a single trace record. |
| Which ABAP statements should be traced? | The ABAP Trace can record all of the ABAP statements and events that are potentially
expensive. But that can result in large trace, and you may not need to see all of the
available trace entries. Here, therefore, you can specify what trace events you want to see.
The ABAP Trace measures the complete runtime of a program, no matter which statements are traced. What changes with your choices is the level of detail in the trace. The full runtime of a method is always shown in a trace; the number of different trace records within the method changes with your statement tracing choices. |
| When should the trace start? | Immediately starts tracing when you choose . Usually, you should leave Immediately set. If the application that you wish to trace runs in the integrated GUI, then you can also choose On explicit action (/ron). With this option, you can switch the trace on and off in the GUI Command Field with the OK codes /ron and /roff. The trace then captures only the discrete operation that you want to trace, and not the entire program execution. |
| Advanced Parameters |
|