Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ICON

Former Member
0 Likes
446

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

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

3 REPLIES 3
Read only

Former Member
0 Likes
404

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

Read only

Former Member
0 Likes
403

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.

Read only

Former Member
0 Likes
403

Hi

Try this code

Tables sscrfields.

selection-screen FUNCTION KEY 1.

initialization.

concatenate '@42@' '' into sscrfields-functxt_01.

Regds

Seema