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 table max records

Former Member
0 Likes
616

Dear all,

a very simple question. What is the maximum of records during runtime in an internal table.

kind regards

Wolfgang

3 REPLIES 3
Read only

Former Member
0 Likes
579

It really depends on your memory allocation. There is no limit on the internal table, but you may have a limit because of the memory allocated to the session.

Regards,

Santosh

Read only

Former Member
0 Likes
579

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,

Roshani

Read only

Former Member
0 Likes
579

It can have any number of records ..

but internal table should not exceed 2 GB of data ..