2020 Mar 12 5:16 AM
Hi Friends
My Requirement is to show the subtotal value for the field Quantity for each material and sub material
1) i don't want to show all the quantity need to show only the subtotal value in same row not in the below row
2) how can i hide the quantity row and show only single row with subtotal
2020 Mar 12 6:17 AM
2020 Mar 12 6:17 AM
2020 Mar 12 6:58 AM
2020 Mar 12 7:11 AM
Ah yes ... you have to sum all column if you want to see the value in the result (obviously, if the values are different, witch one ALV will display ?)
2020 Mar 12 3:11 PM
It's not possible to do that with the standard total ALV function.
Why don't you provide an internal table with the total already calculated by your program before the ALV is displayed?