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

Internal Tables

Former Member
0 Likes
400

What is the fastest way to move one internal table to another internal table (assuming two tables of similar structure)?

2 REPLIES 2
Read only

Former Member
0 Likes
325

If the 2 tables have the same structure, the fastest way is:


table1[] = table2[].

Read only

Former Member
0 Likes
325

Moderator message - Welcome to SCN. Please use a descriptive subject for your posts. and you must search for answers before posting here. this is a FAQ. Also, Please read and and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again. Therad locked Rob