cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to JDBC Async Acknowledgements

Former Member
0 Kudos

Hi All,

My scenarion is RFC to JDBC async. I want a ack back from JDBC side after successful uploading of data. This is a schedule job(Once in a day).

How to configure an acknowledgements?any step by step guide?

Thanks,

Arthita

Accepted Solutions (0)

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

You can find more information about acknowledgements using these links:

http://help.sap.com/saphelp_nwpi71/helpdata/en/55/65c844539349e9b1450581ab44a5e6/frameset.htm

Acknowledgment Support in the Adapter Engine - Integration Directory - SAP Library

The documents above say that acknowledgements need to be requested by the sending application. But from the definition, you can only request acknowledgements if you are using Java/Abap Proxies and Integration Process (BPM).

Regards,

Mark

Former Member
0 Kudos

Is there any way without BPM?

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Yes, instead of RFC use ABAP proxy.

Regards,

Mark

Former Member
0 Kudos

How its work?