История страницы
...
Close SAP
...
Version 1 (Net)
Группа действийAction group: SAP
Описание
...
Description
The action closes the SAP-application session window
Action iconДействие закрывает окно сессии SAP-приложения.
...
Settings of parameters
Property |
Description |
Type |
Filling example |
Пример заполнения
Обязательность заполнения поля
Параметры
Context
Mandatory field | ||||
Parameters | ||||
SAP application | SAP application instance that the action works on. | Robin.Sap |
Yes | |
Close login window | Close |
the Sap Logon login |
window. If true, closes the login window. Default is false | Robin.Boolean |
Особые условия использования
Отсутствуют
Пример использования
Задача: подключиться к открытой сессии SAP и получить название ячейки таблицы, закрыть приложение SAP.
Решение: воспользоваться действием "Подключиться к сессии", "Получить ячейку таблицы", "Закрыть SAP"
Реализация:
...
В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
...
true | No |
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.
Solution
Use the "Connect to session", "Get table cell value", "Close SAP" actions.
Implementation
- Assemble a robot scheme with the actions.
- 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.
- Set the "Get table cell value" action parameters. The procedure for getting an element is specified in this section.
- Set the "Close SAP" action parameters.
- 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 закрыто.