Hello,
is there a possibility to get an ICON with Hyperlink into an ALV Table?
I used the following coding for the ICON:
lr_column = lr_cmdl->if_salv_wd_column_settings~get_column( 'ANLAGE' ).
create object lr_image.
lr_image->set_source_fieldname( 'ANLAGE' ).
lr_column->set_cell_editor( lr_image ).
If I now change to cell editor 'lr_hyperlink', I am loosing my ICON.
regards
stefan