cancel
Showing results for 
Search instead for 
Did you mean: 

create/send webservice if banf is created

Former Member
0 Kudos

Hello,

i need a webservice to start a bpm process. The webservice has to send a messaage if a purchase requisition is created. I though about using a userexit and an rfc functional modul but i don't now how to send the message.

Can someone explain me how to send a message from a userexit to sap pi. from there i can use it to start my bpm process.

Thanks to all

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

From a SAP system you can send message using RFC Sender , ABAP Client Proxies & Using Webservices.

With in a userexist you can directly call the ABAP Client Proxy ( EXECUTE_ASYNCHRONOUS method)

check this :

The other way is you can call RFC Function module within the userexit

In the similar way you can call Webservice. Best method is to use ABAP Client Proxies.

regards

Ganga

Answers (0)