Hi all,
I'm trying to automate some SAP actions with Excel.
I recorded some Script from SAP an most is working just fine, I only have a problem selecting the first row after filtering material in Position

Recording results in:
session.findById("wnd[0]/usr/tblSAPLV60PTCTRL_KOPIEREN").getAbsoluteRow(466).Selected = True
But I can't select a row with the AbsoluteRow number since I don't know that number.
Any ideas how to select the first row after filtering ?
Thanks.