Example: sapgui_table_set_row_selected

The following example uses sapgui_table_set_row_selected to select the third row in the table.

sapgui_table_set_row_selected(
    "usr/tblRSDEMO02TC_SPFLI", // Table ID
    "2",          // Third row
    "True",     // Select
    BEGIN_OPTIONAL, 
        "AdditionalInfo=info1019", 
    END_OPTIONAL);