![]() |
|
SAPGUI Grid - 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: SAPGUI Grid (/Thread-SAPGUI-Grid) |
SAPGUI Grid - Ansh123 - 11-18-2014 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? 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 RE: SAPGUI Grid - supputuri - 11-20-2014 Check if you can use the childobjects concept. |