Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic structure within internal table?

Former Member
0 Likes
323

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?

1 REPLY 1
Read only

Former Member
0 Likes
291

hi,

chk these links:

/people/rich.heilman2/blog/2005/07/27/dynamic-internal-tables-and-structures--abap

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/dynamic%2binternal%2btable

regards,

madhu