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

ALV sort functionality from Z table

ABAPER_P
Participant
0 Likes
526

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.

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
496

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

Read only

0 Likes
496

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 ?

Read only

matt
Active Contributor
0 Likes
496

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.