Skip to Content
1
Former Member
Dec 04, 2008 at 06:09 PM

ALV tree - html header usage

554 Views

Hi,

i´m using the following tree object

create object go_tree

exporting

parent = go_docking

node_selection_mode = cl_gui_column_tree=>node_sel_mode_multiple

item_selection = 'X' " required for double-click event on item

no_html_header = 'X'

no_toolbar = 'X'

exceptions ...

what is the usage of the html_header and how can i modify this one.

Is it possible to show an image or xml date there ?

Thx,

Gordon