Skip to Content
0
Former Member
Feb 21, 2011 at 08:04 AM

Problem with control break event

33 Views

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