Show TOC

Syntax documentationhierarchy_header_set_t_image Locate this document in the navigation structure

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

Syntax Syntax

  1. 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. 
End of the code.

Parameters

Description

t_image

' ': No icon.

'@xy@': Uses the SAP icon with number xy

Note 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.

End of the note.