cancel
Showing results for 
Search instead for 
Did you mean: 

No more storage space available for extending an internal table.

former_member189019
Participant
0 Kudos

Dear Friends,

I am getting following errors while downloading data from Bex.

hat happened?

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

not available.

Error analysis

The internal table "\DATA=N_T_GRID" could not be

further extended. To enable

error handling, the table had to be delete before this log was written.

As a result, the table is displayed further down or, if you branch to

the ABAP Debugger, with 0 rows.

At the time of the termination, the following data was determined for

the relevant internal table:

Memory location: "Session memory"

Row width: 356

Number of rows: 934064

Allocated rows: 934064

Newly requested rows: 32 (in 1 blocks)

Last error logged in SAP kernel

please help me to solve this error....

Thanks in advance

NIrgun

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

When ever a job is scheduled the job is allocated with certain amount of memory.

This setting is a default setting matained by the BASIS.

Some senarios the default size is exceeded during those cases we get this error.

If the job can be splited or the memory can be extened which will be done by the Basis.

Former Member
0 Kudos

It simply means that there is no enough space/memory for this operation to carry out. There is two way out:

1. Restrict your operation/process for fewer records. OR,

2. Ask the basis guy to increase the table space i.e. memory.

Thanks..

Shambhu