Hi Experts,
I am working on proxy to jdbc. The requirement is that we are sending the record from oracle to sap by using jdbc sender to proxy receiver initially. And we receive the field from sap system and that field is to be updated the oracle db. It is woring fine. This is Asynchronous and we created two different interfaces.
Now we need to send the multiple records from oracle to sap and for each record one value is generated in SAP depends on Proxy logic and that values to be updated in the oracle db at single time.
So let me know where we have to do changes. Is it required to alter the procedure or to do some changes in proxy. Please suggest me.