cancel
Showing results for 
Search instead for 
Did you mean: 

Jdbc to proxy sync scenario and wise versa.

prasanna93
Explorer
185

I have a 2 scenario

1. Inbound : I need to send the data from SQL database to SAP using proxy and from sap I need to send the ref num back to database. ( I tried using RRB module) didn't work for me.

2. Outbound: sending data from proxy to database, back expecting dB NUM to sap.

Can you please provide the solution. Incase of stored procedure u give me the stored procedure link

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor

1. For the inbound scenario, I recommend creating a pair of asynchronous interfaces for the ABAP proxy. Inside the implementation of the ABAP proxy, you call the outbound proxy with the required data.

2. I think you will need a stored procedure. You should mention which database you use.

prasanna93
Explorer
0 Kudos

Thank you. I use ms SQL server