kcristopher Posted February 19, 2010 Posted February 19, 2010 Hello, I am working on a tool that is supposed to automatically access SAP and export some reports. Unfortunately, autoIT could do nothing once entered the SAP system. For example, I would like to enter a production code 12345678 after logging on SAP. I tried the function ControlSend like this: ControlSend("SAP Easy Access - User menu", "", "[CLASS:Edit; INSTANCE:1]", "12345678") but it doesn't work. Neither do a 'Send' function. I think maybe it is some simple but tricky little traps that blocked me. Hoping for your help, thank you! Kcristopher
Zedna Posted February 19, 2010 Posted February 19, 2010 Try ControlSetText("SAP Easy Access - User menu", "", "Edit1", "12345678") Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now