Example: sapgui_tree_double_click_item

The following example uses sapgui_tree_double_click_item to open the another window called "List Layout".

// First select the item
sapgui_tree_select_item("SAP Column Tree, REPTITLE", 
    "shellcont/shell", 
    "000692", 
    "REPTITLE", 
    BEGIN_OPTIONAL, 
        "AdditionalInfo=info4019", 
    END_OPTIONAL);
// Then double-click on it
sapgui_tree_double_click_item("List layout, REPTITLE", 
    "shellcont/shell", 
    "000692", 
    "REPTITLE", 
    BEGIN_OPTIONAL, 
        "AdditionalInfo=info1018", 
    END_OPTIONAL);