2015 Jan 15 12:37 PM
Hello
I am fetching the data from the Z table and displaying in ALV grid report .
When I select the particular row to sort it will get sorted but similar fields are not getting merged. Why?
Even if we use in coding not working?
wa_sort-fieldname = 'AUGBL'.
wa_sort-group = 'UL'.
wa_sort-up = 'X'.
wa_sort-subtot = 'X'.
APPEND wa_sort TO it_sort.
2015 Jan 15 12:42 PM
First, execute The Consistency Check, is the sort criteria what you expected, are there any warnings or errors, check layout for NO_MERGING, Else are there any field in input mode (then I don't think grouping is allowed)
Regards,
Raymond
2015 Jan 15 1:05 PM
i think it is the standard functionality
even if just alv display it shod be sorted but i am fetching all data and fields are Z filed
any settibngf for sort ?
2015 Jan 15 3:51 PM
Rejected already, and now reposted three times. So now locked.
Post questions once in one place. If your post is rejected, don't post again.