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: 

simple FM as WS

Former Member
0 Kudos

Hi Experts,

how can I call a webservice (created From SAP Function Module ) with abap ?

Can please someone explain it ? Please dont send me no links ! I have received

regarding to my privous psotings tons of hyperlinks .

I want to understand it really. Suppose there is a Function Module which makes

only a simple mathematical addition, it adds to numbers and returns the result .

I have generated a webservice from this FM and now a want to call this generated

WeService with a abap. How does it work ?

many thx in advance

Regards

ertas ilhan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

Use Abap Proxy

http://help.sap.com/saphelp_nw2004s/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/frameset.htm

Its Wizard for very simply using...

Regards...

3 REPLIES 3

Former Member
0 Kudos

Check this blog:

/people/thomas.jung3/blog/2004/11/15/bsp-150-a-developer146s-journal-part-xiii-developing-abap-webservices

Regards,

Former Member
0 Kudos

Hi ,

Use Abap Proxy

http://help.sap.com/saphelp_nw2004s/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/frameset.htm

Its Wizard for very simply using...

Regards...

Former Member
0 Kudos

hello thx but this exactly that what I not wanted to have. This sample using

a webservcie at http://www.webservicex.net/airport.asmx

I want an example with from SAP Function Module generated webservice

I want to use the webservice which I have created within the R/3 from a function module and NOT a foreign webservice at http://www.webservicex.net/airport.asmx

Please read

For this exercise I have used a free webservice for getting Airport details by country name located at http://www.webservicex.net/airport.asmx?op=GetAirportInformationByCountry  (please go to this URL to look at the SOAP message)

bye

ertas