Generally when we sort it merge the cell for key fields like VBELN, POSNR etc...
But with the same combination i want to use for quantities too, VBELN, POSNR, KWMENG when i sort the quantity column should merge with same matching rows in alv.
please advise any guess .. to get the below required format.
example.
Report in regualar display | |||||
Order# | Line# | Quantity | Delivery# | Del.Line | |
1001 | 10 | 50 | 2001 | 10 | |
1001 | 10 | 50 | 2002 | 10 | |
when I sort on order and item it shows like | |||||
Order# | Line# | Quantity | Delivery# | Del.Line | |
1001 | 10 | 50 | 2001 | 10 | |
50 | 2002 | 10 | |||
same way tried sorting on quanity but not working the merge option. | |||||
Order# | Line# | Quantity | Delivery# | Del.Line | |
1001 | 10 | 50 | 2001 | 10 | |
2002 |