ERPConnect Ver 1.6 - What's new...
The new version of ERPConnect is released in March 2007. The list below describes the main new features.
Of course all customers with valid update-subscription will get it for free.

Connect to SAP BW / BI

A newly created namespace (ERPConnect.BW) provides a complete API for executing and retrieving data out of BI cubes or BW queries. All resultsets can be processed using a common .NET DataTable object. According to the CreateFunction, CreateIDoc and CreateBAPI methods and new method called CreateCube will grant access to the new features.

Changing Parameter

With newer SAP releases not only import / exports parameters but changing parameters can be accessed using ERPConnect.

Nested Structures

From v. 1.6 on nested structures und Type Pools are supported as import / export parameters.

Binary Data

Improved handling of binary data types. Binary data will be exchanged by Byte[] data types. This fact is very important for aplication which exchange files with SAP.

.NET 3.0 support

Besides .NET 1.1 and .NET 2.0 there will be support for .NET 3.0 as well.

SSO - Single Sign On

Creating SSO tickets and using SSO tickets for user authentification is supported.