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.

Hi @Anil_G

Yes I can use other SAP activities.

I thought to the shortcut, but when the mouse is over the button, there is no shortcut displayed.

I will try the click activity using the above selector.

Thank you
David

1 Like

Hi @ashokkarale

there is no shortcut displayed when mouse is over the button. I don’t know if there is a way to fond it anyway.

thanks
David

@David_Leroy,

Check out with your SAP consultant. He/she should have something about this.

Hi @Anil_G , @ashokkarale ,

Thanks for your help.

I managed to get it working using the Click activity, and the Selector that I mentioned in my first post.

David

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.