ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Release 3.0
The Debugger in Release 3.0
1. Debugging system screens and system programs
Other versions: 7.31 | 7.40 | 7.54
Modification 1
system programssystem screenssystem debugging
Modification 2
Debugging ABAP/4 lists
It is now possible to track the generation of a list.
As soon as a list is generated, you can branch to the display by pressing the Display
list pushbutton. The display shows all existing lines with their formats. The only exception
is the current line, which is not formatted until after NEW-LINE
.
Modification 3
Table editor
In the internal table display, you can now make modifications by changing, inserting, appending and deleting lines.
Modification 4
Structure expansion
In the structure and table displays, structures from fields and tables passed from external programs are now expanded.
Modification 5
Program overview
A program overview is displayed. This lists all subroutines,
functions, modules and events belonging to the current program. By double-clicking on a line, you can display the program source code.