cancel
Showing results for 
Search instead for 
Did you mean: 

Design issues in PI 7.1 Scenario

Former Member
0 Kudos

Hi Friends,

Integration has to be done between R/3 and Legacy system which is running on Oracle.

Interface 1

-


Sender PROXY (Syn) -- Receiver JDBC (Asyn)

A single field from R/3 table has to be sent to the client's Legacy System. Based on that field, further information has to be retreived from 2 tables and send it back as response.

For sending and receiving the response back from the legacy what type of Comm channels are required. Please advice.

Do i need separate JDBC Sender and PROXY receiver.

Thanks

Ramesh

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Make sender and receiver both Sync and Use stored procedure (or a callable procedure on Oracle.. what ever they call it..) on Oracle side..

VJ