How to select item in sap drop down list based on half part of input string

I have a sap application, in that I need to select IR(10) 5564566… Based on argument in materialno(5564566)
Tried with select item, find children but not working
Can any one suggest to do this
Thank you
@THIRU_NANI @Gangadhar_Athili

Hello.
Try the select item with *

Hey!

Use CV Drop down…

Try this and let me know

Regards,
NaNi

Two ways

Click Dropdown
Next click by passing variable as *MaterialNo

Select item

“*”+MaterialNo

To select material no in next click, the selector not selecting any text, only 1 id other than nothing

Error when selecting dropdown

Hey!

Could you please show us the application screenshot?

Regards,
NaNi

Here IR like 170 270 and material no 90608678 like that are coming from queue
Based on material no and IR we need to select present item

Hey!

Have you tried with type into?

If this is also not possible… can we try with normal click activity?

Regards,
NaNi

Tried with click not working, will try with type into thank you

1 Like

Tried with click
Screenscraping
Generate datatable with tab
For each
If row(0). Tostring contains(material no)
Then
Assign selected item var= row(1).Tostring
break

select item by passing var selecteditem

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