cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Drop down

Former Member
0 Kudos

Dear all,

We use an ALV with one editable column. This column has been defined as DropDown. Everything is working fine: The DropDown is shown and we are able to select a value. However the selected value is not update in the ALV table.

Does anyone know how to accomplish this?

Kind regards,

John.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi John,

Try the following:

Set the settings of your ALV table as stated below:

zlo_settings->set_data_check( if_salv_wd_c_table_settings=>data_check_on_cell_event ).

Now implement a method of type event handler and that responds to the event "ON_DATA_CHECK" of your ALV.

In this method you must be able to retrieve the new value you selected (check the modified cells) and put it into your ALV table.

Hope this helps,

Regards,

Jos

Answers (0)