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

How to call java program from ABAP?

queue
Participant
0 Likes
445

Hello

IMy customer needs to develop ABAP program as follows;

(1). Java program (connect external site, pass parameters and get results through https)

(2). Call (1) from ABAP program and get results from (1).

I think it's possible, but I don't know how to achieve it.

Could anyone tell me which commands should I use?

Thank you and Best regards,

Yuko Taira

2 REPLIES 2
Read only

Dhivya
Active Participant
0 Likes
385

This depends on the version of your Netweaver Java AS. If you are running 7.0, you will have to use the Jco framework. The Jco framework is deprecated since 7.1 though. If you want to build a RFC server in 7.1 or higher, it is adviced that you set it up through JRA.

Implement an RFC server in 7.0:

http://help.sap.com/saphelp_nw04/helpdata/en/6a/82343ecc7f892ee10000000a114084/frameset.htm

Implement an RFC server in 7.1 or higher:

http://help.sap.com/saphelp_nwce72/helpdata/en/43/fd063b1f497063e10000000a1553f6/frameset.htm

Read only

0 Likes
385

Hi Dhivya,

I appreciate your quick reply.

They are running on 7.0.

II'll try to configure Jco framework and RFC server.

Thank you

Yuko Taira