cancel
Showing results for 
Search instead for 
Did you mean: 

HP9000 --> XI -->SAP

Former Member
0 Kudos

Hi Everybody,

I have to design the following scenario:

HP9000(Unix-Oracle) --> XI -->SAP.

The scenario must be synchronous because everytime data is modified in the Oracle HP9000 BBDD

it must be updated in SAP.

If the scenario were asynchronous, I could set up the JDBC adapter so that it looks for modified data

in HP9000 and then sends to XI.

But I can`t read every records everytime the poll is executed. So I need HP9000 sends every modification

to XI, but How?

Thanks in advance.

Regards.

Carlos

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Use JDBC adapter and a BPM, JDBC adapter picks data, makes the call to SAP, gets response and then uses the response to make a call to the Receiver JDBC adapter to update the database.

Or, if SP 10 or above in PI then you can avoid a BPM as well using this thread as the starting point,

https://forums.sdn.sap.com/click.jspa?searchID=5392436&messageID=3075228

Regards

Bhavesh

Answers (0)