Click menu action

The Click menu action enables you to click a menu item by text or index within a SAP window.

Settings

  • Double-click or drag the Click menu action from the SAP package in the Actions palette.
  • In the Session name field, enter the session name you used to connect to the SAP application in the Connect action.
  • In the Field path field, specify the location or a string variable that contains the location of the object.

    For example, you can install a tool (such as Scripting Tracker or similar) to retrieve the field path of the SAP object.

  • Use the Select field to select one of the following options:
    • Name: to retrieve the value using the field name.

      For example, you want to use the Click menu action on the new file menu in SAP window. In the Name field, enter New.

      (Optional) Click the Insert a value icon to insert an existing variable for the Name field.

    • Index: to retrieve the value using the index.
      For example, there is a user log-in form that has a drop-down menu called User type with the following options:
      • New user
      • Existing user
      You want to use the Click menu action on the Existing user. To select Existing user from the drop-down, ensure that you enter 2 in the Index field.
  • Click Save.