SAP logon and login steps

Hello Community,

I’m having issues with SAP Logon and would greatly appreciate it if anyone could suggest a new workflow. I want to avoid using SAP activities.

Here are the current steps:

  1. Start Processsaplogon.exe
  2. Use Application/Browser → SAP Logon window
  3. Double Click → row with the connection name
  4. Use Application/Browser → SAP Login window
  5. Type Intoid='usr/txtRSYST-BNAME'<username>
  6. Type Secure Textid='usr/pwdRSYST-BCODE'<password>
  7. Clickid='tbar[0]/btn[0]' (green Enter)
  8. Use Application/Browser → SAP Easy Access window
  9. Send HotkeyCtrl + /
  10. Type Intoid='tbar[0]/okcd'/n<transaction_code>
  11. Send HotkeyEnter

We just built a SAP GUI logon process for our service account. Can you share more details on the issues you are experiencing?

Do you have the option to use SNC with X.509 certificates?

Hi Will ,

Thanks for your response! In our setup, we usually log in to SAP using SSO, but for one specific environment, we still need to enter credentials manually.

The issue I’m facing is with UiPath recognizing the SAP Logon window. I’m getting the following error:

HMT(1)0 SAP: Could not find the UI element corresponding to this selector:

The closest matches found are:
[65%]
[55%]
[50%]

I’m not sure whether our organization uses SNC with X.509 certificates or not. Could you please share the steps or flow you used to build your SAP GUI logon process for the service account? That might help me understand what I’m missing.

Thanks a lot for your help!

Best,
MK

@Manoj_Kumar_Surabhi

Any specific reason to avoid sap activities?

also as per error one of your selectors are failing try to make them dynamic or may be the landing page is different from what you have given

cheers

My process is interacting with SAP GUI and leveraging SAP Activities. Can you share if you are interacting with the desktop or web version of SAP? And can you share details about the impacted selector along with the associated field or button?