SAP NEWS-30-DEBUGGING

Get Example source ABAP code based on a different SAP table
  



The Debugger in Release 3.0

1 Debugging system screens and system programs 2 Debugging ABAP Lists 3 Table editor 4 Structure expansion 5 Program overview

ABAP_MODIFICATION_1 Debugging system screens and system programs

There are now special procedures for handling system programs and system screens in ABAP/4 debugging. (System programs are programs with the status 'S' in the program attributes, system screens are the screens of system programs or screens that contain only system modules (module name SYST-...).)

Examples of system screens are list screens and selection screens.

If you want to debug system programs and/or system screens, you must switch to system debugging. To do this, you can access system debugging from anywhere in the system by choosing System -> Utilities -> Debugging System, or if you are already in debugging, you can choose Settings -> System Debugging.

ABAP_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.

ABAP_MODIFICATION_3 Table editor

In the internal table display, you can now make modifications by changing, inserting, appending and deleting lines.

ABAP_MODIFICATION_4 Structure expansion

In the structure and table displays, structures from fields and tables passed from external programs are now expanded.

ABAP_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.