cancel
Showing results for 
Search instead for 
Did you mean: 

unwanted response from Inbound ABAP Proxy

former_member110533
Participant
0 Kudos

Hello,

we are sending data from PI to ERP via async. inbound SI and XI adapter.

An inbound ABAP Proxy has been generated in ERP.

While processing, the ABAP Proxy is sending responses from ERP back to PI. But we don´t want such responses.

How can we deactivate such responses (resulting in error because of missing MM in PI)?

It is definitely an async. scenario.

Many thanks in advance,

André

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member110533
Participant
0 Kudos

Hi,

I have changed the QoS of the OUTBOUND Sender Channel from BE to EO.

That helped.

BR André

Shabarish_Nair
Active Contributor
0 Kudos

Q1 . From where is this response coming back? Have you programmed the ABAP proxy to send out responses?

2. Is your SI defined as asynchronous?

former_member110533
Participant
0 Kudos

Hi,

1.) the response is comming back from the receiver (ERP) to the PI; we don´t create any response in the proxy; we only process the incomming data

2.) yes, SI is async

BR André

former_member194786
Active Contributor
0 Kudos

Hi Andre,

You would have to ask the ABAPer to debug the code, check if the proxy code is returning any response and stop it from getting triggered.

Also check if the proxy internally calls some other interface.

Regards,

Sanjeev.