История страницы
...
Send hotkeys
...
Группа действий: SAP
Действие отправляет сочетание клавиш в элемент пользовательского интерфейса приложения SAP
Настройки
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
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
SAP application | SAP application instance that the action works on |
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
SAP-приложение
. | Robin.Sap |
Yes |
Элемент
Element | The element in which to interact by vkeys. | Robin.WinElement |
No |
Клавиши
Key | Key or combination of keys to press. The key combination is indicated via «+». | Robin.HotKeys |
Да
Особые условия использования
Отсутствуют
Пример использования
Задача: подключиться к открытой сессии SAP, нажать клавишу Enter выбранном на элементе.
Решение: воспользоваться действием "Подключиться к сессии", "Отправить горячие клавиши".
Реализация:
...
В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
...
Yes |
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.
Результат:
Программный робот отработал успешно.
При нажатии Enter на элементе открылось новое окно.