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 Function module from .net

Former Member
0 Kudos
164

hi guys,

how to call a sap fm from .net intranet page.

let me know the procedures.

thanks in advance.

7 REPLIES 7

Former Member
0 Kudos
68

Hi Arun

You can expose any remote enabled FM in SAP as Web service and call it from .NET

Go to SE80->BSP Application

and see the application Webservicebrowser...it will give you the WSDL that you can call from Your .NET application

Best regards

Naresh

0 Kudos
68

i cant find the application Webservicebrowser.

moreover i want to get the data from the sap fm to the .net application.

could u please expalain this.

Former Member
0 Kudos
68

Hai Arun

I think using BAPI's You will connect V.B or >Net

Thanks & regards

Sreenivasulu P

Former Member
0 Kudos
68

Hi Arun

webservicebrowser is a BSP application.

Which version you are using for Sap.

Best Regards

Naresh

Message was edited by: Naresh Kumar Malik

0 Kudos
68

Version 4.7

0 Kudos
68

Then Go to SE80

select BSP application from drop down

and type application name as webservicebrowser

now under the page with flow logic

select the page search.html and execute it

It will give you list of all functional modules.

These modules you can expose as a Webservice. and call from .NET

Former Member
0 Kudos
68

hi arun,

you need to create proxy using .net for FM say for example:- FM- RFC_READ_TABLE.

use the pxoxy code and fired the queries to this FM.

~John