‎2009 Oct 16 4:16 PM
hi ABAPers,
is it possibile to expose a class method as web service? I would like to write a base class with common code, while derived classes implement specific application logic.
I have both R/3 6.40 and Netweaver 7.0 kernels, so I'm interested in both.
thank you.
‎2009 Oct 16 4:20 PM
No, it is not yet possible.
You can only create a web service for an RFC Function Module, Function Group or Business Object.
You may create a RFC FM as a wrapper to your Class methods and create a web service on the RFC FM.
Regards,
Naimesh Patel
‎2009 Nov 06 4:08 AM
Wrap the base class in a common function module and expose the service form there,
Regards,
Jemin Tanna