Question:
Hi All,
I am writing a program to display output in ALV list format. I am calling the FM REUSE_ALV_LIST_DISPLAY. The output is so far so good.
My requirement is to show percentage on the quantity column displayed. There is a summation/sub total icon available in ALV, likewise is there anything for calculating percentage of the column ?
Please help.
Rgds,
Natalia.
Answer:
You would have to calculate the percentage in the ABAP and put it in the internal table that you are passing to REUSE_ALV_LIST_DISPLAY.