Can't click on SAP Button

Hi there,

in SAP, transaction ZV015 give us trailer manifest. I need to click on the button to send the data in Excel. First click display a menu and then I need to click on the first item of the list.

I did try with SAP Click Toolbar button, and with Click activities but both select the entire page from above the icons bar to the bottom of the page. I did try with CV, I did try with 5 seconds pause to select the right item. It doesn’t work.

I used UI Explorer to identify the button, I get this:

<wnd app='saplogon.exe' cls='SAP_FRONTEND_SESSION' title='Metapack Trailer Manifest' />
<wnd cls='Shell Window Class' idx='4' title='Control  Container' />
<wnd cls='ToolbarWindow32' />
<ctrl name='Exporter' role='split button' />
<ctrl name='Open' role='drop down button' text='Open' />

I don’t know how to use it.
Whatever I try, it doesn’t work.

Someone to help me?

Thank you.
David

@David_Leroy

is SAP scripting not enabled?

are you able to use other sap activities?

also is there any shortcut for it? you can try that as well

in click activity you can use the above selector as well..you only need to copy paste selector and validate or open ui explorer when indicating and paste there and save

cheers

@David_Leroy,

SAP provide us keyboard shortcuts to almost every buttons.

Can you try to get the shortcut and pass it using Keyboard Shortcuts activity.