loop at it_output into lwa_output.
lv_tabix = sy-tabix.
read table it_vbak into lwa_vbak with key vgbel = lwa_outout-vbeln.
if sy-subrc eq 0.
delete it_output index lv_tabix
endif
endloop.
loop at it_output into lwa_output.
lv_tabix = sy-tabix.
read table it_vbak into lwa_vbak with key vgbel = lwa_outout-vbeln.
if sy-subrc eq 0.
delete it_output index lv_tabix
endif
endloop.