Different Selectors in different SAP Systems

Hello Community,

i want to automate a workflow which reconciles account balances shown in different SAP Systems my company is using. So basically it is the same automation with a little bit adaption of the selectors. Unfortunately, the Selector Visual tree in the one SAP System is completely different to the tree in the other one. The explorer generates other selectors for the same fields - many fields aren’t even recognized in the second SAP Systems.

The Infos i could get so far:
Both Systems are on the same SAP Release.
In Both Systems SAP Scripting is enabled on Server and on Client

Here are some (1) Screenshots of the Selectors for Elements i could identify in Both Systems and (2) Screenshots of the Issue where an Element could be identified in one System but not in the other:.

(1)
Well Working Selector in 1 SAP System

Bad Working Selector in 2. SAP System

(2)
Well Working Selector in 1 SAP System
P1U%20UiPath%20Selector

Bad Working Selector in 2. SAP System
G30%20UiPath%20Selector

I hope anybody can help me on that topic as i dont won’t to navigate with hotkey, especially as i want to extract table data…

Thanks!
Marius

1 Like

Hi @jostm7,

Welcome to the Community.

Please ensure that the scripting is enabled in SAP system 2 client as well as server.

https://studio.uipath.com/docs/enabling-sap-gui-scripting

Regards,
Vivek

2 Likes

Hello Vivek,

thanks for the aswer.

But as far as I know scriting is enabled on server as well as on the client on each system…

Could there be another explanation?

Hi @jostm7

The entire setup of both machines should be as similar as possible.

Sometimes the easiest solution is to reinstall / update Studio and/or packages and any extensions.

I have same issue. I recorded SAP steps which was working fine with selector - GUI . After some runs the selectors got changed (on same machine i.e. my machine) to have selectors as AFX. With the selector as AFX*, bot does not identify certain text fields too in SAP. Would be glad if anybody can provide some solution

@sushildarveshi id numbers will keep on changing …search for unique attribute better than id
like - aaname
becos they hold stable seletor

if that also doesnt work then use click ocr text by providing appropriate delays

if you are good with coding then use vb scripting

We also face similar issues

Dear @sushildarveshi, @devashish1989, @all

Please ensure that the scripting is properly activated.

Follow our latest documentation, step-by-step (do not skip any steps, do not assume any settings, just check it please)

HINT:
The right SAP selector has SAP ID inside
The wrong SAP selector has AFX inside.

Enabling SAP WinGUI API scripting allows you to create reliable automations for the SAP WinGUI.

2 Likes

Yes - issue was resolved after enabling server side scripting. Thanks every1 for help.

2 Likes

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