Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Suggested answer

How to use Select SAP menu item in Power Automate desktop

(0) ShareShare
ReportReport
Posted on by 12
Hi , 
 
I am using Select SAP menu item to select SAP file to be exported  - List - Export - Spreadsheet , but this activity does not seem to work, 
 
could you pleas assist how to give right format 
 
 
 
  • Suggested answer
    CU06070623-0 Profile Picture
    2 on at
    How to use Select SAP menu item in Power Automate desktop
    With the recent power automate desktop update, there is a new activity of SAP available, "Select SAP navigation item". This activity captures all the navigation items on the current available screen of SAP.

    This activity can work in a parent - child node relation. (List > Export > Spreadsheet...)

    "List" is the navigation item, "Export" is the menu item available inside list and "Spreadsheet" is another menu item available after "export".
    Make sure to write exactly the same menu item as is written in SAP, like here I have written "Spreadsheet..." instead of just "Spreadsheet".




    Happy Learning :)
  • Suggested answer
    SH-31071023-0 Profile Picture
    12 on at
    How to use Select SAP menu item in Power Automate desktop

    Hi,

    To handle a similar use case where I needed to navigate through a menu path (List > Export > Spreadsheet) to download a spreadsheet, I used an alternative approach:

    1. Focus Window: I used the Focus Window action to bring the target screen into view.
    2. Move Mouse to Text on Screen: I moved the mouse to the desired text on the screen and performed a right-click to display the menu header.
    3. Move Mouse to Text on Screen: Finally, I moved the mouse to the "Spreadsheet" option in the menu and clicked on it to initiate the download.




    Try the above approach to see it is working.

    Thanks,
    Shreyansh H
  • RT-15121808-0 Profile Picture
    2 on at
    How to use Select SAP menu item in Power Automate desktop
    Hi, did you find a solution for this?
  • Suggested answer
    CU17101343-0 Profile Picture
    12 on at
    How to use Select SAP menu item in Power Automate desktop
     
     
    Hi , thank you for the response, but I don't see Invoke code activity in power automate desktop.
  • Suggested answer
    SaiRT14 Profile Picture
    1,988 Super User 2025 Season 1 on at
    How to use Select SAP menu item in Power Automate desktop
    try the following;
     
    you can use an Invoke Code/Script activity to directly execute the SAP GUI script. 
    Set session = application.Children(0).Children(0)
    session.findById("wnd[0]/mbar/menu[3]/menu[1]").select
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1