cancel
Showing results for 
Search instead for 
Did you mean: 

config Scenario

Former Member
0 Kudos

Hi Friends,

v r required to develop an interface which will capture the data from legacy system(oracle) and send the captured data to sap and update the response back to oracle tables.

how do v go abt doin this scenario? can u guys provide a short description abt the things v need 2 do?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

in this case you have two option ,

1) synch JDBC for that you have to go for BPM ,without BPM you can not make SYNCH JDBC

2) two asynch that means,

one asynch scenario from oracle to SAP, and other one for SAP to oracle,

but in this case you have to manage some keys on which basis you can identify the response of previously sended the data and update it in oracle

former_member183906
Active Contributor
0 Kudos

an interface which will capture the data from legacy system(oracle) and send the captured data to sap and update the response back to oracle tables.

For sending Oracle data to SAP, U need

Sender JDBC adapter

&

Receiver IDOC/Proxy/RFC adapter- it ll send data to SAP.

Tips and Tutorial for Sender JDBC Adapter

In this thread thr is a sample scenario :