SAP action after logon

Hello all,

i’m working on an automation with SAP.

unfortunately it’s not possible to enable scripting on server side (with RZ11). I only have scripting on client side.

I can logon and login with SAP LOGON and i’m here to ask you what is the best way to open a specific menu / click on a specific icon / run a transaction without scriptiing on server side…

I already tried to do the activity “use application/browser” select the windows but it doesn’t work as expected… i also tried to use “SapSession” but maybe not in the right way…

So my question is " what is the best way to interact with SAP LOGON client (click on specific icon, choose menu and so on) without scripting enabled on server side?

thanks a lot

Hi @Luca09,

There is a way to use image selection in UiPath which allows you use ui acitivites on specific parts of the UI. once you use any activites for example click, then there is an option as shown in the image
image
here you can press f3 and drag the portion of the screen you want to click on.
Please try this and let me know if it works.