‎2008 Aug 05 4:21 AM
Hi ,
I am doing Subtotal in ALV by Grouping the Fields. Instead of Using Subtotal i want to Use Average of
(Total / Quantity) in AlV. Is there any function availabile for doing Average in ALV Reports.
Point will be definately awarded .\
Kamal
‎2008 Aug 05 4:26 AM
‎2008 Aug 05 4:26 AM
‎2008 Aug 05 4:32 AM
> I am doing Subtotal in ALV by Grouping the Fields. Instead of Using Subtotal i want to Use Average of
> (Total / Quantity) in AlV. Is there any function availabile for doing Average in ALV Reports.
>
It is possible to show the Average using the FIELDCATALOG-DO_SUM = 'C'. for the column/field which you want the Average.
FIELDCATALOG-DO_SUM = 'C'. "<-----Avergage
Read the Rules , Don't use Forbidden words...
‎2008 Aug 05 4:52 AM
‎2008 Aug 05 11:54 AM
hi friends,
i don't want to use average (Mean values) but i want to divide Total Amount / total quantity. that is the
division of total amount by total quantity in subtotals.
Can anybody tell the code.
Kamal