cancel
Showing results for 
Search instead for 
Did you mean: 

How to call an ABAP FM using WS adapter?

Former Member
0 Kudos

Hi guys,

I need to develop a SOAP to PROXY scenario, where in the target I'll be calling a function module. Is it possible to call the function module using the WS adapter? What would the steps of setting this up look like?

Thank you, Andrzej

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Yes, is possible. You need to publish a WS related to Function that you want to call.

To expose the FM WebService: SE37 trans -> Enter FM name -> Modify

Than, in Menu -> Utilities -> Other Utilities -> Generate WebService -> From Function Module.

Than, follow the wizard!

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

either as mentioned earlier expose the FM as a WS and the configure the WS adapter or in the receiver ABAP proxy implementation you can directly call the FM

Former Member
0 Kudos

Hi,

If you want to use WS adapter to call Function Module then, you should first expose the FM as Web Service. Then get the end point url of this Web service that you exposed and provide it in the WS adapter in order to call that FM.

Best Regards,

RK