Hello,
Is it possible to use ‘click toolbar button’ SAP activity to select a button in a shell container? I’m trying to use the filter button in an ABAP catalogue to select a value.
This is how it looks with the SAP GUI Tracker :
’ Transaction = FBL1H
’ Title = ABAP: Variantencatalogus van programma FAGL_LINE_ITEM_BROWSER_AP
’ Dynpro = SAPLSVAR600
’ Session = 1
'-----------------------------------------------------------------------
session.findById(“wnd[1]/usr/cntlALV_CONTAINER_1/shellcont/shell”).pressToolbarButton(“&MB_FILTER”)
If I select the value without using the filter, the selector gives me this result :
‘sap colName=‘VARIANT’ id=‘usr/cntlALV_CONTAINER_1/shellcont/shell’ tableRow=‘2’ /’
The problem is that I’m not sure that the value I want will always stay on the 3rd line …
Thanks in advance for your help !
Kind greetz,
Riana