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 ?