Skip to Content
0
Former Member
Jun 02, 2008 at 06:32 AM

Dynamic structure within internal table?

32 Views

Hi ABAP experts

I have an internal table with some standard fields as well as a dynamic structure to be generated at runtime:

Field01 Field02 Field03 [Field?? Field?? Field??]

The dynamic structure could contain 1 or more fields whose names are only available at runtime. I am able to generate the structure with the correct field names, but I cannot get the structure to 'point' back to the internal table. Is there a way of doing this?