Example: sapgui_tree_get_node_text

The following example uses sapgui_tree_get_node_text to get the text into "NodeText".

sapgui_tree_get_node_text("Get Node Text",
    "usr/cntlTREE_CONTAINER/shellcont/shell", // Tree Id
    "Child1", //Node Key
    "NodeText", // Output Parameter
    LAST );
lr_output_message("Node Text : %s",lr_eval_string("{NodeText}")); 
Example: Output:
"{ActionName}.c({line#}): Node Text : Child1 Col. 1."