cancel
Showing results for 
Search instead for 
Did you mean: 

Call a Java Function From Abap

Former Member
0 Kudos

Hi, I need to call a java function from ABAP, I have a WAS 640 to deploy the module.

I have found this tutorial...

[ABAP calls Java via RFC|/people/thorsten.franz3/blog/2008/11/21/abap-calls-java-via-rfc-1-introduction]

The problem is that it uses a newer version of WAS and it implements EJB 3.0 wich only works on Java 5, but my WAS has java 1.4.2.

Anyone knows how to adapt this Blog to a WAS 640 version ?

Or Perhaps there is another way of doing this, maybe publishing my function as a web service.

Regards.

Mariano.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Why don't you expose your Java functionality as a Web Service and consume it in ABAP program. That should be much easier and the web service can be used in other places as well.

Best regards,

Ritesh Chopra

junwu
Active Contributor
0 Kudos

hi

this may help

/people/gregor.wolf3/blog/2004/08/26/setup-and-test-sap-java-connector-outbound-connection

Best regards,

John