Hi Friends,
I have to display an ALV Grid report with percentage feilds. Everything is fine but the problem arises when the standard ALV sum functionality is used. It simply adds up all the percentage columns. Making do_sum = 'C' wont help either as it would simple give an average of all the percentage. My requirement is to show them through calculation.
Eg: A B C
10 5 50% (B/A * 100)
20 10 50%
Subtotal 30 15 100 Here instead of 100 i need 50 like 15/30*100.
Please help me how to solve this issue.
Thanks in advance
M.Rajendran