Skip to Content
0
May 30, 2018 at 02:45 PM

SAP GUI Scripting. How To get values in View Selection window?

3687 Views

Hello,

I'm wiriting a script that requires me to verify the selected row value in a view selector. I get the rows selected fine with GetAbsoluteRow(0) etc. But now I would need to verify the view associated with that specific row.

Is there any way for me through a script to access the description of that row in a view selector.

For instance:

If session.findById("wnd[1]/usr/tblSAPLMGMMTC_VIEW").GetAbsoluteRow(0).Text = "Sales Text" and so on.

Thank you!