Example: sapgui_tree_get_item_text

The following example uses sapgui_tree_get_item_text to get the text of a check box.

sapgui_tree_get_item_text("CheckBox Text", 
    "usr/cntlTREE_CONTAINER/shellcont/shell", // Tree ID
    "Child1", //Node ID
    "Column3", // Item Name
    "CheckBoxText", // Output Parameter
    LAST ); 
Example: Output: 
Notify The value of parameter "CheckBoxText" was set to "Child1 Col. 3".