cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Sender & JDBC Receiver

Former Member
0 Kudos

Dear Friends,

We are using PI 7.1.

The complete flow of control in the scenario i am right now working is as follows..

I have to send a single field from R/3 table to the clients Legacy System that is running on Oracle 10.2. Based on that field, data has to be fetched from 2 tables from the Oracle System and sent back as response.

Then some process happens at R/3 side using the fetched data. Based on the process certain flags in R/3 table are updated.

Again this (flag) has to be updated back in the one of the Oracle tables.

Right now i have decided to use Synchronous Proxy Sender and Asyn JDBC receiver.

Again for the last interface i have planned to use Asyn Proxy Sender & Async JDBC Receiver.

Please suggest me whether this is correct. Is there any other good way of realizing the above scenario.

Thanks

Ramesh

Accepted Solutions (1)

Accepted Solutions (1)

ParvathyS_SAP
Product and Topic Expert
Product and Topic Expert
0 Kudos

Answers (1)

Answers (1)

dharamveer_gaur2
Active Contributor
0 Kudos

hi

use sync JDBC,and concurrent updation use check serilization field.

//Jdbc reciever Sync

Using this you can send back(response) data from oracle system.