cancel
Showing results for 
Search instead for 
Did you mean: 

Client Proxy success acknowledgements to PI

Former Member
0 Kudos

Hi All,

Is it possible to send the client proxy successful acknowledgements to PI? If there is an error in data, the Fault message will be used to communicate back to PI. But where as the message processed successfully in ABAP , the I need to send successful message to PI.

Ex: "Document posted successfully"

Any ideas...

Thanks guys,

RY

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ae you using snc or asyn proxy ?

in sync proxy you we can have request and rsponse structure...in response structure we can pass sucess message

Former Member
0 Kudos

We are using Async Proxy.