Micro Focus QTP (UFT) Forums
Find a value in SAPGUILabel Screen - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Find a value in SAPGUILabel Screen (/Thread-Find-a-value-in-SAPGUILabel-Screen)



Find a value in SAPGUILabel Screen - jimgral - 07-14-2016

I am using UFT 12.02 which is licenced through SAP Solution Manager. The testing is conducted in SAP ERP - EHP7

I am trying to find a value in a SAP GUI Label screen and then click the check box. The value is in column 2 there are no duplicate values and no column headings

A view of the screen is attached.

I have managed to carry out the search function in an SAP GUI Table with

'find the Row number with the correct plant
row = SAPGuiSession("Session").SAPGuiWindow("Change View 'Shipping").SAPGuiTable("Shipping Point Determination").FindRowByCellContent("LGrp", Parameter("LOAD_GRP_1_IN"))
row = SAPGuiSession("Session").SAPGuiWindow("Change View 'Shipping").SAPGuiTable("Shipping Point Determination").FindRowByCellContent("Plnt", Parameter("PLANT_IN"))

but this does not work for the SAP GUI Label screen.

Your assistance will be very much appreciated.