07-14-2016, 01:46 PM
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.
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.