Sap Click Step
Brief description
This step performs a click or double-click action on a specific element within an active SAP session. It is used to interact with SAP GUI components, such as buttons, fields, tabs, or menu items, during automation.
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
- Reference to SAP instance (Required) – specifies the SAP session reference that identifies the active SAP session in which the click action will be performed. This must correspond to the reference used in the Open Sap Session Step.
- Double click (Required) – defines whether the action should be a single click or a double click:
- T (true) – performs a double-click
- F (false default value) – performs a single click
- Type (Required) – specifies the type of selector used to identify the target SAP element (e.g., ID, name, path, or other locator type).
- Value (Required) – specifies the actual selector value used to locate the desired SAP element for the click action.
Output parameters
This step does not produce output parameters.
Additional comments
This step allows you to interact directly with SAP GUI elements during automation.
It is important that the selector type and value accurately identify the target element within the SAP session.
If the Double click option is enabled, the step will perform a double-click instead of a single click on the specified element.
Ensure that the correct SAP reference is used to link this step to the active SAP session opened earlier.