ABAP-Object-Visualizer
ABAP-Object-Visualizer copied to clipboard
Visualize complex object hierarchies using debugger script
trafficstars
ABAP-Object-Visualizer
Visualize complex object hierarchies in ABAP via graphviz
Installation
Install via abapGit
Use
- Set breakpoint in source code
- In the new debugger go to "Script" tab
- Load script ZRSTPDA_OBJECT_VISUALIZER from database
- Choose option "Execute Directly"
- Click "Start Script"
- Enter object variable name
- Paste clipboard to http://www.webgraphviz.com/ and click "Generate Graph!"
Graphviz can also be installed locally: http://portableapps.com/node/38245
Example from https://github.com/larshp/FORMfactor

Example from http://zevolving.com/2012/01/iterator-design-pattern-to-access-linked-list/
