Skip to Content
0
Jan 05, 2012 at 04:55 PM

cl_salv_table to bring a popup list with checkbox

587 Views

I would like to use class cl_salv_table to bring a popup list with checkbox in front.

before I was using FM 'REUSE_ALV_POPUP_TO_SELECT'

and with the parameter i_checkbox_fieldname I let the FM know the name in my list which he should use as checkbox.

than I got the following feature:

Checkbox can be initiated by taking these values:

1: seleted, can not be changed

0: not selected, can not be changed

X: selected, can be changed

Blank: not selected, can be changed

-: disable checkbox

how I can solve this with cl_salv_table ? I can not find anything in class cl_salv_column_table or cl_salv_columns_table

Any help please..... thanks