Skip to main content
I have created a bot to run a report in SAP and export it into excel. It runs great until I have to save the exported excel workbook. Do I use a SAP function or an Excel function to save the file?

Hi @dean mcghee​ ,

 

You have to first detect the Excel Window and then use Simulate Keystrokes F12 to invoke the Save As Window.

Then, you detect the Save As Window and pass in the Filepath.

 

Could you give that a try?

 

Kind Regards,

Ashwin A.K


Reply