cancel
Showing results for 
Search instead for 
Did you mean: 

iRPA SAPUI5 Recorder x SAPUI5 Table Row

MauricioMiao
Contributor
0 Kudos

Hi,

I am trying to implement an automation for a Fiori App of S/4HANA, Manage Bank Statements, F1564, and it is not working, no matter what I try.

First I faced a problem with a popup, I need to select the first line, the way the automatic recorder mapped the selection box did not work, so I had to change it to a different element:

The recorder map the element as below:

But when executing the automation it is not selecting the line, so I changed the class to SAPUI5 Table Row, then it works but I do not know why in the next step which is just setting the value of a field it is not working.

I tried all different ways to record the screens, automatic, manually, screen by screen but none is working.

What am I missing?

Regards

Mauricio

View Entire Topic
former_member200925
Active Participant
0 Kudos

Hi Miao,

can i suggest you to use actions like "Click," "Type," "Select," and "Set Value" as appropriate for interacting with elements in the Fiori app. Make sure you're interacting with the correct UI components ?

Other alternative is try to manually identify the correct element using SAP iRPA's element inspector tool. You might need to adjust your selectors, XPath, or CSS selectors.

Regards