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

Sorting, Grouping columns in Editable ALV

Former Member
0 Likes
730

Hi All,

In a normal (display) ALV, when we select a column and click the sort button on the toolbar, it also groups the data in that column, i.e similar data doesn't showup repeatedly. Whereas in an ALV where we have a few fields editable, the grouping functionality does not work. Sorting does sort the columns but repeats the data as well.

I tried making the GROUP field as 'X' in the structure of type lvc_s_sort in coding. But it simply doesn't seems to work with the editable ALV.

Is it a limitation of the ALV, or is there a way to get this working?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
544

when you are working with editable fields Group functionlaity will fail. In case of editable fields there is no solution. But if it is the case of Checkbox we can manage that and will be able to show the Group.

Hi All,

In a normal (display) ALV, when we select a column and click the sort button on the toolbar, it also groups the data in that column, i.e similar data doesn't showup repeatedly. Whereas in an ALV where we have a few fields editable, the grouping functionality does not work. Sorting does sort the columns but repeats the data as well.

I tried making the GROUP field as 'X' in the structure of type lvc_s_sort in coding. But it simply doesn't seems to work with the editable ALV.

Is it a limitation of the ALV, or is there a way to get this working?

2 REPLIES 2
Read only

Former Member
0 Likes
545

when you are working with editable fields Group functionlaity will fail. In case of editable fields there is no solution. But if it is the case of Checkbox we can manage that and will be able to show the Group.

Read only

Former Member
0 Likes
544

Ok... as it's not possible. Left it alone!