Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to the "SAP Connector for .NET"

Tags:

.net

sap

Are there (free or cheap) alternatives to the "SAP Connector for .NET" ?

like image 276
Elmex Avatar asked Apr 14 '10 09:04

Elmex


People also ask

What is SAP .NET Connector?

SAP connectors allow the integration of different applications and technologies with SAP systems via open standards. The connectors are means for technical interoperability of SAP components (written in ABAP or ABAP Objects) and other components (e. g. written in Java, C++, Visual Basic, . NET, etc.).

Is SAP Connector free?

SAP Connector: Free 30-Day Trial.


2 Answers

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).

like image 130
Jonathan Veiler Avatar answered Sep 23 '22 00:09

Jonathan Veiler


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.

like image 32
Stefan Egli Avatar answered Sep 21 '22 00:09

Stefan Egli