cancel
Showing results for 
Search instead for 
Did you mean: 

tree control.

Former Member
0 Kudos

hi,

i have a tree controll, with a root and three child elements.

how do i populate the tree. i have never worked with tree before. its urgent.

please replly back soon.

Thanks,

Ritwik.

Edited by: Ritwik Chatterjee on Mar 27, 2008 9:57 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

you can create a tree structure in wda, for that you can use the UI Tree. You can bind values to the node and the once the node is mapped to the tree, then it will display the tree and refer below links also..

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de1...

Regards

Sathish

Former Member
0 Kudos

Hi ,

you want only the tree ui element or table tree ui element . If it is a table tree then u have to create context attribute Leaf , parent , node and name refer the example demo table tree*

or for simple tree ui element refer DemoTree or go to wdr_test_events select the view tree.

Regards

Sathish

Former Member
0 Kudos

HI,

please have a look on standard application WDT_TREE.

Its very use full for you.

Thanks.