Start of Content Area

Syntax documentationlist_header_set_t_image  Locate the document in its SAP Library structure

Use this method to define an icon for the list heading.

CALL METHOD list_tree->LIST_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

'BNONE' : No icon. As a result, the display position of the node is brought forwards.

Note

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