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: 

sap and web service

Former Member
0 Kudos

Hi,

My client wants that we should create a function module(web service) in ABAP which will be called from .net program. The middleware is SAP .net connector. I only Know the ABAP fuction module.Please anyone help me by discussing the procedure step by step .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

We can expose the FM of ABAP as a webservice.

this Fm is a remote enabled one. Usually the BAPIs are like FM where actual busuiness functionality is written. In that se37-> give that FM name-> goto-> Utitlities Tab->More Utilities-> Create Webservice and then it gives the wizard for the further steps.

Like this we can create webservice for that FM.

Regards

Lekha

4 REPLIES 4

bpawanchand
Active Contributor
0 Kudos

Hi

http://help.sap.com/saphelp_erp2005/helpdata/en/c2/5d2ac570228941bc60c0e66580b18a/frameset.htm

[Check this PPT|http://download.microsoft.com/download/f/3/7/f371bbba-2341-41bf-822d-2c7dd4174756/UI_CreateWebServices_5min.ppt]

Regards

Pavan

Former Member
0 Kudos

Hi Godadhar,

Check this thread regarding webservices:

Regards,

Chandra Sekhar

Former Member
0 Kudos

Hi,

We can expose the FM of ABAP as a webservice.

this Fm is a remote enabled one. Usually the BAPIs are like FM where actual busuiness functionality is written. In that se37-> give that FM name-> goto-> Utitlities Tab->More Utilities-> Create Webservice and then it gives the wizard for the further steps.

Like this we can create webservice for that FM.

Regards

Lekha

Former Member
0 Kudos

Got ans