Hi all,
I am using the SAP .NET Connector 2.0 to connect to R/3 and BW systems. In my .NET Applications I need to call several RFCs and sometimes have to evaluate the ABAP Exceptions returned by these RFCs. I am using try catch blocks in my code to catch the corresponding RfcAbapExceptions. This was working fine with the RFC libraries 6.40.
But with the RFC libraries 7.00 and 7.10 this is not longer working. Though the RfcAbapException is caught, there is no appropriate ABAP Exception name or description available any more, they are just empty. But I need them to react properly!
Thanks in advance,
Eike