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