ClickGoldenArrow($[$<item>.<col>.0.<row>]);
|
Sample: Click($[$38.1.0.First]) will (if placed on a Invoice screen) press the golden arrow of the first item in the matrix.
In addition to a numbered row you can use the following keywords to refer to special rows:
Keyword
|
Description
|
.FIRST
|
Refer to the First row in the Matrix (does essentially the same a ".1")
|
.LAST
|
Refer to the Last row in the Matrix
|
LAST-1
|
Refer to the Second to Last row in the matrix (this is in many cases handy as SAP normally have an new empty line for new row entries)
|
.SELECTED
|
Refer to the Row that have a Selection (aka highlighted in Yellow). If no selection this will fall back to working with the first row
|
.FOCUSED
|
Refer to the Tow that have cell focus (the row where the "yellow" cell is). If no cell focus this will fall back to working with the first row
|
Video: Working with rows and keywords
|