I am displaying an ALV using CL_SALV_TABLE=>FACTORY where I want the user to be able to select a number of lines which then will be processed further.
I did turn the column into a checkbox column using CHECKBOX_COLUMN->SET_CELL_TYPE( IF_SALV_C_CELL_TYPE=>CHECKBOX ), but I did not find a way to make the column "editable", it is read-only.
Is there a way to get this to work with CL_SALV_TABLE?
Everything i found so far are solutions for the old ALV-Functions