История страницы
...
Set table cell value Version 3 (Net)
Группа действийAction group: SAP
Описание
...
...
Description
The action sets the table cell value.
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 | Table type element | Robin.WinElement |
Yes |
Column |
Table column | Robin.Numeric |
Yes |
Row |
Table row | Robin.Numeric |
Yes |
Значение
Value | The cell value to be set in the table. | Robin.String |
Нет
Особые условия использования
Отсутствуют
Пример использования
Задача: подключиться к открытой сессии SAP и ввести текст WF_Veryfy041 в ячейку таблицы.
Решение: воспользоваться действием "Подключиться к сессии", "Ввести текст в ячейку таблицы".
Реализация:
- Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Подключиться к сессии".
В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
- Настроить параметры для действия "Ввести текст в ячейку таблицы". Порядок получения элемента (таблицы) указан в разделе Порядок получения элемента с помощью SapSpy
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно.
Значение добавлено в ячейку.
No |
Special conditions of use
None.
Example of use
Task
Connect to an open SAP session and enter the text WF_Veryfy041 in a table cell.
Solution
Use the "Connect to session", "Set table cell value" 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 "Set table cell value" action parameters. The procedure for obtaining an element (table) is specified in section The procedure for obtaining an element with SapSpy
- Click "Start" in the top panel.
Result
The program robot completed successfully.
The value was added to the cell.