Primo.Alefair.SAP
1.0.5
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.5
NuGet\Install-Package Primo.Alefair.SAP -Version 1.0.5
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.5" />
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.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Primo.Alefair.SAP, 1.0.5"
#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.5 // Install Primo.Alefair.SAP as a Cake Tool #tool nuget:?package=Primo.Alefair.SAP&version=1.0.5
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.5
- SAP API Object
- SAP Get Connection
- SAP Get Session
- SAP Connect
- SAP Extract Table
- SAP Click
- SAP Element Focus
- SAP Get Text
- SAP Set Text
- SAP Open Transaction
- SAP Get Title
- SAP Get Status
- SAP Get Cell Value
- 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
1.0.4
SAP Click
Generate Click or Double Click. Avaible: button, current row, check box, radio button
[Properties]
Session*: If only Number of session, then connection by default - con[0]. If empty by default ses[0]
Selector*: "wnd[0]/tbar[1]/btn[8]"
Click Type*: Click or DoubleClick
SAP Element Focus
Generate Focus State For Element
[Properties]
Session*: If only Number of session, then connection by default - con[0]. If empty by default ses[0]
Selector*: "wnd[0]/usr/txtENAME-LOW"
Extended*: Extended
Table Select Type*:
- SelectRows: Extended: "12, 13..."
- SelectColumns: Extended: "COLUMN_NAME"
- SelectCell: Extended: "13, COLUMN_NAME"
- SelectAll: Extended: ""
SAP Get Text
Get text from GuiComponent
Avaible GuiShell get text from cell
[Properties]
Session*: If only Number of session, then connection by default - con[0]. If empty by default ses[0]
Selector*: "wnd[0]/usr/ctxtS_VBELN-LOW"
Extended*: Extended for GuiShell. For Example: ~ "12, COLUMN_NAME"
[Output]
Result*: Result
SAP Set Text
Set text of GuiComponent
Avaible GuiShell set text into cell
[Properties]
Session*: If only Number of session, then connection by default - con[0]. If empty by default ses[0]
Selector*: "wnd[0]/usr/ctxtS_VBELN-LOW"
Value*: Value
Extended*: Extended for GuiShell. For Example: ~ "12, COLUMN_NAME"
1.0.5
SAP Open Transaction
Open SAP Transaction by name
[Properties]
Session*: If only Number of session, then connection by default - con[0]. If empty by default ses[0]
Transaction*: Open SAP Transaction by name
SAP Get Status
Get text from status bar of session window
[Properties]
Session*: If only Number of session, then connection by default - con[0]. If empty by default ses[0]
[Output]
Result*: Result
SAP Get Title
Get text from title of session window
[Properties]
Session*: If only Number of session, then connection by default - con[0]. If empty by default ses[0]
[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.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.