cancel
Showing results for 
Search instead for 
Did you mean: 

Sync-Async Bridge with Acknowledgment

Former Member
0 Kudos

Hello Everybody

I have a Sync-Async Bridge (RFC <-> BPM -> File). I have defined my Asynchronous Send Step in BPM to request acknowledgment from the Receiver File Adapter. The File Adapter returns that acknowledgment but, I would like to check acknowledgment status to define the next step of ccBPM. For example, for negative acknowlegment status I would like to stop/cancel BPM. Is that possible?

Thanks

Julio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Julio !

SAP Note 837285:

"Permanent negative acknowledgements: If the BPE receives a

permanent negative system or application acknowledgment, the

asynchronous send step waiting for it triggers a system error for

which you can define an exception handling."

Put your async send step inside a block and create an exception branch..I think that for the file adapter ack you will need a deadline branch also because if the ack is not received, the BPM will keep waiting for it endlessly.

Regards,

Matias.

Message was edited by:

Matias Denker