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

memory problem for internal table

Former Member
0 Likes
374

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
Read only

Former Member
0 Likes
338

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

Rob

Read only

Former Member
0 Likes
338

HI,

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

Thanks

Mahesh