SAP - Grid / Table row not able to identify the row count in selectors

Hi All,

in sap app., need to click on each row and perform some activities. But selector is giving only these much information. Even used UI explores → Ui Automation to find… But inner tag / elements are not visible.

"wnd app=‘saplogon.exe’ cls=‘SAP_FRONTEND_SESSION’ title=‘* Display Document: Basic Data Initial *’
sap id=‘usr/tabsTAB_MAIN/tabpTSMAIN/ssubSCR_MAIN:SAPLCV110:0102/cntlCTL_FILES1/shellcont/shell/shellcont[1]/shell’ "

Anyone faced such probelms and able to solve it ?

Thanks,
SV

try to click on the various part of the row you will get a configurable selectors

Getting only rel path element and which common for all the rows.

do we need to enable any settings in SAP logon ?

if its single row, we can able to acheive, but if it has more than one row…

Even tried with screen scraping and converted into data row. But not sure, how to process all the rows… each row there is right click activity and do some six click activities in that.

Hi @veeramani.shanmugam
To be able to understand your automation challenge better, please share following information:

  • SAP WinGUI version
  • SAP WinGUI transaction
  • UiPath Studio version
  • UiPath UiAutomation Activity version

In addition share the following screenshots:

  • SAP WinGUI screenshot - Full screen (you can blurry the business information)
  • SAP UiPath Studio - selectors of SAP element

Best regards, Lev

1 Like

Hi Lev

Used descendants in find childern activity and able to achieve it.

Thanks,
Veera

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