Skip to Content
0
Mar 30, 2007 at 05:40 AM

Help needed regarding SUM keyword in an ITAB loop

863 Views

Hello,

I am maintaining a code as given below.

LOOP AT itab INTO totwa.

SUM.

ENDLOOP.

totwa is defined as a workarea which is needed to hold the sum totals of the fields in the itab. According to the documentation of SUM, it should calculate the sum totals and should put the totals in the workarea mentioned. But somehow its not calculating the value. Could anyone please help me in resolving this issue. Please guide me with your thoughts as to what might have gone wrong.

Note: the itab fields are of type P.

Thanks in advance

Sudha Naik