SAP
With this module you can automate SAP R3 and Hana. Perform every action that you can record with the tracker created by Stefan Schnell.
Read this in other languages: English, Português, Español
How to install this module
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
Overview
-
LoginSap
Open SAP application, establish the connection and login -
Complete Login SAP
Establish the connection and login -
Connect
Connect to an opened SAP application -
Change Session
Change to another session of a SAP connection -
Execute an action
Execute an action in SAP such as selecting, focusing or modifying the text of an element through different properties (setFocus, text, etc.) -
Extract Text
Extract the text of an object in SAP, using the text property -
Extract text from tooltip
Extract the text of an object tooltip in SAP -
Check/Uncheck
Mark or unmark an object in SAP -
Extract Cell
Extract the text in a cell, it can be with GetItemText or GetCellValue -
Click Cell
Click on a cell. It can be with clickCurrentCell, setCurrentCell or doubleClickCurrentCell -
Run script
Execute VBS script recorded with SAP -
Get state checkbox
Return True if checkbox is selected -
Send key
Replicate send key event -
Get Property
Get a property of the SAP Object especified -
Wait for object
Wait for object to be visible -
Export file
Export a file from SAP
OS
- windows
- docker