I have an internal table and want to get the summation on one field for all rows in table.
One approach is to loop through records and accumulate totals.
is there a shorter and more elegant solution