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

Ключ

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

Close SAP Version 1 (Net)

Action group: SAP

...

Description

The action closes the SAP-application session window

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
SAP applicationSAP application instance that the action works on

Закрыть SAP/ Сlose SAP

Группа действий: SAP

Действие закрывает окно сессии SAP-приложения.

Image Removed

Настройки

Свойство

Англ. наименование

Описание

Тип

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

Обязательность заполнения поля

Параметры 

Контекст
Context
Экземпляр SAP-приложения, с которым работает действие
.Robin.Sap
ДаЗакрыть окно входа

Yes
Close login windowClose
the Sap Logon login
windowЕсли значение равно "true", действие закроет и окно сессии SAP, и окно входа (SAP Logon). Если значение равно "false", действие закроет только окно сессии SAP.
window. If true, closes the login window. Default is falseRobin.Boolean
Нет

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

Отсутствуют 

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

Задача: подключиться к открытой сессии SAP и получить название ячейки таблицы, закрыть приложение SAP.  

Image Removed

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

Реализация: 

...

В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись

...

trueNo

Special conditions of use

None. 

Example of use

Task

Connect to the open SAP-session and get the table cell name, close the SAP application.

Image Added

Solution

Use the "Connect to session", "Get table cell value", "Close SAP" actions.

Implementation 

  1. Assemble a robot scheme with the actions.
    Image Added
  2. Set the "Connect to session" action parameters.

    In the "Session" field specify the order number of the open session of one user (0 - first connected user, 1 - second, etc.) to connect to. The numbering starts with 0 and depends on the time of logging into the account.

    Image Added
  3. Set the "Get table cell value" action parameters. The procedure for getting an element is specified in this section.
    Image Added
  4. Set the "Close SAP" action parameters.
    Image Added
  5. Click "Start" in the top panel.

Result

The program robot completed successfully. The data from the table cell was obtained. The SAP application was closed.

Результат:

Программный робот отработал успешно. Данные из ячейки таблицы получены. Приложение SAP закрыто. 

Image Modified