История страницы
...
Get table cell
...
Группа действий: SAP
Действие осуществляет получение текста из ячейки таблицы
Настройки
value Version 3 (Net)
Action group: SAP
...
Description
The action retrieves text from a table cell
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 | Table type element | Robin.WinElement |
Yes |
Column |
Table column | Robin.Numeric |
Yes |
Row |
Table row | Robin.Numeric |
Yes |
Results |
Результат
Result | Text from table cell | Robin.String |
Особые условия использования
Отсутствуют
Пример использования
Special conditions of use
None.
Example of use
Task
Connect to an open SAP session and retrieve the name of a table cellЗадача: подключиться к открытой сессии SAP и получить название ячейки таблицы.
Решение: воспользоваться действием "Подключиться к сессии", "Получить ячейку таблицы".
Реализация:
- Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Подключиться к сессии".
В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
- Настроить параметры для действия "Получить ячейку таблицы". Порядок получения элемента указан в разделе Порядок получения элемента с помощью SapSpy
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Solution
Use the "Connect to session", "Get table cell value" action.
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 parameters for the "Get table cell value" action. The order of getting an 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 data from the table cell has been retrievedПрограммный робот отработал успешно. Данные из ячейки таблицы получены.