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

creating a internal table dynamically

Former Member
0 Likes
413

say i have a table named X, it has 10 distinct data, now i have to crate an internal table Y dynamically which will have 10 column. every column type and length are same. if X table has 15 data then Y table will have 15 column.

4 REPLIES 4
Read only

Former Member
0 Likes
385

Hi

<< Cut and paste without attribution from ... removed

<< Also - please respect the 2,500 character posting limit >>

try this

thanks

anurag

Edited by: Rob Burbank on Dec 26, 2009 2:29 PM

Read only

vinod_vemuru2
Active Contributor
0 Likes
385

Hi,

Just search in SCN with string Dynamic internal table . You will get 100s of sample codes. We can achieve your requirement using FIELD-SYMBOLS.

Thanks,

Vinod.

Read only

SujeetMishra
Active Contributor
0 Likes
385

Hi,

Use FIELD-SYMBOLS

regards,

sujeet

Read only

Former Member
0 Likes
385

Please search before asking - post locked

Rob