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: 

memory problem for internal table

Former Member
0 Kudos

hi all,

see the following declaration.,

data lt_zodpsshits like standard table of zodpsshits with header line.

while running the program , i get the run time error as ' increase memory for internal table(lt_zodpsshits)'.

plz. help me how to increase the memory for the above table lt_zodpsshits.

(either by 'occurs 0' or something else).

2 REPLIES 2

Former Member
0 Kudos

I think it's saying that you have too many rows in the table. Try to keep only those that you need.

Rob

Former Member
0 Kudos

HI,

I think the program is getting too many records into the memory.. check with that...

Thanks

Mahesh