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