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?