Show TOC

Analyzing Program Terminations with the ABAP DebuggerLocate this document in the navigation structure

Use

If an ABAP program terminates with a runtime error, you can switch from the direct long text display of the runtime error to the ABAP Debugger in order to thoroughly analyze the current status of the terminated program and its database objects. To do this, choose the Debugger pushbutton in the toolbar.

Note

The user that you logged on to the AS ABAP with should have debugging rights.

Note

When you exit the direct long text display, the memory area of the terminated program is released and the analysis with the ABAP Debugger is no longer available. This is particularly the case if you examine the short dump again with transaction ST22.

More Information