Question

How can export a report in SAP in a360

  • 8 June 2023
  • 1 reply
  • 171 views

Badge +1

i want to export a report in sap but i want lo lear how to make it without using capture option or just run a vbs file i see an option that say “click menu” but i cant make it work

this is my vbs
session.findById("wnd[0]/mbar/menu[0]/menu[3]/menu[1]").select  ← what action can use here? 
session.findById("wnd[1]/tbar[0]/btn[0]").press  ← this is click action 

 


1 reply

Badge +1

well i discover how to use a “click menu” in sap Actions

field path is the menu bar of sap gui with thhe window 

index← you use  number and use “|” to click or enter in a submenu 

for example 

menu← this is the firts menu or 1 

    option 1

    option 2

    export← this is the second

        worksheet

        file← this is my option 

    option 4

 

so is something like this “1|3|2”

 

 

Reply