SAP NEWS-30-DEBUGGING



Get Example source ABAP code based on a different SAP table
  



Debugger in ABAP Release 3.0
ITOC

ABAP_MODIFICATION_NN Debugging System Dynpros and System Programs

There are now special procedures for handling system programs and system dynpros in ABAP debugging. (System programs are programs with the status 'S' in the program properties, system dynpros are the dynpros of system programs or dynpros that contain only system modules (module name SYST-...).)
Examples for system dynpros: list dynpro, selection screen dynpro, ....
System programs and system dynpros must be debugged in system debugging. This can be accessed from anywhere in the system by choosing System -> Utilities -> Debugging System or by choosing Settings -> System Debugging from the debugger.

ABAP_MODIFICATION_NN Debugging ABAP Lists

It is now possible to track how a list is built. As soon as a list is created, it can be displayed by pressing the Display List pushbutton in debugging. The display shows all existing lines with their formats. ABAP_EXCEPTION The only exception is the current line, which is not formatted until after NEW-LINE.

ABAP_MODIFICATION_NN Table Editor

In the display for internal tables, it is now also possible to change the displayed table. Rows can be changed, inserted, appended, and deleted.

ABAP_MODIFICATION_NN Structure Expansion

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

ABAP_MODIFICATION_NN Program Overview

A program overview is displayed. This lists all subroutines, functions, modules, and events belonging to the current program. The program source code can be displayed by double-clicking a line.