Visualize complex object hierarchies in ABAP via graphviz
Install via abapGit
- 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/