Which transaction are you trying to automate. Please post your screenshot.
I usually use clickcell to click on a button inside SAPGUIGrid.
Regards,
Ankesh
I usually use clickcell to click on a button inside SAPGUIGrid.
Code:
SAPGuiSession("Session").SAPGuiWindow("Display Purchase Order").SAPGuiGrid("GridViewCtrl").ClickCell RowNo,"ColumnName"
e.g.,
SAPGuiSession("Session").SAPGuiWindow("Display Purchase Order").SAPGuiGrid("GridViewCtrl").ClickCell 1,"Release Options"
Regards,
Ankesh