История страницы
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 |
Ввести текст / Enter text
Группа действий: SAP
Действие осуществляет ввод текста в элемент
Настройки
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
SAP-приложение
. | 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.
Реализация:
- Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Подключиться к сессии".
В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
- Настроить параметры для действия "Ввести текст". Порядок получения элемента указан в разделе Порядок получения элемента с помощью SapSpy
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно.
Implementation
- Assemble a robot scheme consisting of actions:
- Set the parameters for the "Connect to session" action.
The "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Текст введен в поле.