Hi All,
I had a problem with control break events with dynamic internal table .
it is not allowing the SUM in the follwing block of code.
is there any other option to sum the records.
LOOP AT <dyn_table> INTO <dyn_wa>.
AT END OF <f1>.
SUM.
ENDAT.
ENDLOOP.
Thanks
Venkat