cancel
Showing results for 
Search instead for 
Did you mean: 

CALL A JAVA PROGRAM FROM ABAP -- NEED HELP

Former Member
0 Kudos

Hi all,

Can somebody tell me how to call a java xml code from an ABAP program? First let me know if at all, is it possible to call a java program from SAP that is from an ABAP executable progam?

Please suggest me in this. All your inputs in this is valuable to me and highly appreciated.

Thanks in advance,

Vaishnavi Varadarajan

Accepted Solutions (1)

Accepted Solutions (1)

former_member365727
Active Contributor
0 Kudos

Hi,

I think you can use ABAP webservices.

Regards

Srikanth KV

Former Member
0 Kudos

Hi Srikanth,

Can you explain them in detail ?

former_member365727
Active Contributor
0 Kudos

Hi,

Previous explanation i gave is not correct.

ABAP web services expose the function modules outside R/3, so that other technologies like Java can consume that webservice and read the data in R/3 using the function module.

For your requirement, create a Java web service to read the XML. Consume this webservice in ABAP. This way you can read the XML from ABAP.

Regards

Srikanth KV.

Answers (0)