11-18-2014, 12:28 AM
Hello
I am running into an issue with UFT and SAPGUIGrid. UFT is not recognizing a matchcode icon in SAPGUI GridControl Cell. When the user clicks the matchcode icon in Grid control cell, it opens a Word editor. But UFT does not recognize the matchcode icon.
Any ideas as to how to program this?
At this point it selects the cell in "ABC" column but not able to click on the matchcode icon in the cell. Any help would be appreciated.
Thanks
I am running into an issue with UFT and SAPGUIGrid. UFT is not recognizing a matchcode icon in SAPGUI GridControl Cell. When the user clicks the matchcode icon in Grid control cell, it opens a Word editor. But UFT does not recognize the matchcode icon.
Any ideas as to how to program this?
Code:
SAPGuiSession("Session").SAPGuiWindow("XXXX").SAPGuiGrid("GridViewCtrl").SelectCell 2,"ABC"
At this point it selects the cell in "ABC" column but not able to click on the matchcode icon in the cell. Any help would be appreciated.
Thanks