Skip to Content
0
Jun 11, 2009 at 10:28 AM

Regd modify..

19 Views

Hi

I have a prob with the index field in modify statement..below is the sample code ..

loop at itab1 into wa1.

populate fields f1 f2 f3 into wa_final.

append wa_final to itab_final.

endloop.

loop at itab2 into wa2.

populate fileds f4 f5 into wa_final.

modify itab_final from wa_final index sy-tabix transporting fields f4 f5.

endloop.

this code is getting dumped.. can you suggest the remedy..