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

2 internal tables

Former Member
0 Likes
334

Hi,

Can I create two internal tables in one start routine? Would this hurt in any way? It's only for master data (600 records). Also, do we have to drop the internal tables after we use them in the transfer routine to free up space?

Thanks,

Kiran

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
315

You can use as many as you want(up to the memory limit of the system). With less records it will not hurt. You don't have to drop them(free them) unless working with a large amount of data, the will be freed when the program ends.

Regards,

Rich Heilman

You can use as many as you want(up to the memory limit of the system). With less records it will not hurt. You don't have to drop them(free them) unless working with a large amount of data, the will be freed when the program ends.

Regards,

Rich Heilman

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
316

You can use as many as you want(up to the memory limit of the system). With less records it will not hurt. You don't have to drop them(free them) unless working with a large amount of data, the will be freed when the program ends.

Regards,

Rich Heilman