I have a use case where some of my ALV columns are editable and some not.
In that ALV, first non-editable column, on click, should open ME23 tcode and on Enter on 2nd editable column, my custom logic should be called and populate it with new values.
But the sad part is, the event ON_CLICK is only triggered if the method IF_SALV_WD_TABLE_SETTINGS~SET_CELL_ACTION_EVENT_ENABLED is set to FALSE Otherwise, the event ON_CELL_ACTION is triggered. Both don't work together.
So, is there a way around to activate both or address this requirement ?
Thanks
Geeta