Does anyone know of a way to create a UML class diagram from existing ABAP classes and interfaces?
At least one way to do that comes to my mind:
1. Export the ABAP program objects to XML using SAPlink
2. Run an appropriate XSLT to create an XMI file
3. Import the XMI into your favorite UML tool
I'd be able to do all three, however, I'd not be able to create the appropriate XSLT.
There may be other ways to do this,or even a ready-made tool. I'd be grateful
for any hints.
-- Sebastian