cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DataBase Response

Former Member
0 Likes
705

Hi all,

I am working on the following scenario Jdbc to Jdbc. I am successfully sending the data to the detination.Jdbc is asynchronous application. But I want the response whether it is success or failure.

Could anybody please suggest the steps?

Thanks & Regards ,

sekhar.

View Entire Topic
Former Member
0 Likes

Hi,

With Asynchronous call, you will not get any response. it works like 'fire and forget'. Try whether you can make it a synchronous call to jdbc. If you are using BP, then you can try to configure the application level acknowledgement also, for the SEND Step. You can get some material in help.sap.com for this.

Thanks,

Sasi