cancel
Showing results for 
Search instead for 
Did you mean: 

Edit a sorted field in ALV table

0 Kudos

Hello everybody,

I am using a ALV with input fields to edit the containing data.

When I set a column to sort than the entries are grouped together.

But now I can only change the first grouped entry and not the entry in the second or third line! So can i deactivate this grouping feature? Or how is it possible to edit every line in a sorted column, without to remove the sorting rule?

Thanks and best regards,

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

set this if_salv_wd_std_functions~set_group_aggregation_allowed( abap_false ).

0 Kudos

Hi,

thanks for reply, but there is no different in the ALV behavior.

But with:

lr_field = l_value->if_salv_wd_field_settings~get_field( 'EDAT' ).

lr_field->if_salv_wd_sort~set_grouping_allowed( abap_false ).

(l_value = model)

it works for this one column 'EDAT'.

kind regards

Christian