cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro ABAP ALV menu button icon image

Former Member
0 Kudos

Hi

Does anybody know how to add or link an image or an icon to a menu button in a

Web Dynpro ABAP ALV view?

I know how to do it in the alv table column but can't find a method for a menu button.

Best regards

Lars

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Lars,

Can you please tell me how to add or link an image or an icon to the alv table column ?

Best Regards,

Eran

Former Member
0 Kudos

Good job Lars!

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You know, conversations with yourself can be a sign of mental instability.

Actually thanks for coming back and posting the answer that you found on your own. Too often people don't do that.

Former Member
0 Kudos

Hi

Found the answer:

DATA: lr_febutton TYPE REF TO cl_salv_wd_fe_button.

lr_febutton->set_image_source( '@4B@' ).

Just used a wrong class.

Best regards

Lars