Skip to content

exentials/Exentials.Snw

Repository files navigation

Exentials.Snw

Dotnet Core 3.0 Wrapper for SAP NetWeaver RFC SDK 7.50

Introduction

Exentials.Snw wrap SAP native libraries to allow Remote Function Call on SAP systems via dotnet core. This is a port of the old SnwConnector, with the addition to load the native libraries based on the OS platform and the running architecture.

Prerequisites

SAP NetWeaver RFC SDK 7.50 are proprietary libraries of SAP, so I could not provide them freely, you need an official subscription of SAP support portal and get them from the download center.

Once downloaded and unpacked you should place them on the proper folder /Native/Linux32

for Linux32 and 64 bits

  • libicudata.so.50
  • libicudecnumber.so
  • libicui18n.so.50
  • libicuuc.so.50
  • libsapnwrfc.so
  • libsapucum.so
  • licenses.txt
  • release_notes.txt

for Win32/64

  • icudt50.dll
  • icuin50.dll
  • icuuc50.dll
  • libicudecnumber.dll
  • libsapucum.dll
  • licenses.txt
  • release_notes.txt
  • sapnwrfc.dll

for OSX

  • libicudata.50.dylib
  • libicudecnumber.dylib
  • libicui18n.50.dylib
  • libicuuc.50.dylib
  • libsapnwrfc.dylib
  • libsapucum.dylib
  • licenses.txt
  • release_notes.txt

API Reference

The list of RFC api are available on SAP help

Notice

This is a first migration, more test are needed and a revision check of all imported functions. Future information will be available on my blog Exentials.net

About

Dotnet Core Wrapper for SAP NetWeaver RFC SDK 7.50

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages