ERPConnect Version History English

From Theobald Software

Jump to: navigation, search
Date Version Description
2010-03-10 3.0.0.149 Improved checking and error message if ERPConnect is used without a proper librfc32.dll
2010-02-16 3.0.0.148 Adjustment for Visual Studio 2010 RC (LINQ Designer)
2010-02-08 3.0.0.147 Fix für MDX queries that contain NULL values in their measure's cells
2010-02-06 3.0.0.146 Preparations for Visual Studio 2010
2010-02-02 3.0.0.145 Bugfix for RAW values when using SOAP instead of RFC
2010-02-01 3.0.0.144 Small improvement for multi nested export structures (e.g. SXMSADMINRESULT)
2010-01-28 3.0.0.143 Bugfix for Queries with mixed Chinese and Western characters
2010-01-27 3.0.0.142 Bugfix for BCD values in deep structures (e.g. in SXMB_GET_MESSAGE_LIST)
2010-01-20 3.0.0.141 Internal code review
2010-01-12 3.0.0.140 Bugfix for BWCube class when using dimension properties with special characters in the caption
value while persisting the object to XML (SaveToXML method)
2009-12-29 3.0.0.139 Byte[] values are handled correctly now when converting an RFCTable object to a DataTable
object with the usage of ToADOTable()
2009-12-18 3.0.0.138 Updated SAPDate2NetDate to handle "00000000" and "99999999" values
2009-12-16 3.0.0.137 Fix for special characters in the description texts for table columns under LINQ
2009-12-16 3.0.0.136 Reference to System.Web does not longer exist. So it's easier to handle ERPConnect within the SQL Server CLR
2009-12-16 3.0.0.135 Improvement / bugfixes for sessions handling when using SOAP instead of RFC
2009-12-15 3.0.0.134 Bugfix for multi-nested structures in the Imports collection, that contain only one single element within the structure.
2009-12-15 3.0.0.133 Fix: R3Connection.CacheMetaData was not working properly in some situations.
2009-12-14 3.0.0.132 Fix for apostrophe characters within the column decription of an SAP table used in LINQ dialog
2009-12-14 3.0.0.131 Fix: Queries with obligatory parameters caused an exception when the parameter was set through a variant
2009-12-14 3.0.0.130 Fix for logon data that contains a ; character in the UserName property
2009-12-11 3.0.0.129 Automatic removal of Xml declaration when ParamValue of Table Type parameters is set to a string
2009-12-08 3.0.0.128 Fix for multi-nested export parameters under SOAP (no impact on RFC protocol)
2009-12-02 3.0.0.127 Fix for ABAP type v within a structure (multiple table types within a structure)
2009-11-23 3.0.0.126 Fix for Multiple Single variables in the LINQ dialogs for BW queries
2009-11-19 3.0.0.125 Added support for IDoc enhancements in LINQ
2009-11-13 3.0.0.124 Added support for all BMP Unicode Characters in Table Type Import/Export Parameters
2009-11-05 3.0.0.123 Fix for multi-nested import parameters under SOAP (no impact on RFC protocol)
2009-11-03 3.0.0.122 Correction for XSTRING parameters within ERPConnect Pocket
2009-10-19 3.0.0.121 The IDoc receiver now also supports very old 3.X IDoc formats
2009-10-13 3.0.0.120 Fix for DATS and TIMS Export parameters with Unicode RFC Servers
2009-10-08 3.0.0.119 Fix for memory leak when using multi nested XML based export parameters
2009-10-08 3.0.0.118 Data type XSTRING does not lead to exceptions anymore when using the pocket dll (ERPConnectPocket20.dll)
2009-10-06 3.0.0.117 Fix: BWCube.RefreshMetaData didn't refresh the variables collection properly
2009-10-05 3.0.0.116 New Method Transaction.SetCustomFunctionName(...) for customers who want to implement their own transaction RFCs
2009-10-01 3.0.0.115 RFCFunction with SOAP: Fix for import / export values that contain XML escape sequences (e.g. & amp;)
2009-09-09 3.0.0.114 BWCube.RefreshMetaData crashed under some BW releases
2009-08-30 3.0.0.113 Correction for for AutoCloseConnection property of LINQ context, which did not work properly in some cases
2009-08-27 3.0.0.112 Additional properties for Table LINQ object: Description Text in designer item and multibyte / non-unicode support
2009-08-19 3.0.0.111 Property AutoCloseConnection added to the LINQ context class, which can be used to avoid automatic closing of the SAP connection
2009-08-17 3.0.0.110 Improvement in behaviour for multiple LINQ queries with multiple WHERE statements
2009-08-13 3.0.0.109 Fix for SSO tickets in certain CRM systems
2009-07-23 3.0.0.108 Added SegmentType and GRP_OCCMAX (as MaxOccur) for class IdocSegment;
Changes also to RFCConnection (InternalCreateIdoc)
2009-07-16 3.0.0.107 Idoc-MaxOccur flag was not set correctly when saving and loading XML schemas
2009-07-04 3.0.0.106 Better encoding for transaction IDs when using SAP XI / PI
2009-07-02 3.0.0.105 Transaction ID is better readable (e.g. when sending IDocs)
2009-06-08 3.0.0.104 Internal Fix (Detailed debugging for MDX execution)
2009-06-02 3.0.0.103 Fix for codepage conversion for "ISO-8859-5" characters (e.g.Croatian)
2009-05-29 3.0.0.102 Fix for crash when executing RFCs with internal tables within an export structure
2009-05-19 3.0.0.101 Additional function for inverted date values in the ConversionUtils class
2009-05-04 3.0.0.100 Workaround for 1 byte data loss resulting from incorrect lengths of
table columns (datatype raw) in Unicode environments
2009-04-17 3.0.0.99 Fix for LINQ to SAP code generation with complex table elements (IndexOutOfRange exception during execution)
2009-04-16 3.0.0.98 Fix for ToTable() function when RFCParameter class is used with nested XML tables
2009-03-31 3.0.0.97 Internal Performance Improvement for Data Binding of RFCTable objects
2009-03-24 3.0.0.96 SaveToXML(), LoadFromXML() and LoadFromXMLString() now support STRING and XSTRING
2009-03-15 3.0.0.95 Fix for LINQ to SAP: Using the LINQ dialogs under XP with Silver Theme caused strange behaviour
2009-03-12 3.0.0.94 The property SID of the R3Connection class is filled always, even if a connection string is used for logon
2009-03-05 3.0.0.93 Fix: SaveToXML() and LoadFromXML() didn't work properly for
function with multi-nested import parameters
2009-03-05 3.0.0.92 Fix for BCD values with small length and no decimals on Chinese systems
2009-03-02 3.0.0.91 LINQ to SAP: Modifier Public / Internal for context class
2009-03-02 3.0.0.90 Fix for LINQ to SAP with RFC function: Offset value is provided during code generation
2009-02-24 3.0.0.89 Fix for LINQ to IDoc (crash in designer with certain description texts)
2009-02-20 3.0.0.88 Logon crashed with passwords containing ; or , characters
2009-02-17 3.0.0.87 Fix for LINQ to IDoc dialog (when a segment's name is a key word of the programming language)
2009-02-16 3.0.0.86 Small fix for RFCServer class and tables (crash when defining a table when
no table is provided by SAP)
2009-02-05 3.0.0.85 Fix for structure elements type decimal with more than 11 decimals digits
(index must not be zero length exception)
2009-02-04 3.0.0.84 NULL values in IDoc fields are now generating an ERPException
2009-01-30 3.0.0.83 Fix for BWCube: method SaveToXML() crashed with hierarchies that
contain a & character
2009-01-29 3.0.0.82 Fix for LINQ: Code generation produced syntax error with parameters that
contain a slash in the name
2009-01-18 3.0.0.81 Fix for possible memory leak
2009-01-09 3.0.0.80 Fix for queries: Units are sometimes not properly processed
2009-01-05 3.0.0.79 ERPConnectPocket will always throw ERPException instead of regular Exceptions
2008-12-22 3.0.0.78 Fix for binding LINQ sources to controls: No other columns than the
original source columns will appear in control
2008-12-19 3.0.0.77 CreateEmptyIdoc() failed on some systems when using a long IDoc name
2008-12-19 3.0.0.76 Fix for queries with negative integer columns
2008-12-11 3.0.0.75 LINQ to SAP setup now supports Italien version of Visual Studio
2008-12-07 3.0.0.74 Improvement for loading hierarchies with BWLoader class
2008-12-05 3.0.0.73 Fix for queries with more than one list ID
2008-12-04 3.0.0.72 The ISerializable interface is added to the ERPException class
(in addition to the Serializable attribute)
2008-11-25 3.0.0.71 ReuseClass flag can be set in LINQ context to enable reuse of generated classes
(e.g. two functions that have the same table parameter now can share one single structure class)
2008-11-25 3.0.0.70 Improvement for error messages when conversion errors occur while executing a query
2008-11-25 3.0.0.69 Improvement for RFCServerException handling when throwing an exception during the IncomingIDoc event
2008-11-24 3.0.0.68 New method RefreshMetaData() implemented for BWCube class
2008-11-24 3.0.0.67 Fix: Double columns in MDX resultset when two dimension are to be extracted
with properties of the same name
2008-11-07 3.0.0.66 Fix for LINQToERP setup on 64 bit
2008-10-30 3.0.0.65 Bugfix for logging function modules that contain slashes in their name
2008-10-27 3.0.0.64 Bugfix for BW Loader when using Continuation Flag in wide datasets
2008-10-24 3.0.0.63 Automatic name conversion in LINQ when dropping two functions into the
same context with structures that are named equally
2008-10-23 3.0.0.62 German special characters (Umlaute) are now correctly converted within nested structures
2008-10-02 3.0.0.61 Fix for SAP codepage 300 and ReadTable class
2008-10-02 3.0.0.60 Fix for structures under LINQ AddOn
2008-09-23 3.0.0.59 Correction for BWCube extraction with MultiSingle variables with default values
2008-09-16 3.0.0.58 Correct date and time conversion when using SOAP XML in mutlinested parameters
2008-09-16 3.0.0.57 Fix: SaveToXML and LoadFromXML crashed with Byte[] parameters
2008-09-15 3.0.0.56 BWCube is now supporting multiple single values
2008-09-11 3.0.0.55 Fix for very big decimals like 111111111111111.111111111111111
2008-09-04 3.0.0.54 LoadBalancing is now supported by the LINQ classes / dialogs
2008-09-02 3.0.0.53 Fix for crash of converting decimal data from SAP to .NET on Chinese systems
2008-08-30 3.0.0.52 Fix for nested structures (table types) in changing parameters
2008-08-29 3.0.0.51 Improved logging messages for BWLoader class
2008-08-28 3.0.0.50 Another fix for Chinese BCD data
2008-08-26 3.0.0.49 Fix for crash with BCD data types on windows with chinese language settings
2008-08-20 3.0.0.48 Fix for uploading data to more than one single BI InfoPackage at the same time (BWLoader class)
2008-08-20 3.0.0.47 Improved handling for rfc function modules default values
2008-08-20 3.0.0.46 Fix: Tables that don't have multinested structures but are used as
Import / Export parameters stay empty after the call
2008-08-20 3.0.0.45 Fix for Crash when reading DEBMAS IDoc shemas together with an IDoc XML data file
2008-08-19 3.0.0.44 Fix for receiving AND sending unicode data within the same thread
(e.g. when calling a client function within the IncomingIDoc event)
2008-08-08 3.0.0.43 LINQ resultsets can be easily bound to DataGridView object directly without using ToList();
SELECT statements can be executed without a WHERE statement
2008-07-30 3.0.0.42 Corrected error message in ERPConnectPocket.dll when trying to log on with a wrong password
2008-07-28 3.0.0.41 Visual Studio crashed under Vista when using ERPConnect in a Visual Studio
related PlugIn (that is based on VS SDK)
2008-07-24 3.0.0.40 Setting an individual codepage with R3Connection.SetEncoding() didn't
work for Kyrillian codepage 1251
2008-07-22 3.0.0.39 RFCServer.Ping() established to force the component to check, if the RFCServer is available
2008-07-21 3.0.0.38 Bugfix for using floating point columns in a LINQ table
2008-07-21 3.0.0.37 Bugfix: Using RFC server together with an RFC client in the same process on a unicode
SAP system may lead to conversion errors
2008-07-20 3.0.0.36 Conversion error in LINQ tables fixed for negative decimal numbers
2008-07-17 3.0.0.35 New IDoc function SaveIdocSchema() to create IDoc schema files by program, not only
by IDoc Schema Generator
2008-07-15 3.0.0.34 LINQ fixes: InList() extension method won't crash anymore,
LINQ enabled RFC functions won't produce a syntax error under VB.NET anymore
2008-07-08 3.0.0.33 Correction in Idoc Schema Generator when MaxOccurs = 0 in segment
(sample: MATMAS05 under ECC 6.0)
2008-06-30 3.0.0.32 Bugfix / Workaround for wrong meta data that is delivered by SAP 4.6C with XML based
datatypes like in function DDIF_FIELDINFO_GET
2008-06-27 3.0.0.31 LINQ Tables can be used even if there are slahes (namespaces) included in the table element's name
2008-06-24 3.0.0.30 Bugfix for non-remote-enabled function with meta data with length = 0 on unicode systems
2008-06-24 3.0.0.29 Bugfix for non-remote-enabled function with meta data with length = 0 (e.g. AIPA_READ_VALUES_SINGLE)
2008-06-24 3.0.0.28 Bugfix for non-remote-enabled functions that doesn't consist of correct meta data
(e.g. AIPA_READ_VALUES_SINGLE). Exception: TABLE_NOT_ACTIVE
2008-06-23 3.0.0.27 Introduced R3Connection.AllowStartProgram to enable SAP to start an application via RFC
(Required for CAD-Dektop-Integration)
2008-06-23 3.0.0.26 Bugfix in SSO process when not using a connection string
2008-06-23 3.0.0.25 Bugfix with data type INT in RFC server structures
2008-06-23 3.0.0.24 RFCServer.CallbackServer introduced to enable RFCServer callback during a client call
2008-06-13 3.0.0.23 ERPConnectPocket20.dll established, Better error message, Bugfix for functions with slahes in the name
2008-06-12 3.0.0.22 Better error message when BW loading processes fail due to conversion problems
2008-05-08 3.0.0.21 Bugfix for MDXExecuter class with hierarchy variables under BW 3.0
2008-04-30 3.0.0.20 <ignore> Second Built for last Bugfix because of obfuscation problems
2008-04-30 3.0.0.19 Bugfix for MDX statements that are executed with packaging and contain null values in the result set
2008-04-28 3.0.0.18 Delimeter property for ReadTable class (for UTF7 Japanese extractions)
2008-04-22 3.0.0.17 Small improvements for 64-Bit usage
2008-04-19 3.0.0.16 On some BI 7.0 systems the BWLoader class crashes because of
unicode <-> non-unicode conversion errors in RequestID
2008-03-27 3.0.0.15 BugFix: Several Improvements for LINQ-Provider
2008-03-26 3.0.0.14 Bugfix: Crash when loading or saving RFCFunction objects to xml that contain elements
(Imports, Exports, Tables) with slashes in it
2008-03-20 3.0.0.13 Bugfix: System Exception with ReadTable.RetrieveAllFieldsOfTable() function under rel. 4.6c
2008-03-25 3.0.0.12 Bugfix: Wrong mapping between query fields and result columns when the query

contains a currency field / column

2008-03-21 3.0.0.11 Several Improvements and BugFixes for LINQ (ERPConnect35 only)
2008-03-20 3.0.0.10 Bug: Sometimes Integers in Rows of tables are not transferred correctly
2008-03-17 3.0.0.9 Strange behaviour with very large structures on SAP systems that a run on old Unix hardware
2008-03-14 3.0.0.8 Exception when using IDoc segments with fields that contain a slash
2008-03-12 3.0.0.7 Corrections in LINQ Designer
2008-03-10 3.0.0.6 Problems with dynamic ABAP code on unicode systems (ECC 6.0) -> caused a ABAP syntax error
2008-02-28 3.0.0.5 Data type STRING now supported in structures
2008-02-27 3.0.0.4 LogDir function in RFCServer
2008-02-24 3.0.0.3 Corrections when using STRING and XSTRING parameters in RFC server projects
2008-02-22 3.0.0.2 Corrections when using STRING and XSTRING parameters
2008-02-12 3.0.0.1 Wrong resultset when call ReadTable class together with Primary Key Packaging
and Z-function module
2008-02-11 3.0.0.0 New LINQ-class integrated in ERPConnect35.dll
2008-02-02 1.6.0.57 Problems with length of FLTP fields in ReadTable class when using a custom function for extraction
2008-01-31 1.6.0.56 New constructor for ERPException class (without parameters)
2008-01-31 1.6.0.55 ERPException class is now serializable (for customers who use ERPConnect in a remoting environment)
2008-01-29 1.6.0.54 Bug Fix: Strange characters when storing IDocs with eastern characters to disk
2008-01-14 1.6.0.53 Bug Fix: Crash when template saved to XML with function module parameter containing ? signs
2007-01-14 1.6.0.52 Second test build for localization
2007-01-14 1.6.0.51 Test build
2007-01-08 1.6.0.50 Complete project is now localized
2007-11-29 1.6.0.49 Strange IDoc characters in unicode IDocs with SendAndWait()
2007-11-29 1.6.0.48 IDOC_NOT_SAVED was thrown when using IDoc.SendAndWait() with ECC 6.0 / Unicode.
This is fixed now.
2007-11-22 1.6.0.47 Removed Application.DoEvents() in CreateFunction() method which might be
helpful in some dialog applications
2007-11-12 1.6.0.46 RFCServer connection broke down when connection to other server within the same
process could not be established
2007-11-09 1.6.0.45 Avoid InternalException call when RFCServer is stopped when using RFCServer.Stop()
2007-11-09 1.6.0.44 Avoid HashTable exception when SAP sends inconsistant IDocs
2007-09-25 1.6.0.43 Transaction class converted field values to upper case when it should not do
2007-10-11 1.6.0.42 Another fix for MDXExecuter flat data and BI 7.0
2007-09-25 1.6.0.41 MDXExecuter fixed BI 7.0 bug (Flat Data)
2007-09-25 1.6.0.40 E_HANDLE ComException fixed. Occured when trying to use XML strings as
import parameter with Length = 0
2007-09-10 1.6.0.39 Memory leaked fixed with scalar parameters
2007-09-10 1.6.0.38 ReadTable class fix: Leading space was automatically deleted from table cells.
This may cause duplicated primary keys.
2007-08-25 1.6.0.37 Packaging for BW Queries is now available (PackageSize & IncomingPackage event)
2007-08-20 1.6.0.36 ArgumentOutOfRangeException in case of some RETURN structures (Problem with fixed length)
2007-08-20 1.6.0.35 Error in MDXExecuter when using empty values with UseFormattedValues property set to true
2007-08-19 1.6.0.34 Bugfix for using RFC Server functions together with import structures
(null reference exception, e.g. function module SX_OBJECT_RECEIVE)
2007-08-16 1.6.0.33 BWCube and MDXExecuter class now support formatted measures
(use property UseFormattedValue to turn this feature on)
2007-07-26 1.6.0.32 Fix: Primary Key Packaging crashed when a language key was contained in primary key columns
2007-07-23 1.6.0.31 Idoc.SaveToXML and Idoc.LoadFromXML now support TextReader / TextWriter
objects not only file names
2007-07-11 1.6.0.30 It is now possible to extract BWQueries without (!) key figures in it.
2007-07-10 1.6.0.29 PrimaryKeyPackaging in ReadTable class is available for table with more
than 6 primary key columns
2007-07-08 1.6.0.28 Codepage bug fixed (strange characters in idoc file when having a client
connection open at the same time)
2007-07-08 1.6.0.27 Packaging with primary key available in ReadTable class
2007-07-06 1.6.0.26 New Function BWCube.Variables[X].GetMembers() to obtain valid values for a BW variable
2007-06-26 1.6.0.25 Very, very large tables (>70.000 rows) caused crash in 64 Bit environment
2007-06-25 1.6.0.24 Added looging functions (R3Connection.LogDir and R3Connection.Log())
2007-06-24 1.6.0.23 Incorrect format when saving an IDoc to XML that has segments that start with blanks
2007-05-25 1.6.0.22 Transaction class was unusable with SAP ECC 600 or higher and unicode
2007-05-23 1.6.0.21 Process-Deadlock when trying to load XML idoc files without having loaded a XSD file before
2007-05-22 1.6.0.20 InfoPackage triggering failed on unicode systems with NotifyOnly property set to true
2007-05-16 1.6.0.19 Bug in decimal digit handling within nested XML structure while calling ToTable() method
2007-05-16 1.6.0.18 New Constructor in RFCServer class (Connection string)
2007-05-11 1.6.0.17 XML-Handling in nested structures when structures are empty failed with XMLException
2007-05-11 1.6.0.16 XML-Handling in nested structures
2007-04-24 1.6.0.14 Fix: StackOverflow-Exception when converting BCDRawBytes to Decimal in very large structures
2007-04-13 1.6.0.13 Problems with CreateBAPI method on SAP Release ECC 600 and Unicode
(case-sensitive method name spelling)
2007-04-04 1.6.0.12 Problem with large internal tables on x64 os
2007-04-03 1.6.0.11 "Returns" property of Transaction class not accessible due to error in obfuscator tool
2007-03-28 1.6.0.10 Empty strings in key figure aggregates lead to a strange exception
2007-03-15 1.6.0.9 & signs in BW Cube captions caused crashes when saving the cube to XML
2007-03-12 1.6.0.8 BWCube supports hierarchy variables
2007-03-11 1.6.0.7 ReadTable threw exception on SAP rel < 4.7
2007-03-10 1.6.0.5 Cryptic signs in exception strings corrected
2007-03-03 1.6.0.5 SSO tickets can be also used within a connection string
2007-02-28 1.6.0.4 Inconsistant idoc exception not thrown anymore
2007-02-12 1.6.0.3 Nested structures and XML parameters are now supported
2007-02-08 1.6.0.2 Some small corrections in Changing parameters
2007-02-07 1.6.0.1 RFCFunction objects now supports Changing parameters
2007-01-08 1.6.0.0 Functions for SSO ticketing
2006-11-19 1.5.0.27 Dimension captions are available in Datatables that are extracted by MDXExecuter class
2006-11-02 1.5.0.26 Exception is thrown while processing incoming IDocs when paket size is greater than 1
2006-10-27 1.5.0.25 Strange exception is thrown in BWCube class when executing a cube
with complex variables and sign = Equals
2006-10-10 1.5.0.24 StackOverflowException when handling byte arrays greater than 64.000
2006-10-09 1.5.0.23 SystemLockException is thrown in multithreading evironments when the executing
function module threw an ABAP exception
DeutschEnglish
Personal tools
Navigation
Xtract PPS