Primo.Alefair.SAP 1.0.6

dotnet add package Primo.Alefair.SAP --version 1.0.6
NuGet\Install-Package Primo.Alefair.SAP -Version 1.0.6
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.6" />
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.6
#r "nuget: Primo.Alefair.SAP, 1.0.6"
#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.6

// Install Primo.Alefair.SAP as a Cake Tool
#tool nuget:?package=Primo.Alefair.SAP&version=1.0.6

logo

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.6

nuget on https://www.nuget.org

  • 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 Kill Saplogon
  • SAP Get Cell Value
  • SAP Close Session
  • SAP Close Connection

1.0.1

SAP API Object
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 API Object


SAP Get Connection
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 Connection


SAP Get Session
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

SAP Get Session


1.0.2

SAP Connect
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

SAP Connect


1.0.3

SAP Extract Table
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

SAP Extract Table


1.0.4

SAP Click
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 Click


SAP Element Focus
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 Element Focus


SAP Get Text
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 Get Text


SAP Set Text
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"

SAP Set Text


1.0.5

SAP Open Transaction
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 Open Transaction


SAP Get Status
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 Status


SAP Get Title
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

SAP Get Title


1.0.6

SAP Kill Saplogon
SAP Kill Saplogon

Kill Saplogon

[Properties]
SAP GUI object*: SAP GUI as Instance of SAP GUI Object

SAP Kill Saplogon


Product 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 458 9/20/2022
1.0.5 403 9/8/2022
1.0.4 381 9/6/2022
1.0.3 366 8/18/2022
1.0.2 365 8/18/2022
1.0.1 371 8/18/2022