SUM statement can only be used in LOOP – ENDLOOP statement. It is considered in AT – END AT control break structure. Inside the contro...
ON CHANGE OF triggers when there is any change of the first occurrence of mentioned fields’ value. It means it actually works like AT ...
AT FIRST triggers at the first loop iteration whereas AT LAST triggers at the last loop iteration. We can’t mention any particular fie...