Help Centre › Building Processes
This article describes the RPA SAP functionality to get a value.
For a full list of available functions, please read SAP functions.
Description
The SAP Get a value function allows you to get a value.
Setting it up
To use the SAP Get a value function, follow these instructions:
{{popups:rpas/add:action=sap-value}}
Once on a process map:
- Navigate to the process where you would like to add the SAP Get a value 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 Get a value option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Window | Yes | Text | - | The SAP window title |
| Preceding label | Yes | Text | - | The label text that precedes the value |
| Variable | Yes | Text | - | Variable to store the value |
| Words | Yes | Number | 1 | Number of words to capture after the label |
Output variables
| Variable | Type | Description |
|---|---|---|
| Variable | Text | The captured value |
Errors
| Error | Description |
|---|---|
| SAP not open | SAP GUI is not running |
| Label not found | The preceding label could not be found |
Tips
- Reads the value displayed next to a label in SAP
- Increase Words to capture multi-word values