Skip to Content
0
Former Member
May 30, 2008 at 01:51 PM

error in loop at itab in ECC 6.0

1111 Views

hi,

in ECC 6.0, in an abap proxy class i have a loop statement as follows:

LOOP AT tablename.

sdfsdf

sfsfsf

s

fsf

ENDLOOP.

and i get the error, At "Loop At itab" one of the additions into/assigning or transporting no fields is required in OO context !! what does that mean ? in my abap proxy class can't i use the loop at statement's simplest form ?

whats the solution ?