Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Class as web service

Former Member
0 Kudos

Hi All,

Is there any way to expose a ABAP class as a web service. I know we can create a FM or BAPI and expose them as web service.

Ex : If I have a SalesOrder class and this class has methods like getOrder(),getDetails(),getItems() etc etc

Now I would like to create a service where the above methods are methods inside the service.

(We don't have XI in our landscape)

Please correct me if my assumption is wrong.

Thanks ,Anilkumar

1 REPLY 1

Former Member
0 Kudos

i think you need to embedd the class/methods in a rfc enabled fm to create a webservice.

Rajeev