Exercise 1: Activating the Trace Mode
Usage
To keep track of the method calls added to the Automation Queue, you can use the trace mode. All Automation calls are written to a file with their parameters and result values and displayed on a dialog box. For example, this helps you analyze which queue method called has caused an error.
Procedure

The system displays a screen with tabs for the general options.

If you choose level 1, the system displays all Automation calls including parameters and result values. If you choose level 2, the tables of the Automation Queue are additionally displayed.

The file is created on your local PC in directory
C:\sappcadm .
The system opens an additional window to display Automation calls.
Check Your Work
Start your program. In the trace window, you see how your method calls are passed on via the Automation Queue to the Automation Controller. If you have specified a file name, you can find the same text there.

Transfer of the methods listed is indicated by a horizontal line in the trace run. This means that a flush has been triggered for these methods. You can also use the trace run for flush optimization.