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

How to create dynamic internal table?

Former Member
0 Likes
518

Hi,

Can anyone please tell me how to create a dynamic inernal table?

I have some tablesT1,T2,T3....(whose structure will be determined only at the runtime) and my requirement is to pass data onto these tables using a internal table. so my internal table will have different structure at runtime corresponding to the structure of T1,T2,T3.....

Can anyone give me suitable pointers or explanations to achieve this.

TIA,

Sudipto

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

Hi,

Check the below post please, where I have replied to a similar requirement.

Regards,

Murthy.

3 REPLIES 3
Read only

Former Member
0 Likes
482

Hi Sudipto,

Check whether this wiki helps you to understand the concept-

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

Read only

Former Member
0 Likes
483

Hi,

Check the below post please, where I have replied to a similar requirement.

Regards,

Murthy.

Read only

uwe_schieferstein
Active Contributor
0 Likes
482

Hello Sudipto

You may want to have a look at [Creating Flat and Complex Internal Tables Dynamically using RTTI|https://wiki.sdn.sap.com/wiki/display/Snippets/CreatingFlatandComplexInternalTablesDynamicallyusingRTTI]

Regards

Uwe