cancel
Showing results for 
Search instead for 
Did you mean: 

RPA - How to Menubar icons in SAP

0 Kudos

I'm having trouble figuring out how we can capture and select some of the SAP MENU bar items … specifically, I'm trying to get items which are using the ALT+"key".

For example, when you log into SAP, you can use ALT+F to select the Favorites,and then ALT+w to select the download to PC selection.

However, in RPA, even though I can define these icons, I have no way to use the keystroke for ALT+keys … The SAPScript uses the keystroke and CTL+, or Shift+, and Function keys, but no option for ALT.

I have screen shot to show what I'm trying to get at … can some please point us to how to get these items?

alt.png

Accepted Solutions (0)

Answers (1)

Answers (1)

Hello,

When you capture the Easy Access menu, the SAP Menu may be not visible.

However, if you navigate through the DOM (using the tree view), you will see that element GUI MENU BAR is available. Inside it, you can retrieve all actions you can do with the menu bar.

Best regards,

Baptiste Saint-André

0 Kudos

Hello,

I have the same problem. In the tree view I see the elements of the menu bar. But the click event don't work on that elements.

Is there any option?

Best regards

Robin