Hi Experts,
I have doubt, i have an internal table now i want to calculate the total for every group. How to do that?
value type
-
5,439.01 ZMP0
509.60 ZMP0
4,749.26 ZMP0
9,053.95 ZPNL
732.70 ZPNL
66.30 ZPNL
18.10 ZS03
63.90 ZS03
According to the type i need a total for ZMPO, ZPNL, ZSO3 separately and i want to display that total under every group.
how to do that?
5,439.01 ZMP0
509.60 ZMP0
4,749.26 ZMP0
ZMPO total = XXX
9,053.95 ZPNL
732.70 ZPNL
66.30 ZPNL
ZPNL total = XXX
18.10 ZS03
63.90 ZS03
ZSO3 total = XXXX
Like that i want to display the ourput screen, can any one help this? Point will be sure.
Mohana