cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you need to create webservice out of FM. goto SE80 and follow the webservice creation wizard. Finally use webservice url for calling FM (remote enabled) from your iPhone.

Regards,

Gourav

Former Member
0 Kudos

Thanks,

Now I got the URL, I need an iPhone/iPad sample to consume SAP web service. Can you give any hints here?

Former Member
0 Kudos

You can find all resources on http://developer.apple.com register and download SDK (you need mac to develop) and see sample code etc.

Regards,

Gourav

prateek
Active Contributor
0 Kudos

Here is a recent blog about the tools available

/people/mario.herger/blog/2010/08/20/handy-tools-for-iphoneipad-app-development

Regards,

Prateek

Answers (1)

Answers (1)

former_member186158
Active Participant
0 Kudos

I'm confused by your question.

Web Service is standard, not programming language.

But you can use c, net, java, php ..... to call ABAP function(RFC).