Hi there,
I have a simple scenario in which a third party system sends and receives a flatfile to/from R/3. I have implemented this scenario using an inbound and an outbound ABAP proxy on the SAP side.
The outbound (from a SAP perspective) part is working fine, however, the inbound scenario is not working properly.
I can see the incoming messages flowing into the SAP receiver system (using trx SXMB_MONI on the R/3 system), these have status successful processed. However, <b>the column pipeline</b> has the value <b>SENDER</b> which is not correct as these messages are coming into SAP so I'd expect to see <b>RECEIVER</b> as pipeline value. As a result of this the implemented execute_asynchronous method is never triggered.
Why is the inbound proxy putting messages on the SENDER instead of the <b>RECEIVER</b> pipeline? What would be the reason for this behavior?
Thanks for your feedback
Cheers,
Rob
Message was edited by: Roberto Viana