Send hot-key Activity not working in SAP

Greetings Folks,

I have a process to automate where I have to select all rows of a table. We have to run this entire process in background, so I am using Send hotkey activity (Ctrl+A). While running the Bot, we are getting absurd lines on SAP gui(attaching screenshot). Can anyone who faced similar problem, describe a way to resolve this.

PS: I have used “Send Hotkey” with input method as “Send Windows Message” and “Default” both. For both ways, I am getting same results.


1 Like

try to create a script in exel and use execute script in uipath

image

what transaction code is this?

@tusharUdeep

Hello Tushar,
your images shows us the local tab order customizing of the SAP screen. You activate the visualization with Shift+Ctrl+A. Are you really sure that your hotkey is Ctrl+A and not Shift+Ctrl+A?
Best regards
Stefan

Hi Stefan,

Thanks for replying. I am sure I am using Ctrl+A only.

1 Like

This is a window in T-code SPAD.

Bot is working fine when I used “Ctrl+a”, instead of “Ctrl+A”. Capitalization of character ‘a’ was making the bot to pass ‘shift’ along with ‘Ctrl+a’.

@tusharUdeep

Hello Tushar,
that is the point, exactly as you and I wrote, Ctrl+A is Ctrl+Shift+A.
Best regards
Stefan

1 Like

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