cancel
Showing results for 
Search instead for 
Did you mean: 

how to make a column as hiperlink which is added with image only on its cells?

Former Member
0 Kudos

Hi,

i have one requirement so accordingly i have added one new column to the alv display and i have added the MIME images icon  on new column cells, now i have to add the action method to that image cells, means when i click on the image icons it should trigger a action method?

Please suggest me how to do this.

Thanks.

siva.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

use method set_cell_editor( ) and set the cell editor to Link to Action.

Check this wiki for reference: http://wiki.scn.sap.com/wiki/display/ABAP/How+to+implement+Link+to+action+in+ABAP+webdynpro+ALV

If you are looking for Table UI, here is the reference: Display Image as Link in Table

hope this helps,

Regards,

Kiran