‎2007 Dec 14 1:30 AM
HI,
I have to populate internal table with huge number of data.
What type of internal is suitable for this?
Regards,
Ram
‎2007 Dec 14 2:00 AM
Hi,
I think it would be better if you use Hashed Tables. It's faster and good for large amount of records since it uses key fields in searching.
‎2007 Dec 14 1:34 AM
Hi ram,
What is the amount of data that you have?
Regards,
ravi Kanth
‎2007 Dec 14 1:41 AM
Hi Ravi,
thanks for your reply.
I have around in 8000 records in the table.
Can I go for Sorted or Hashed table?
‎2007 Dec 14 1:46 AM
I remeber I had around 120,000 records when I was a code for material master Migration.. so I guess ordinary tables should be fine
‎2007 Dec 14 1:55 AM
Hi ram,
As long as you do not have any complex read functionalities, or nested loops, it should be fine to use the normal internal table.
Regards,
Ravi
‎2007 Dec 14 2:00 AM
Hi,
I think it would be better if you use Hashed Tables. It's faster and good for large amount of records since it uses key fields in searching.