Jump to content

Finder Tool not working in some SAP screens


Recommended Posts

Hi,

I am trying to fetch the right object i.e. SAP transaction code VA01 where you can enter the order type etc. While using the finder tool it is only fetching the whole screen, but not only the relevant part as order type where i want to enter my values by my script. Even while I am trying to do MouseClick by fetching the values from Finder Tool it is not working.

See screenshot it is not fetching the yellow marked position to enter the order type

Can somebody solve my issue?

Thanks and br

Armado

1.png

Link to comment
Share on other sites

I tried it like this:

 

winwait('SAP Easy Access')
WinActivate('SAP Easy Access')
MouseClick('primary',80,62,1,0)
Send('/NVA01')
Send('{ENTER}')
winwait(300)
WinActivate('Kundenauftrag anlegen: Einstieg')
MouseClick('primary',190,213,1,0) ----> This is not working!!!!! :(
Send('TA')
Send('{ENTER}')

Link to comment
Share on other sites

Do you have the scriptable version of SAP? The pages with SAP UDF has Samples, SAPWizard will help define the target. With out access to the VA01 screen I can only point you in the right direction, Do you have any receiving/stores, as opposed to punching, screens you need access to? 

 

Edited by jitb
Link to comment
Share on other sites

Hi jitb,

no I do not have the scripting enabled in SAP. But I helped my self with using only once the mouse click and then only by tab or/and left or right and entering values. This works fine for now for me.

Thanks

Armado

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...