‎2006 Oct 24 2:03 PM
In OO alv display i am showing the 'quantity to be produced ' as per the day.
Now i need to sum up the quantity for each day.
how can i do it,
‎2006 Oct 24 2:07 PM
Hi John,
You have to include one more column for the date.
Fill the sort table for that field.
Make sure that the column for the date is the first field in the list.
Then apply the sort function on that field. Then you can get the quantity per day.
Regards,
ravi
‎2006 Oct 24 2:09 PM
‎2006 Oct 24 2:33 PM
Hai Rich,
Thank u very much....
Its easier to understand, if u have sample code for this.
please send me.......
‎2006 Oct 24 2:50 PM
Hai Rich, i suppose this will not help in this case.
My display is like this
Monday ( Text)
planned (Text )
matnr
quantity
matnr
quantity
......
.....
....
......
sum :
______
I need to sum only the quantitiy here.....
How can i do it.