SAP Window scrolls down when multiple selection is clicked

I’m very new to SAP automation using UiPath. I’m using t-Code (/SGD/SD_Gen). I wanted to enter multiple values in “Sales organiz. of sales order” field. Using click activity I’m able to select the same. In validation it works fine too.


But when I test the solution without going to multiple selection field it scrolls down the screen.

Then the error message says “Click ‘Button Multiple’: Cannot send input to UI element because it is outside of screen bounds.”
SAPTest.xaml (12.9 KB)

I have tried everything in my knowledge but still doesn’t work. Anyone can suggest?

Hi!

Use Element exists or Anchor base! to stay intact with the Application.

Regards,
NaNi

No, Still the same. Anchor base does not work

Any error?

Anchor Base

Anchor: Find Element(Indicate it Sales organiz. of sales order)
Action: Click Activity

Regards,
NaNi

The error message is “Cannot send input to UI element because it is outside of screen bounds.”

But I found the solution. Thank you for the help.

Enabling Simulate click does the job. I guess this is a common problem in ERP. Here is a more detailed discussion thread on this for someone who might have this problem in the future. Thread for: Cannot send input to UI element because it is outside of screen bounds

2 Likes

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