Skip to Content
0
Former Member
May 15, 2008 at 11:56 AM

internal table

30 Views

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