cancel
Showing results for 
Search instead for 
Did you mean: 

To add Icon_checked to push button

Former Member
0 Kudos

Moved to correct forum. Please take care to post in the correct forum in future.

Hi,

I have to add Icon_checked icon to a push button on a screen , how can i do this please help!

Thanks ,

Alok

Edited by: Matt on Mar 17, 2009 12:59 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Check the following code snippet.

REPORT ZTESTD1 .

include <icon>.

seLECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN PUSHBUTTON (10) path USER-COMMAND brw.

seLECTION-SCREEN end OF LINE.

INITIALIZATION.

*For the push button

path = ICON_CHECKED.

Regards,

Deepthi

Answers (2)

Answers (2)

matt
Active Contributor
0 Kudos

Moved to correct forum. Please take care to post in the correct forum in future.

Former Member
0 Kudos

Hi Dude,

Go through the below Link:[http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba9a635c111d1829f0000e829fbfe/content.htm]