Micro Focus QTP (UFT) Forums
Clicking dynamic SAP GUI Label - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: General (https://www.learnqtp.com/forums/Forum-General)
+--- Forum: Posting Guidelines/Disclaimer (https://www.learnqtp.com/forums/Forum-Posting-Guidelines-Disclaimer)
+--- Thread: Clicking dynamic SAP GUI Label (/Thread-Clicking-dynamic-SAP-GUI-Label)



Clicking dynamic SAP GUI Label - pratap3 - 02-03-2014

Hi,

In my SAP ABAP application there is a SAPGuiLabel object which may contain different decimel values e.g. 39.15 or 299.78 etc. My requirement is that depending on my input I need to locate the object and double click on it.

Your help/input is appreciated.


RE: Clicking dynamic SAP GUI Label - supputuri - 02-04-2014

If you are using plain QTP along with OR- then use the SetToProperty to update the value dynamically.
Eleseif you are using SAPTAO then generate dynamic URI and use the same.

Let me know if you need any more information.