ICON in Selection-Screen

How to write the ICON in the selection screen. In the selection screen definition add the below code
1 | selection-screen comment 40(20) icon1. |
Now in event of at selection-screen output add these lines.
2 3 | AT SELECTION_SCREEN OUTPUT. write icon_configuration as icon to icon1. |