Hi experts,
I have created an ALV table in webdynpro and I had made few cells to Image by using below code.
lr_image->set_source_fieldname( ls_column-id ).
ls_column-r_column->set_cell_editor( lr_image ).
Now my requirement is I want this cell which is an image to change accordingly on user interaction.
Below is a small snippet...
Best Regards,
Eshwar