This article provides step-by-step instructions on how to use BAPIs and remote-enabled function modules with SAP Connector for Microsoft .NET 3.1 in a Windows project.
requirement
UiPath Studio 24.10.1
NET (formerly .NET Core) version released for SAP’s Connector
The following will be raked from the installation.
sapnco.dll
sapnco_utils.dll
cpc4n.dll
System.Configuration.ConfigurationManager.dll
ijwhost.dll
Register the dll using Nuget Package Explorer with the name “net8.0”.
The net461 in the image is the NET Framework version. If you register both, you can use them in both Windows and legacy projects.
Package Depemdency Editer is set in the same way.
Detailed instructions for using Nuget Package Explorer can be found in the UiPath documentation.
After outputting nupkg, install it as a library from Manage Packages in Studio.
(It is easier if you register it in the tenant library of Orchestrator.)
After clicking Import Namespace
From the Import tab, select SAPMiddleware.Connector to add
Now all you need to do is InvokeCode and HaveFun!