Example: sapgui_tree_click_link

The following example uses sapgui_tree_click_link.

sapgui_tree_click_link("New1 Col. 1, Column2", 
    "usr/cntlTREE_CONTAINER/shellcont/shell", // Tree ID
    "New1", // Node Key
    "Column2", // Item Name
    BEGIN_OPTIONAL, 
        "AdditionalInfo=info1094", 
    END_OPTIONAL);