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?