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: 

No storage space available for extending table "IT_3426".

Former Member
0 Kudos

No storage space available for extending table "IT_3426".

What happened?

You attempted to extend an internal table, but the required space was

not available.

Error analysis

The internal table "IT_3426" could not be enlarged further.

To extend the internal table, 15520 bytes of storage space was

needed, but none was available. At this point, the table "IT_3426" has

138624 entries.

This is the short dump I am getting for program.

My requirement is:

I am reading one file from Application Server it contains large amount of data,

After reading this data from application server .I am appending into one internal table.

I am getting short dump at this point.

Please can any suggest me to solve this problem and

How to improve internal table space

Thanks in Advance.

Ramesh

U will get the reward points

3 REPLIES 3

Former Member
0 Kudos

If each record in the file is wide, try removing unneeded fields.

Rob

naimesh_patel
Active Contributor
0 Kudos

Process your data in "Chunks" ... While reading the file, say after 10000 records, process your data which is there in the IT_3426... after finishing your process refresh the table... so, memory will be free and you will able to process your large data.

Regards,

Naimesh Patel

0 Kudos

Please..explain detail ...

i also same face the error...

No storage space available for extending table "IT_1058442".

the HR cant proceed the SALARY payment..please advise....