SapNwRfc icon indicating copy to clipboard operation
SapNwRfc copied to clipboard

SAP NetWeaver RFC library for .NET 5, .NET Core and .NET Framework

Results 21 SapNwRfc issues
Sort by recently updated
recently updated
newest added

As tables may be re-used between calls of the same SapFunction, there may still be rows left over from previous calls. Before applying parameter data to tables, clear the content...

RFCInterop.GetString method is called for reading each cell of type String for each row. Similar thing happens for other data types too. It results in too many calls to sapnwrfc...

Hi all 👋, it has been months since I have worked on a project with SAP, and also in the nearby future, I will not have to deal with SAP....

I am following the description from the Readme and have implemented this parameters class: ```cs /// /// Connection parameters for SapNwRfc, with additional parameters we need. /// public class SapConnectionParametersExt...

Debugging SapNwRfc in case things don't work out as expected is difficult to do with NuGet. Visual Studio will only show decompiled source, and refuses to add breakpoints. [Adding debug...

Hi @huysentruitw and Team, in my Application I need to convert from/to bool in .NET. As far as I know, there are no bools in SAP, but there are FLAG...

Dear campersau: I want to make a configuration of the NCO program(adapter), but NCO function parameters must be defined by the class, I want to compile once, after the change...

Hello, We've used the GenericServerHandler to receive messages via RFC. Server Launch is able to establish the connection between service and SAP. When we try to send any data to...

When Sap RFC function changed the field, the .net program must be restarted to get the metadata after the change, otherwise the metadata obtained is before the change. Is there...

When the object has properties that are arrays of primitive types, an exception with the message "Incorrect number of arguments supplied for call to method 'Char get_Chars(Int32)' (Parameter 'property')" is...