Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

visualization of abap code

jens_becher
Explorer
0 Likes
708

Hi,

does anybody know freeware tools to visualize abap code (i.e. call graphs etc.), like it is obviously done with ct-codeview analyzer ([http://www.ct-software.de/tools-for-erp/graph/pdf/Whitepaper.pdf]) or with the magellan explorer [http://www.abap-engineer.org/]?

Thx.

Regards,

Jens

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
567

Nice. Never heard of these. I'm certainly not aware of any freeware product. if I was to develop something like this, I'd look for something that stores the graphic as an xml (like FreeMind does), then write an ABAP to generate the XML.

So, if you just wanted a hierarchy - then freemind can do it for you - once you've got the xml.

matt

Read only

jens_becher
Explorer
0 Likes
567

Hi Matt,

yes I would start the development like you, creation of some data file in appropriate format (i.e. xml) and import in some "tool". But I don't know a good tool and its format. Maybe GraphViz or so would be useful, but I hoped someone has already developed something like I want

Regards,

Jens