Summary

Use

The ABAP Workbench provides the following capabilities for debugging programs that use controls:

  • The trace mode allows you to keep track of the control methods transferred in the Automation Queue, and check if they were executed successfully. The synchronization points are identified by a horizontal line.

  • By setting an indicator in the debugger, you can process Automation calls synchronously. If a runtime error occurs, the relevant control method is specified as the termination point.