cancel
Showing results for 
Search instead for 
Did you mean: 

AS400 - XI

Former Member
0 Kudos

Hi,

I have a scenario where I need to send to SAP all the stock movements from an AS400 based application using XI on line

I have the possibility to consume a webservice from XI to call a BAPI in SAP

my doubt is if the performance will be good, at peak times 12000 movements have to be sent in 2 hs

is this the best approach?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You could search for a JDBC connector in order to access the AS400, I have connect to an AS400 running DB2 using the IBM connector. I think this is a better (an easier) approach. If there's no JDBC connector you can also use an ODBC connector and connect to the ODBC through a JDBC-ODBC bridge.

This link by be helpful in order to find a suitable JDBC connector

http://developers.sun.com/product/jdbc/drivers

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, we need to insert rows into a Table of AS400 using xi, how can we do it? How we can execute from XI a program in AS400 using XML ?