2006 Jun 16 6:23 AM
hi guys,
how to call a sap fm from .net intranet page.
let me know the procedures.
thanks in advance.
2006 Jun 16 6:28 AM
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
2006 Jun 16 7:22 AM
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.
2006 Jun 16 7:27 AM
Hai Arun
I think using BAPI's You will connect V.B or >Net
Thanks & regards
Sreenivasulu P
2006 Jun 16 7:52 AM
Hi Arun
webservicebrowser is a BSP application.
Which version you are using for Sap.
Best Regards
Naresh
Message was edited by: Naresh Kumar Malik
2006 Jun 16 10:29 AM
2006 Jun 16 10:34 AM
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
2006 Jun 16 9:28 AM
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