Application Development 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: 

maximum size of internal table

Former Member
0 Kudos

what is the maximum size of internal table?

3 REPLIES 3

Former Member
0 Kudos

An internal table can contain max of 2GB data with it.

But by applying some patches this limit can increase upto 4 GBs.

You can get information about it on https://service.sap.com

Regards,

Mukesh

Former Member
0 Kudos

Hi,

Storage in internal Table does not depend on the number of records but depend on the memory they will be using.

An internal table allows maximum of 2GB of storage, this can be increased by applying some patch up to 4 GB but that will degrade the programs performance.

To resolve this limit the number of records while selecting and rerun the program as per required number of times.

Pls check the below link as well:

http://help.sap.com/saphelp_nw70/helpdata/en/c6/617cf4e68c11d2b2ab080009b43351/content.htm

Regards,

lalit

jayakummar
Active Participant
0 Kudos

hai,

internal table nothing but a temp storage memory in RAM of your computer so its fully depends on your system ram and system speed.

reward points if helpful.

regards,

jai.m