Skip to Content
0
May 28, 2008 at 05:01 AM

how to populate dynamic internal table according to the field names

831 Views

Hi ,

Iam having a dynamic internal table <DYN_TABLE> , it has fields like

MATNR MAKTX MEINS BISMT MTART ...

Now my requirement is i need to fill them according to the fieldname from another internal table (static) .

The order of internal table (static) and dynamic internal are not same.

kindly help me.