Maybe someone can give me a hint, I need to loop through the text cells of a GuiTableControl
object in a report variant (RSEOUT00
) until I find the next empty text cell, and there I need to fill in the content from an Excel cell.
Session.FindByID("wnd[1]/usr/tabs/TAB_STRIP/tabpNOSV/ssubSCREEN_HEADER:SAPLALDB:3030/tblSAPLALDBSINGLE_E/txtRSCSEL_255-SLOW_[1,0]").text <> ""
How can I increment in /txtRSCSEL_255-SLOW_[1,0]").text
the 0 and do something on the empty line found?