cancel
Showing results for 
Search instead for 
Did you mean: 

Suppressing Acknowlegement in ABAP proxies

Former Member
0 Kudos

I have a senario wherein we are are sending the data using Server ABAP proxies. The destination R3 system is sending the Acknowlegement back to XI.

can some body tell me the process to suppress the application Ack.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Chaitanya,

Are you using BPMs? By default ABAP proxies do not return any acknowledgement. If it is requested in BPM send step then an acknowledgement is returned to XI.

Regards,

Jai Shankar

Former Member
0 Kudos

I am not using BPM. The senario is Sending an Idoc from an R3 and after mapping in XI send it to CRM server using XI adapter. Now the proxy which has been written in CRm server is SAp provided and is sending the fault message.

This was fault message was suppressed in our development server, but I moved it to QA the proxy is sending back the fault message

Thanks