report z. include . data xyz(70) type c. write: / icon_plant as icon, 'This is plant'. call function 'ICON_CREATE' exporting name = icon_plant text = 'This is plant' info = 'Plant xyz' "on mouse over text add_stdinf = 'X' importing result = xyz exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3. write: / 'sy-subrc =', sy-subrc. write: / xyz, / xyz as icon.