About SAP login screen
-
Hello everyone.
With OpenRPA's "Record" function, the following operations were performed in SAP.Step1. Open SAP login screen
Step2. Scroll the mouse to the "user" text box. (black arrow in picture is mouse)
Step3. The entire SAP login screen is the selection factor.(the recording target is light green)What should I do if I want to record only the "user" text box in Step3?
-
Do not try and record the login screen. Use the "Login" activity
-
Hi Allan, thank you for your reply.
I tried "Login" activity but it fails with an error such as "The connection destination cannot be found".
Even if I set the IP address to the connection destination, the same error will be issued.
The connection information is correct or correct because I can connect in the SAP GUI.
As the Connection Type, I use "Group/Server Selection" .
What should I do the next in order to solve my problem? -
@openrpa_kanri Make sure user scripting is enabled.
Login to sap, open RZ11 type "sapgui/user_scripting" and make sure it's set to TRUE ... then close SAP completely, and try again.But it sounds like that is already in place. Next make sure you use the right connection string. For a "basic" sap, IP address en port is enough, but when using trouting, you need to craft a prober connection string, see this for examples
http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/992de4446d11d189700000e8322d00/content.htm ( use this in "Host" property of the login activity ) -