История страницы
...
Send text Version 3 (Net)
Группа действийAction group: SAP
Описание
...
...
Description
The action enters text into the element
Action icon
...
Settings of parameters
Property |
Description |
Type |
Filling example |
Mandatory |
field |
Parameters | ||||
SAP |
application |
SAP application instance that the action works on. | Robin.Sap |
Yes |
Элемент
Element | The element in which to enter text. | Robin.WinElement |
Yes |
Текст
Text | Input text | Robin.String |
No |
Очистить поле
Clear field | Clear field before input | Robin.Boolean | true |
Нет
Особые условия использования
Отсутствуют
Пример использования
No |
Special conditions of use
None.
Example of use
Task
Connect to an open SAP session and enter text in the fieldЗадача: подключиться к открытой сессии SAP и ввести текст в поле.
Solution
Use the "Connect to sessionРешение: воспользоваться действием "Подключиться к сессии", "Ввести текстSend text" action.
Реализация:
Implementation
- Assemble a robot scheme consisting of actionsСобрать схему робота, состоящую из действий:
- Настроить параметры для действия "Подключиться к сессии"Set the parameters for the "Connect to session" action.
В поле The "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
- Настроить параметры для действия "Ввести текст". Порядок получения элемента указан в разделе Порядок получения элемента с помощью SapSpy
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно.
Session" field specifies the sequence number of one user's open session (0 - the first connected user, 1- the second, etc.) to which you want to connect. The numbering starts from 0 and depends on the time of login to the account
- Configure parameters for the "Send text" action.The order of receiving the item is specified in the section Procedure for obtaining an item using SapSpy.
- Click on the "Start" button in the top panel.
Result
The program robot completed successfully.
Text is entered in the fieldТекст введен в поле.