You can't use LOOP AT ... INTO <fs_wa> if you have not previously assigned <fs_wa>. But LOOP AT ... ASSIGNING <fs_wa> will do it for you.
↧
You can't use LOOP AT ... INTO <fs_wa> if you have not previously assigned <fs_wa>. But LOOP AT ... ASSIGNING <fs_wa> will do it for you.