Example: sapgui_table_set_focus

The following example uses sapgui_table_set_focus to set the focus on the cell in the first row and column.

sapgui_table_set_focus("(0, 'Name')", 
    "usr/tblRSDEMO02TC_COLS", 
    "0", 
    "0", 
    BEGIN_OPTIONAL, 
        "AdditionalInfo=sapgui1051", 
    END_OPTIONAL);