loop at itab into wa_itab.
Now for wa_itab-umwrk I need to get burks
from t001k-werks where wa_itab-umwrk = t001k-werks.
Do i do a select single / read, are there any performance considerations since the fetch is being done inside a loop.
endloop.