Hi all..
How to connect a asp.net website to SAP Database ??
How to fetch data from SAP Database ??
Please guide...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted May 30, 2015, 5:02 AM
Manoj BhoirPosted May 17, 2015, 1:32 AM
Check these links :
Using the SAP.NET Connector to Connect your .NET Applications to SAP
http://www.codeproject.com/Articles/24161/Using-the-SAP-NET-Connector-to-Connect-your-NET-Ap
SAP .Net Connector 3.0 (NCo) Example
http://www.codeproject.com/Articles/824928/SAP-Net-Connector-NCo-Example
SAP Integration with .Net 4.0 (SAP Connection Manager)
http://www.codeproject.com/Tips/521485/SAP-Integration-with-Net-SAP-Connection-Manage
SAP .NET RFC Server with SAP.NET Connector 2.0
http://www.codeproject.com/Articles/35681/SAP-NET-RFC-Server-with-SAP-NET-Connector
Riddhi ValechaPosted May 16, 2015, 8:49 AM
Do you have any tutorials link for both the methods ??
Please share, if you have !
Manoj BhoirPosted May 16, 2015, 1:02 AM
First Method:
Use SAP .Net Connector.
You can create BAPIs in SAP.
You can use RFC [via the .net connector] to connect to the BAPI and fetch/send data to/from SAP.
Second Method:[.NET Connector is not required in this method]
Create BAPIs in SAP for the requirement. Use the BAPIs to push the data as XML file.
Write a Service to pick the file and transfer the data to your local database.
Then use the same in your application to do further transaction.
In both the cases the primary Database will be SAP. Our Local DB will be used only for parking the data temporarily. The transactions once completed will be sent either as XML file where another SAP Service will pick it up and update the SAP DB or will be sent to BAPI directly using RFC.
Hope this Helps!!
For more information see this link :
http://www.codeproject.com/Articles/667262/Connecting-to-SAP-data-from-ASP-NET
Reference : http://www.codeproject.com/Questions/711617/How-to-connect-an-net-asp-net-windows-application