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

Call Java from ABAP?

Former Member
0 Likes
5,806

Hi,

we have a SAP system (Basis 6.20) without the java environment.

Is it possible to call a java wrapper, which is located in a .jar-file on the application server, from ABAP?

Thanks in advance

Regards

Hermann

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
5,734

I've heard that it can be done. Search this forum and check out this link.

http://snvworld.net/StartPage/documents/integration/3.html

Regards,

Rich Heilman

Read only

Former Member
0 Likes
5,734

Hi there,

Yes, it can. Using Object oriented ABAP not normal ABAP. Hope this helps.

Weidong

Read only

Former Member
0 Likes
5,734

Yes, it can be done. We are doing something similar. We are calling a java wrapper from the CRM 3.0 system (Basis 6.10). Link provided by Rich Heilman defines the procedure for this.

Rgds,

Chandrika

Read only

0 Likes
5,734

Please make sure that you award points for helpful answers and mark posts as "solved" if your question has been answered. Thanks.

Regards,

Rich Heilman