Micro Focus QTP (UFT) Forums

Full Version: Clicking dynamic SAP GUI Label
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.