Help Centre › Building Processes
This article describes the RPA SAP functionality to click an element.
For a full list of available functions, please read SAP functions.
Description
The SAP Click an element function allows you to click an element.
Setting it up
To use the SAP Click an element function, follow these instructions:
{{popups:rpas/add:action=sap-click}}
Once on a process map:
- Navigate to the process where you would like to add the SAP Click an element function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the SAP Click an element option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Window | Yes | Text | - | The SAP window title |
| Type | No | Select | - | The element type (e.g. Button, Text) |
| ID | No | Text | - | The SAP element ID |
| Name | No | Text | - | The SAP element name |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| SAP not open | SAP GUI is not running |
| Element not found | The element could not be found |
Tips
- Use Type, ID, or Name to identify the element to click