ABAP-Object-Visualizer icon indicating copy to clipboard operation
ABAP-Object-Visualizer copied to clipboard

Visualize complex object hierarchies using debugger script

ABAP-Object-Visualizer

Visualize complex object hierarchies in ABAP via graphviz

Installation

Install via abapGit

Use

  1. Set breakpoint in source code
  2. In the new debugger go to "Script" tab
  3. Load script ZRSTPDA_OBJECT_VISUALIZER from database
  4. Choose option "Execute Directly"
  5. Click "Start Script"
  6. Enter object variable name
  7. 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 go_class

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