Micro Focus QTP (UFT) Forums

Full Version: Not able to click the save button in Save As window while downloading from SAP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,
I am automating the downloading data from SAP with Spreadsheet. But my script gets failed, after clicking the continue button Spreadsheet window
but not able to click the save button in the Save as window.

Code:
SAPGuiSession("Session").SAPGuiWindow("Data Browser: Table T000").SAPGuiMenubar("mbar").Select "Table Entry;List;Export;Spreadsheet..."
SAPGuiSession("Session").SAPGuiWindow("Select Spreadsheet").SAPGuiButton("Continue (Enter)").Click
Set oFsave=description.Create()
oFsave("text").value="&Save"
Window("Select Spreadsheet").Window("Save As").WinObject(oFsave).Click

Please help me.......
Thanks in advance
Kathirvel nagaraj