Hi,
I have an Internal table which looks like below
Customer Amount
0001 20.00
0001 30.00
0002 34.00
0002 40.02
I need to calculate the total amount per customer, which is Customer 0001 will have a total of 50 and 0002 has a total amount of 74.02.
Does anyone know how to code this , by not including tooo many loop statments?