Thursday 2 March 2017

Code visualization using Moose

It is now possible to extract model information from a SAP system to analyze it using Moose in a Pharo virtual machine.

Pharo is a kind of Smalltalk and heavily used by specialists who develop techniques for code visualization especially for refactoring. The SAP model data is extracted using FAMIX, this allows a more detailed analysis as would be possible using UML. This is now possible due to a new open source extractor.

Currently extracted are for instance:

– Accesses to attributes of class

– Invocations of class methods

– Accesses to database tables

It is planned to add other objects like reports, functions, DSO and InfoCubes of SAP BW …

Examples for diagrams are:


SAP ABAP Tutorials, SAP ABAP Guide

SAP ABAP Tutorials, SAP ABAP Guide

SAP ABAP Tutorials, SAP ABAP Guide

This diagrams are not just images but it is possible to move the parts around, to see the names using mouse over or to explore it in detail by clicking on it. 

The coding to extract and other informations are available on the github project page: https://github.com/RainerWinkler/Moose-FAMIX-SAP-Extractor

No comments:

Post a Comment