Example: sapgui_table_reorder

In this example, sapgui_table_reorder moves the fourth column (column three) to the third position.

sapgui_table_reorder("Move Depart City", 
    "usr/tblRSDEMO02TC_SPFLI",
    "0 1 3 2", 
    LAST );