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

AS400 Interface

Former Member
0 Likes
718

I am looking for a way to call an RFC (BAPI) from AS400 and receive results back from the function in the AS400 system.

I have take a look at the reference book "Implementing SAP Applications on the IBM System i Platform with IBM i5/OS", but the example is not clear for us. I am looking for code example to call the function.

Regards.

1 REPLY 1
Read only

Former Member
0 Likes
409

Hello, take a look to this link:

http://www.redbooks.ibm.com/cgi-bin/searchsite.cgi?query=SG245402

Theoretically you can use sockets to connect to XI, I haven't tried but this is what I was told. You can also download AS400 libraries with the code samples by clicking in the Additional materials link and searching for the SG245402 directory.