Reputation: 3361
Are there (free or cheap) alternatives to the "SAP Connector for .NET" ?
Upvotes: 5
Views: 3590
Reputation: 669
Nor free or cheap, but another good and complete solution is MuleSoft's SAP Connector.
Check these links for further information:
Upvotes: 0
Reputation: 31
If your ERP's version 5.0 or above, you can directly call web services from the ERP system. No need to use the .NET connector anymore.
Upvotes: 1
Reputation: 89
I actually use ERPConnect to work with SAP. It's possible to call BAPI, read SAP tables, Functions...
The library is very easy to understand. The difficult part for a newbie is to know how is structured a BAPI (import and export parameters).
Upvotes: 3
Reputation: 6482
There's a software called RfcConnector I heard good things about, but I've not used it myself (yet). The product is not free, but they have a free evaluation download available at their website.
Upvotes: 0
Reputation: 17028
You can always use the rfc library to connect to SAP; there are also some wrappers for the rfc library (but afaik none for .net).
Web services are another alternative and then there is that one commercial product I know about: http://www.theobald-software.com/en/products/erpconnect.htm
(I have no experience with it though.)
You can find some other ideas here.
Upvotes: 2