Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
In this blog post i will show you how to use the Right-Click activity using SAP Intelligent RPA.
As example, I will use SAP Logon 7.6 application: A way to login into a system is to right-click on the system ID: a menu appears and i will select 'SNC Logon with single sign-on' menu-item:
Content
Introduction
Content
Prerequisites
How to use Right-Click activity?
Video
Conclusion
Prerequisites
Desktop Studio 1.0.9.16;
SAP Logon 7.6 or higher;
How to use Right-Click activity
First, you have to add your application, capture the page and all the elements on that page that will be used in the process. In my case I captured the page with the system ID and the page of the menu that activated on right-click event, the system ID on which I will right-click on(the one i will log on).
Next step is to create a workflow in the Workflows perspective, and create your flowchart.
Now we are ready to set our page activities:
On the first page, pWindowSAPLogon76 in my example, drag a Right-Click activity, from the Item - Click category, over the system ID, stEROPUBLIC element in my case:
Another way is to right click on the element, and from the activity menu go to: Advanced-> Item - Click -> select Right click on 'the item'.
Complete with the rest of the steps.
Build and Run in Debugger.
Video
Check the video below to see how I did all the steps described in this tutorial:
Conclusion
Adding a Right - Click activity in your workflow is no different than adding any other activity in the page activities.
The SDK in Desktop Studio offers us a wide range of activities that we can use, including all types of mouse clicks.