Application Development 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: 

ABAP Class to Java Class Converter

Former Member
0 Kudos

Hi folks,

I would like to convert a whole bunch of ABAP classes to Java classes - only the class description (inheritance, attributes, methods); no method implementations. Should be quite straightforward, isn't it?

Reason: there are a lot of useful UML tools for Java and just to get an overview of the inheritance tree of some ABAP classes this one-way approach would help me a lot.

Any ideas?

Thank you very much!

1 REPLY 1

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

There is no tool to do this. Manual is the only way.

Regards,

Rich Heilman