Use this method to define an icon for the hierarchy heading.
CALL METHOD list_tree->hierarchy_header_set_t_image
EXPORTING t_image = t_image
EXCEPTIONS tree_has_no_headers = 1
failed = 2
cntl_system_error = 3.
Parameters |
Description |
t_image |
' ': No icon. '@xy@' : Uses the SAP icon with number xy |

You can address the icon using its name, for example,
ICON_ANNOTATION . To do this, the statement INCLUDE <ICON>. must appear in your program.