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

Not able to get the database data into the Tree Control

Former Member
0 Likes
438

Hi Everybody,

I have to populate the tree control with nodes and items, which is to be populated from the database, and the tree control is <b>dynamic</b>. I mean, there is a <b>toolbar</b>, whenever a <b>pushbutton is clicked</b>, depending on that the tree contents has to be changed.

If anybody had worked with <b>CL_GUI_COLUMN_TREE</b> control to get the data from database, depending upon the <b>pushbutton selected in Toolbar</b>, please paste the seudocode for it.

Regards,

Abdul,

Intelligroup.

P.S: Helpful answers will be rewarded.

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
416

have you seen this demo program

SAPCOLUMN_TREE_CONTROL_DEMO

Regards

Raja

Hi Everybody,

I have to populate the tree control with nodes and items, which is to be populated from the database, and the tree control is <b>dynamic</b>. I mean, there is a <b>toolbar</b>, whenever a <b>pushbutton is clicked</b>, depending on that the tree contents has to be changed.

If anybody had worked with <b>CL_GUI_COLUMN_TREE</b> control to get the data from database, depending upon the <b>pushbutton selected in Toolbar</b>, please paste the seudocode for it.

Regards,

Abdul,

Intelligroup.

P.S: Helpful answers will be rewarded.

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
417

have you seen this demo program

SAPCOLUMN_TREE_CONTROL_DEMO

Regards

Raja

Read only

Former Member
0 Likes
416

Thanks! My problem is solved!