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

Since we now have the APIs for getting metadata, the `InstallGenericServerFunctionHandler` could expose the callback for handling metadata. Which gives the user more control by allowing the use of different...

Hi, I try to setup a .Net6 API controller. The call connection.Connect() does not complete to continue the following code, there is also nor exception thrown, no error in Eventlog....

question

Adds support for invoking a function with a `dynamic` return type. Values are read on demand and can not be accessed once the function gets disposed. ~Which means that this...

Extracted the fix from https://github.com/huysentruitw/SapNwRfc/pull/53 Fixes https://github.com/huysentruitw/SapNwRfc/issues/56

I'm having an issue trying to use the RFC Server functionality. I'm able to launch the server and listen for calls. However, after some time, the world comes crashing down...

Hello long? int? decimal? ... nullable type are detected as a Structure . How can i change that .

enhancement

export LD_LIBRAR_PATH=projectpath throw error : Unable to load shared library 'sapnwrfc' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libsapnwrfc:...

Hi, i have FM with parameter only as TABLE each parameter is optional. Also result is a Table. how to enter parameters correctly? i use Connection pooling an i have...

我想将一个长度为11的数字转为C#的long可惜失败了。我尝试转为字符串类型,实际返回的是’010000522694‘,默认开头追加了0,这不是我预期的结果,我想应该是’10000522694‘,请问我该如何操得到想要的结果。