Skip to Content
0
Former Member
Jul 06, 2009 at 01:05 PM

Field symbols

30 Views

Hi ,

I am getting the error while using the following code.

loop at <dyn_table_o> INTO <dyn_wa_r>

WHERE <dyn_table_o>-alt_kunnr is NOT INITIAL.

APPEND <dyn_wa_r> to <dyn_table_r>.

ENDLOOP.

error : In "LOOP ... WHERE ..." the line type of the table must be statically defined . . .

What is the solution?

Regards,

Harshit Rungta