История страницы
...
Is element exists Version 3 (Net)
Группа действийAction group: SAP
Описание
Подключиться к открытой сессии SAP и проверить существование элемента.
Иконка действия
Настройки
...
Description
Connect to an open SAP session and verify the existence of the item.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Sap instance |
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
Контекст
Robin.Sap |
Yes |
Element |
Element | Robin.WinElement |
Yes |
Results |
Результат
Result | The value is true if element exists and available | Robin.Boolean | true |
Особые условия использования
Отсутствуют
Пример использования
Задача: подключиться к открытой сессии SAP и проверить существование элемента
Решение: воспользоваться действием "Подключиться к сессии", "Проверить существование элемента".
Реализация:
- Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Подключиться к сессии".
В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
- Настроить параметры для действия "Проверить существование элемента". Порядок получения элемента указан в разделе Порядок получения элемента с помощью SapSpy
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно. Элемент найден.
Special conditions of use
None.
Example of use
Task
Connect to an open SAP session and check the existence of the element
Solution
Use the "Connect to session" action, "Is element exists".
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
- Set the parameters for the "Is element exists" action. The order of obtaining 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. The element has been found.