‎2007 Apr 04 12:57 PM
Hi Gurus,
I have Push Button in the selection screen. I want to give some icon in the push button instead of text. How can i do this. Its very urgent please help me
Regards
Swetha
‎2007 Apr 04 12:58 PM
In the AT SELECTION-SCREEN OUTPUT event,
selection-screen PUSHBUTTON 2(20) but1 USER-COMMAND cli1.
at selection-screen output.
concatenate icon_green_light 'Click This!'
into but1 separated by space.
Reward if it is useful
Regards
Ravi
‎2007 Apr 04 12:58 PM
In the AT SELECTION-SCREEN OUTPUT event,
selection-screen PUSHBUTTON 2(20) but1 USER-COMMAND cli1.
at selection-screen output.
concatenate icon_green_light 'Click This!'
into but1 separated by space.
Reward if it is useful
Regards
Ravi
‎2007 Apr 04 1:02 PM
In your button attribute there is an Icon Name parameter. Refer to the table ICON and put the name found in the ICON-NAME column.
Use the screen painter:
It should be the thrid parameter of the parameter.
‎2007 Apr 04 1:05 PM
Hi
Try this code
Tables sscrfields.
selection-screen FUNCTION KEY 1.
initialization.
concatenate '@42@' '' into sscrfields-functxt_01.
Regds
Seema