Skip to Content
0
Oct 19, 2005 at 01:28 PM

GUI tree table to htmlb:tree table

34 Views

I am trying to display a htmlb:tree where I reuse a function module that was used for a GUI tree control.

The function module (which I have to leave as it is) returns a table with the tree node information.

It seems that the data structure of the GUI-based table (TYPE TREEMSNODT) is a little different from the table structure that the htmlb:tree needs (TYPE TVIEW).

Do you have any examples of translating such a table from GUI to htmlb-style?