Skip to Content
0
Jul 01, 2009 at 12:15 PM

Updating internal table in dynamic way

26 Views

Hi,

I want to update one internal table dynamically.I have two internal table.

One internal table has the records which are field names of the 2nd internal table.

suppose:

Itab1 is as follows:

F1 F2

aaa bbb

Itab2 as follows:

aaa bbb

This means the ITAB1 records are the fields of ITB1.Now I want to update ITAB2 when I found ITAB1-F1 is the field of ITAB2 dynamically.

Can anyone give some code hint to do so.