Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

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

Свойство
Property
Описание
Description
Тип
Type
Пример заполнения
Filling example
Обязательность
Mandatory 
заполнения поля
field
Параметры
Parameters
SAP
-приложениеЭкземпляр SAP-приложения, с которым работает действие
applicationAn instance of the SAP application that the action works with.Robin.Sap
Да

Yes

Элемент

Элемент табличного типа в окне SAP-приложения. Если указанный элемент не является элементом табличного типа, то действие вернет ошибку
ElementA 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
Да

Yes

Строка

Порядковый номер строки, из которой будут получены данные. Если указан номер строки за пределами таблицы, действие вернет ошибку. Нумерация начинается с
LineThe 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
Да

Yes
Результаты
Results

Результат

Коллекция значений выбранной строки
ResultCollection of values of the selected row.Robin.Collection

Особые условия использования 

Робот вернет ошибку, если:

  • указан элемент не табличного типа.
  • элемент не найден.
  • указан номер строки за пределами таблицы. (<1, >количества строк).
  • SAP не отвечает. 

Пример использования 

Задача: необходимо получить первую строку из таблицы SAP

Image Removed

Решение: воспользоваться действиями "Подключиться к сессии", "Получить строку таблицы". 

Реализация:

  1. Собрать схему робота состоящую из действий:
    Image Removed
  2. Настроить параметр действия "Подключиться к сессии". 
    Image Removed
  3. Настроить параметры действия "Получить строку таблицы". 
    Image Removed
  4. Запустить робота, нажав на кнопку "Старт" в верхней панели.

Результат:



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

  1. Assemble a robot scheme with the actions:
    Image Added
  2. Set the "Connect to session" action parameter.
    Image Added
  3. Set the "Get a table row" action parameters.
    Image Added
  4. 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