Get a table row Version 1 (Net)
Action group: SAP
Description
The action gets values from a table row.
Action icon
Settings of parameters
Свойство | Описание | Тип | Пример заполнения | Обязательность заполнения поля |
Параметры | ||||
SAP-приложение | Экземпляр SAP-приложения, с которым работает действие. | Robin.Sap | Да | |
Элемент | Элемент табличного типа в окне SAP-приложения. Если указанный элемент не является элементом табличного типа, то действие вернет ошибку. | Robin.WinElement | Да | |
Строка | Порядковый номер строки, из которой будут получены данные. Если указан номер строки за пределами таблицы, действие вернет ошибку. Нумерация начинается с 1. | Robin.Numeric | Да | |
Результаты | ||||
Результат | Коллекция значений выбранной строки. | Robin.Collection |
Special conditions of use
The robot will return an error if:
- element of a non-table type is specified.
- element is not found.
- the number of rows outside the table is specified. (<1, >number of rows).
- SAP is not responding.
Example of use
Task
Get the first row from the SAP table.
Solution
Use the "Connect to session", "Get a table row" actions.
Implementation
- Assemble a robot scheme with the actions:
- Set the "Connect to session" action parameter.
- Set the "Get a table row" action parameters.
- Start the robot by clicking "Start" in the top panel.
Result
The program robot completed successfully. The collection of values of the specified row was obtained.