‎2010 Oct 17 12:56 PM
HI All
I'm using alv tree (class - CL_GUI_ALV_TREE ) and I want to add a button
to the toolbar (class - CL_GUI_TOOLBAR ) that User can delete
a row from the tree .
assume the user put the cursor on row
how can i know on which node_key is it ?
I am using the event function selected for the button ...
Regards
Alex
‎2010 Oct 18 5:10 AM
Alex,
check this sample program BCALV_TREE_04
call method g_alv_tree->get_selected_nodes
changing
ct_selected_nodes = lt_selected_nodes.
Thanks
Bala Duvvuri