Example: sapgui_tree_open_item_context_menu
The following example uses sapgui_tree_open_item_context_menu to open a context sensitive menu.
sapgui_tree_select_item("Use as general WWW browser, REPNAME",
"shellcont/shell",
"000732",
"REPNAME",LAST );
sapgui_tree_open_item_context_menu("REPNAME",
"shellcont/shell",
"000732",
"REPNAME",
BEGIN_OPTIONAL,
"AdditionalInfo=sapgui1016",
END_OPTIONAL);