on 2021 Jul 12 11:32 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.