SAP with VB.NET and C# Connection
What is it
The SM Soft SAP Connector is a native .NET library which was originally written
as part of our ETL library available internally to developers at SM Soft only which enabled
communication between the Microsoft. NET platform and SAP using RFC calls.
It is released as part of separate .DLL class library for other developers to write their own
custom applications. The component allows developers
to write .NET applications such as Web form application, Web services, Windows form, or console
based .NET applications.
The SM Soft's SAP .NET Connector use LibRFC32.dll which is installed with SAP GUI to communicate
with SAP application servers. It also contain few utility functions including RFC search and database
table read for ETL and data extraction purpose. SM Soft ETL library SAP component only works on 32bit
windows operating systems with SAP GUI installed.
Features
You can use our SAP .NET connector as faster and quicker solution compared to
SAP .NET connector provided by SAP and Microsoft.
- No need to generate proxy classes.
- No Installation required.
- Write .NET Windows and Web form applications.
- Access to SAP business objects (BAPIs).
- Develop client applications for the SAP.
- Royalty free distribution.
- Read SAP tables using builtin methods.
- Read SAP table and use SQL WHERE clause.
- Call RFC's and BAPI objects.
- Returns DataTable and DataSet Objects.
- Array based input parameters.
- Pass DataSet as Import Table parameters.
- No structuring of data required.
- Works with BAPIRET and BAPIRET2.
- Complete working example in VB.NET.
- Single class file.
- Copy paste deployment for ASP.NET websites.
- Supports VB.NET, C# in win forms and ASP.NET web applications.
- Supports .NET Remoting.
- Initiatable .NET class.