cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to capture a popup or read data from table

0 Kudos
561

I am currently working on automating T-Code FAGLB03.

After displaying the sheet, when I try to export on excel, Desktop studio is unable to capture the popup.

So I first click on the export button, then a popup with options appear where the first option is spreadsheet. After clicking on spreadsheet we get an option to save as excel in the desired location. However, Studio is unable to capture the popup and I'm stuck.

I also tried reading data through the table. However, the tool is capturing it as a 'pane'.

What is a possible solution? I want to copy the displayed data into an excel.

I have attached images for reference.

View Entire Topic

Hi Krishna,

Please try using: SplitButton because it contains the MenuItems.

And make use of below code:

[yourSAPLogonApplication].[yourPage].[yourItem].selectToolbarMenuButtonByPosition(0); // replace 0 with the position of menu item you want to click on.

Thanks,

Chakravarti.

0 Kudos

Hi,

Works now.

Thanks.