Example: sapgui_table_set_column_selected

The following example uses sapgui_table_set_column_selected to select the third column in a table.

sapgui_table_set_column_selected("Depart.city", 
    "usr/tblRSDEMO02TC_SPFLI", 
    "2", 
    "True", 
    BEGIN_OPTIONAL, 
        "AdditionalInfo=sapgui1035", 
    END_OPTIONAL);