Primo.Alefair.SAP 1.0.3

There is a newer version of this package available.
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
#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

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

nuget on https://www.nuget.org

  • 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
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

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