cancel
Showing results for 
Search instead for 
Did you mean: 

Application Ack by ABAP server Proxy

former_member200339
Participant
0 Kudos

In a XI (with BPM)----> ABAP Proxy (ECC) scenario,

can we have application acknowledgemnt from the ECC hosting the ABAP proxy to XI.

We have tried using Transport acknowledgemtn (by settings in BPM), and it works, but please tell if application acknowledgemtn can be sent from ABAPA proxy back to XI.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> We have tried using Transport acknowledgemtn (by settings in BPM), and it works, but please tell if application acknowledgemtn can be sent from ABAPA proxy back to XI.

Yes. But you have to define a fault message type and apply this to the interface which is used for ABAP proxy.

In the ABAP proxy, you need to use "raise exception" statement to send a negative application ack message.

A postive application ack is sent automatically, when no exception is raised.

Answers (0)