Question:
i need to sum percentage column.
i used fm reuse_alv_grid_display.
the result that i get is the summing of the percentage column and it's
not the right result.
in the total line i need to compute the result of column a and column b.
Then ( a / b )* 100.
how can i do this in total percentage column ? ? ?
Answer:
you can modify your totals, subtotals like this
In your fieldcatalog
Use 'DO_SUM' = 'A' for Maximum value.
'DO_SUM' = 'B' for Minumum value.
'DO_SUM' = 'C' for Mean value.
'DO_SUM' = 'X' for Sum or Total value.
Answer:
Hi,
Possible solution suggested here though I seem to remember reading somewhere that the ALV Event Before_Line_Output works only with Reuse_Alv_List_Display and not with Reuse_Alv_Grid_Display:
/forums/viewtopic.php?t=88401&highlight=alv+percent%2A+total
Regards.