‎2011 Jul 06 12:16 AM
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
‎2011 Jul 06 5:04 AM
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
‎2011 Jul 06 5:34 AM
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