...
Get a table row Version 1 (Net)
Группа действийAction group: SAP
Описание
...
...
Description
The action gets values from a table row.
Action icon
Image Modified
...
Settings of parameters
СвойствоОписаниеТипПример заполненияОбязательностьзаполнения поляПараметры-приложениеЭкземпляр SAP-приложения, с которым работает действиеapplication | An instance of the SAP application that the action works with. | Robin.Sap |
ДаЭлемент | Элемент табличного типа в окне SAP-приложения. Если указанный элемент не является элементом табличного типа, то действие вернет ошибкуElement | A table type element in the SAP application window. If the specified element is not a table type element, the action returns an error. | Robin.WinElement |
ДаСтрока | Порядковый номер строки, из которой будут получены данные. Если указан номер строки за пределами таблицы, действие вернет ошибку. Нумерация начинается с Line | The ordinal number of the row from which the data will be received. If a row number is specified outside the table, the action returns an error. Numbering starts from 1. | Robin.Numeric |
ДаРезультатыРезультат | Коллекция значений выбранной строкиResult | Collection of values of the selected row. | Robin.Collection |
Особые условия использования
Робот вернет ошибку, если:
- указан элемент не табличного типа.
- элемент не найден.
- указан номер строки за пределами таблицы. (<1, >количества строк).
- SAP не отвечает.
Пример использования
Задача: необходимо получить первую строку из таблицы SAP
Image Removed
Решение: воспользоваться действиями "Подключиться к сессии", "Получить строку таблицы".
Реализация:
- Собрать схему робота состоящую из действий:
Image Removed - Настроить параметр действия "Подключиться к сессии".
Image Removed - Настроить параметры действия "Получить строку таблицы".
Image Removed
- Запустить робота, нажав на кнопку "Старт" в верхней панели.
Результат:
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.
Image Added
Solution
Use the "Connect to session", "Get a table row" actions.
Implementation
- Assemble a robot scheme with the actions:
Image Added - Set the "Connect to session" action parameter.
Image Added - Set the "Get a table row" action parameters.
Image Added - 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.Программный робот отработал успешно. Получена коллекция значений выбранной строки.
Image Modified