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
There are now special procedures for handling
Examples for system dynpros: list dynpro, selection screen dynpro, ....
System programs and system dynpros must be debugged in
ABAP_MODIFICATION_NN
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
ABAP_MODIFICATION_NN
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
In the structure and table displays, structures from fields and tables passed from external programs are now expanded.
ABAP_MODIFICATION_NN
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.