2008 Aug 27 12:33 PM
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?
2008 Aug 27 1:50 PM
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.
2008 Aug 27 1:50 PM
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.
2011 Nov 14 3:04 AM