Loop at itab into <wa>
Here I want to sum all <wa>-field2
Can I use
compute sum = sum + <wa-field2>
Endloop
is there a more elegant method