sapco2 1.2.0.1
dotnet add package sapco2 --version 1.2.0.1
NuGet\Install-Package sapco2 -Version 1.2.0.1
<PackageReference Include="sapco2" Version="1.2.0.1" />
paket add sapco2 --version 1.2.0.1
#r "nuget: sapco2, 1.2.0.1"
// Install sapco2 as a Cake Addin #addin nuget:?package=sapco2&version=1.2.0.1 // Install sapco2 as a Cake Tool #tool nuget:?package=sapco2&version=1.2.0.1
Türkçe Dökümantasyon Full Documentation
SapCo2 (SAP Connector Core)
We tried to design SAPCO2 as a library for data processing over SAP in the simplest and fastest way. We focused on quick use, simplifying it as much as possible.
Referenced by SapNwRfc and NwRfcNet projects that were previously developed during the development phase. I recommend that you take a look at these two projects before examining the project. Especially the Wrapper parts have emerged by combining the common aspects of the two projects.
SapCo2 is support .Net Core, Net 5 ve .Net Frameworks.
Requiretment
Our library needs .dll files developed with C ++ in SAP NetWeaver RFC Library 7.50 SDK. For the installation of the relevant SDK package and more: You can refer to the official page of: sparkles: SAP.
After obtaining the relevant SKD (requires an SAP licensed account from you);
- Extract your zip file to a directory of your own and show the lib directory in the files you extract to the environment variable
PATH
(Windows),LD_LIBRARY_PATH
(Linux),DYLD_LIBRARY_PATH
(MacOS) according to your operating system. - or directly copy the contents of the lib folder to your output directory.
To use the SDK package in the Windows operating system, you must install the 64-bit version of Visual C ++ 2013 redistributable package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 5.0.2)
- Microsoft.Extensions.Options (>= 5.0.0)
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyInjection (>= 5.0.2)
- Microsoft.Extensions.Options (>= 5.0.0)
-
net5.0
- Microsoft.Extensions.DependencyInjection (>= 5.0.2)
- Microsoft.Extensions.Options (>= 5.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on sapco2:
Package | Downloads |
---|---|
DCMS.Module.CRM.Infrastructure
DCMS Module CRM(CRM同步套件) - Infrastructure |
|
DCMS.Module.CRM.Application
DCMS Module CRM(CRM同步套件) - Application |
|
DCMS.Module.Archive.Application
DCMS Module Archive(基础档案) - Application |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0.1 | 120,195 | 8/5/2021 |
1.0.0.6 | 3,045 | 12/2/2020 |
1.0.0.5 | 27,181 | 8/13/2020 |
1.0.0.4 | 951 | 8/13/2020 |
1.0.0.3 | 1,019 | 8/13/2020 |
1.0.0.2 | 1,012 | 8/13/2020 |
1.0.0.1 | 937 | 8/12/2020 |
1.0.0-Beta.6 | 245 | 8/10/2020 |
1.0.0-Beta.5 | 266 | 8/6/2020 |
1.0.0-Beta.4 | 261 | 8/6/2020 |
1.0.0-Beta.3 | 263 | 8/6/2020 |
1.0.0-Beta.2 | 275 | 8/6/2020 |
1.0.0-beta.1 | 252 | 8/6/2020 |
1.0.0-Alpha.1 | 227 | 8/12/2020 |
# 1.2.0.1 Changeset
- Usage simplified
- Improved Meta DATA information of RFC and BAPI definitions,
- Added connection pool support
- Added multi-connection support
- Changed the connection configuration structure
- Changed function calls
- Example projects expanded