cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Tree Node

Former Member
0 Kudos

Hello,

I want to create a Tree UI Element with 2 levels. The values i want to set in the wddoinit() method of the view controller using internal tables rather than using DB Tables. Whats the procedure and code to do the same.?

Any help would be highly appreciated.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Tree UI element is a complex ui and it is not easy to explain and give code snippet for doinit method.

I would suggest to look into the [http://help.sap.com/saphelp_nw70/helpdata/en/21/ad884118aa1709e10000000a155106/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/21/ad884118aa1709e10000000a155106/content.htm]

see WDR_TEST_UI_ELEMENTS,wdr_test_events components for examples.

Former Member
0 Kudos

Thanks for your help.