Application Development and Automation 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: 
Read only

How to call ABAP function module/ class method through web service?

Former Member
0 Likes
830

Hi Colleagues,

I need to write an iphone version of current ABAP program. I want to call ABAP method and function module through my iphone so that I can re-use the ABAP APIs.So I choose web service. Can you give me any details information about how to do that?

Thank you very much

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
598

http://wiki.sdn.sap.com/wiki/display/EmTech/PublishWeberviceinABAP,ConsumeWebserviceinABAPandAdobeFlex.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/06adbf03-0a01-0010-f386-d8e45561a....

See the above two links hope you would get a clear idea about how to call a function module through webservice

4 REPLIES 4
Read only

Former Member
0 Likes
599

http://wiki.sdn.sap.com/wiki/display/EmTech/PublishWeberviceinABAP,ConsumeWebserviceinABAPandAdobeFlex.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/06adbf03-0a01-0010-f386-d8e45561a....

See the above two links hope you would get a clear idea about how to call a function module through webservice

Read only

0 Likes
598

Hi,

Thanks.Two questions:

1 The first link cannot be opened, would you please check it again?

2 Can you provide an example that how an iphone app can consume Sap Web Service?

Thank you very much

Read only

arpit_shah
Contributor
0 Likes
598

Hi,

First you have to create web service from your functional module, using wizard to create web service.

After creating that web service, you have to find out URL of web service in SICF.

and that URL or WSDL file is used to consume web service in IPhone.

Regards,

Arpit

Read only

Former Member
0 Likes
598

http://wiki.sdn.sap.com/wiki/display/EmTech/PublishWeberviceinABAP,ConsumeWebserviceinABAPandAdobeFlex.

or

in wiki.sdn.sap.com

goto---> My home ---> technologies ---> Publish Webervice in ABAP, Consume Webservice in ABAP and Adobe Flex.

i think u wil able to open this link