Application Development 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: 

Item strudte in designing tree layout

Former Member
0 Kudos
86

Hi All,

I am creating a tree structure by using class "cl_gui_list_tree". For this I require node structure & item structure. For node i am using: data: node type treev_node.

But regarding item i am not sure which structure to use to declare it.

Plz help me in this...

Thanks in advance,

Vijay

1 REPLY 1

Former Member
0 Kudos
38

Use a table type of structure MTREEITM or MTREESNODE.

Manoj