Send hotkeys Version 3 (Net)
Action group: SAP
Description
The action sends a keyboard shortcut to the user interface element of the SAP application.
Action icon
Settings of parameters
Свойство | Описание | Тип | Пример заполнения | Обязательность заполнения поля |
Параметры | ||||
SAP-приложение | Экземпляр SAP-приложения, с которым работает действие. | Robin.Sap | Да | |
Элемент | Элемент, с которым будет взаимодействие. | Robin.WinElement | Нет | |
Клавиши | Клавиша или комбинация клавиш, нажатие которой необходимо произвести. Комбинация клавиш указывается через «+». | Robin.HotKeys | Да |
Special conditions of use
None.
Example of use
Task
Connect to an open SAP session, click Enter on the selected element.
Solution
Use the "Connect to session", "Send hotkeys" actions.
Implementation
- Assemble a robot scheme with the actions:
- Set the "Connect to session" action parameters.
In the "Session" field set order number of the open session of a user (0 - first connected user, 1 - second, etc.) to connect to. The numbering starts at 0 and depends on the time of logging into the account.
- Set the "Send hotkeys" action parameters. The procedure for obtaining an element is specified in section The procedure for obtaining an element with SapSpy.
- Click "Start" in the top panel.
Result
The program robot completed successfully.
A new window opened on the element when Enter was clicked.