cancel
Showing results for 
Search instead for 
Did you mean: 

Value Help is not getting validated with keystroke TAB in SAP IRPA Desktop Studio

priyanka_kes9
Explorer
0 Kudos

I am trying to automate a Maintenance Notification Screen in SAP Fiori. While doing so I am reading data from an excel file and trying to set the value in UI of Maintenance Notification screen.

The first Control on the Fiori Screen is a Input Value Help. As I used Set activity to set the data. The Data is not getting validated and hence Eventually when I am trying to click on Submit button. The Submit action is not getting triggered.

Can you please suggest what action I can use for this in Desktop Studio to achieve this action.

Jerome
Advisor
Advisor
0 Kudos

Hi,

When you captured the application, did you make sure you selected the UI5 connector ? And when you declared the item, what is the custom type ? (in the Properties panel of the item)

Accepted Solutions (1)

Accepted Solutions (1)

priyanka_kes9
Explorer
0 Kudos

Hi,

This problem got solved by using keystroke function for the element.

And then I used ctx.keyStroke(e.key.Tab) after that so as to validate the value.

Thanks,

Priyanka

Answers (1)

Answers (1)

priyanka_kes9
Explorer
0 Kudos

Hi Jerome,

Yes I selected the UI5 connector while capturing the application.

The custom type is input for the item where value help is not getting validated.

I even tried introducing a tab after setting the value in the control. But the validating is not working either ways.

Thanks,

Priyanka