SAP Window not acessible

I’m trying to capture the SAP dialog box that appears after clicking List. However, UiPath is no longer recognizing this dialog window.

Previously, it was detected and fully interactable, and I had successfully built automations around it. Now, for some reason, the dialog box is not being identified by UiPath.

Add one moreUse Application/Browser activity inside your existing one and indicate this popup as application/window to automate.

Inside this new scope you can add the activities you wanted to interact with like type into, click etc.

1 Like

@RPA_Geek1

This is common challenge in SAP
kindly check the following setting is enabled.

SAP GUI → Options → Accessibility & Scripting → Scripting

  • Enable scripting
  • Allow external applications

Let me know if it is working.

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