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

ALV ICON/Button Question

Former Member
0 Likes
571

Hello All,

I am using cl_gui_alv_grid. I need to create a button with a icon on it, very similiar to what you see in ME23N when you block or delete a line item. I am currently creating the button for my field using the following:

ls_style-style = cl_gui_alv_grid=>mc_style_button.

Does anyone know a way to place a icon on this like in ME23N? Thanks for your help in advance.

John

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
536

hi John,

Have a look at these Links

http://www.sapfans.com/forums/viewtopic.php?t=79424

http://www.sapfans.com/forums/viewtopic.php?t=24512

Hope it helps,

Regards,

Santosh

3 REPLIES 3
Read only

Former Member
0 Likes
537

hi John,

Have a look at these Links

http://www.sapfans.com/forums/viewtopic.php?t=79424

http://www.sapfans.com/forums/viewtopic.php?t=24512

Hope it helps,

Regards,

Santosh

Read only

Former Member
0 Likes
536

Hi John,

i hope this Link helps u.Go thru the entire page

http://www.sapgenie.com/abap/controls/alvgrid.htm

Regards,

Kiran

Read only

Former Member
0 Likes
536

Hello Santosh and Kiran,

Thanks for the help. That did it.

John