Example: sapgui_tree_set_column_width

The following example uses sapgui_tree_set_column_width to set a column width to 100 characters.

sapgui_tree_set_column_width("Column3, 100", 
    "usr/cntlTREE_CONTAINER/shellcont/shell", 
    "Column3", 
    "100", 
    BEGIN_OPTIONAL, 
        "AdditionalInfo=info4029", 
    END_OPTIONAL);