Primo.Alefair.SAP
1.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Primo.Alefair.SAP --version 1.0.3
NuGet\Install-Package Primo.Alefair.SAP -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Primo.Alefair.SAP" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Primo.Alefair.SAP --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Primo.Alefair.SAP, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Primo.Alefair.SAP as a Cake Addin #addin nuget:?package=Primo.Alefair.SAP&version=1.0.3 // Install Primo.Alefair.SAP as a Cake Tool #tool nuget:?package=Primo.Alefair.SAP&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Primo.Alefair.SAP
SAP Activities For Primo RPA Platform , used by API Alefair.SAP.API - https://github.com/Alefair/C-Nugets/tree/main/Alefair.SAP.API
Current version 1.0.3
- SAP API Object
- SAP Get Connection
- SAP Get Session
- SAP Connect
- SAP Extract Table
- SAP Open Transaction
- SAP Get Cell Value
- SAP Get Title
- SAP Get Status
- SAP Click
- SAP Close Session
- SAP Close Connection
1.0.1
SAP API Object
Get instance of SAP API Object
[Properties]
Path*: Path to SAP Logon
Timeout*: Timeout while SAP is loading
[Output]
SAP GUI object*: SAPAPI Object
SAP Get Connection
Get SAP Connection by Id or connection number
[Properties]
Connection Id/number, by default - con[0]*: Number or Id of GuiConnection
[Output]
Connection*: Connection as GuiConnection
SAP Get Session
Get SAP Session by Id or connection number
[Properties]
Connection*: Connection as GuiConnection
Session Id/number, by default - ses[0]*: Number or Id Of GuiSession
[Output]
Session*: Session as GuiSession
1.0.2
SAP Connect
Connect to SAP with Login and Password
[Properties]
User*: SAP Account
Password*: Password of SAP Account
Base Name*: Base name of Connection. From Main Page
[Output]
Connection*: Connection as GuiConnection
1.0.3
SAP Extract Table
Get a table in a datatable from a loaded transaction report
[Properties]
Session*: If only Number of session, then connection by default - con[0]. If empty by default ses[0]
Selector*: "/app/con[0]/ses[0]/wnd[0]/usr/cntlGRID1/shellcont/shell"
Auto Double*: Parse text of cell to Double
Column Type*: Depending on the selected column type, the column names will change. Available: FULLNAME, DISPLAYNAME, TOOLTIP, TECH NAMES, DEFAULT. Default: DEFAULT
[Output]
Result*: Result
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Alefair.SAP.API (>= 1.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.