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

create Java class out of ABAP class definition

NilsO
Product and Topic Expert
Product and Topic Expert
0 Likes
428

Hi all,

is there a way to create a Java class definition based on a given ABAP class? Of course I have to implement the functionality again in Java, but it would be great if I could get a java class definition with all the methods, attributes etc.

Best regards,

Nils

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
348

I don't know that something like that exists. I think you will have to look at the class in SE24 and manually do the java code.

Regards,

Rich Heilman

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
349

I don't know that something like that exists. I think you will have to look at the class in SE24 and manually do the java code.

Regards,

Rich Heilman