Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tree Control

Former Member
0 Likes
492

Hi Gurus,

I am new to ABAP.

I want to know how to get the (node text) of a simple tree control on the HANDLE_NODE_DOUBLE_CLICK event....

I want to populate the ALV grid with the help of the node text which is returned on the happening of the double click event.

Is there any system field which holds the currently selected node text value in ABAP?

Thanks in advance for your answers!!

Best Regards,

Vignesh Ravikumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

check the Modulpool SAPSIMPLE_TREE_CONTROL_DEMO

Edited by: krupa jani on Jul 8, 2009 1:04 PM

2 REPLIES 2
Read only

Former Member
0 Likes
449

Hi,

Check Tcode DWDM and see the source code of the sample programs for Tree Control.

Regards

Karthik D

Read only

Former Member
0 Likes
450

check the Modulpool SAPSIMPLE_TREE_CONTROL_DEMO

Edited by: krupa jani on Jul 8, 2009 1:04 PM