Code: Alles auswählen.
CALL METHOD sender->get_outtab_line
EXPORTING
i_node_key = wa_children-node_key
IMPORTING
e_node_text = w_text.
Code: Alles auswählen.
CALL METHOD tree->get_selected_nodes
CHANGING
ct_selected_nodes = t_selected_node.
Code: Alles auswählen.
CALL METHOD tree->get_selected_nodes
CHANGING
ct_selected_nodes = t_selected_node.
w_nkey = wa_selected_node.
CALL METHOD tree->get_outtab_line
EXPORTING
i_node_key = w_nkey
IMPORTING
e_node_text = w_text.