Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CL_SALV_TABLE checkbox

sergio_atzori
Explorer
0 Likes
3,839

Hi everybody,

I'm actually using class CL_SALV_TABLE in showing up a list, I've been asked to add a checkbox column to get rows of the list selectable,

It's required in this case checkbox old style, thoose which you have to edit the flag inside

NOT the simple row marker provided by

lr_selections->set_selection_mode( if_salv_c_selection_mode=>row_column ),

Bottom line I need a field, editable checkbox, in CL_SALV_TABLE mode,

I couldn't make it by the notice I found, does anyone know a way to get it possible?

Thanks in advance,

Sergio,

Hi everybody,

I'm actually using class CL_SALV_TABLE in showing up a list, I've been asked to add a checkbox column to get rows of the list selectable,

It's required in this case checkbox old style, thoose which you have to edit the flag inside

NOT the simple row marker provided by

lr_selections->set_selection_mode( if_salv_c_selection_mode=>row_column ),

Bottom line I need a field, editable checkbox, in CL_SALV_TABLE mode,

I couldn't make it by the notice I found, does anyone know a way to get it possible?

Thanks in advance,

Sergio,

1 REPLY 1
Read only

Former Member
0 Likes
949

Hi,

Check these Links..