Example: sapgui_table_set_column_width

The following example uses sapgui_table_set_column_width to set the third column of a table to 11 characters wide.

sapgui_table_set_column_width("Depart.city", 
    "usr/tblRSDEMO02TC_SPFLI", 
    "2", 
    "11", 
    BEGIN_OPTIONAL, 
        "AdditionalInfo=sapgui1036", 
    END_OPTIONAL);