Skip to Content
0
Former Member
Feb 25, 2009 at 04:28 PM

Filling Dynamic table with internal table field values

721 Views

I have an internal table, it_container, with two fields: element, value. I need to loop through this table and when it_container-element = (fieldname of dynamic table) to place it_container-value into that field of my dynamic table. But I don't know how to reference the fieldname of the dynamic table inside of this loop. Can anyone help me?

Thanks,

Dan