Asynchronous RFC (SAP->webMethods)

Whenever we set up an SAP RFC to call a webMethods service in the background (i.e., set up an async call from SAP->webMethods), our webMethods service is getting executing 3 times: once with the data and a status of created, once with no data and a status of Executed and once with no data and a status of Committed. How do I get rid of those last two calls?

tRFCs need to be setup within the Partner Manager just like IDOCs. Once you configfure a routing rule (Adapters > Routing), the data will only be executed once. Also, you should delete the inbound map for the RFC that you created within the SAP adapter admin section.

Thanks! We’ve been waiting weeks to hear back from wM support.