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: 

ABAP runtime errors DBIF_RSQL_NO_MEMORY

pranab_kumarjha
Explorer
0 Kudos

Hi,

I have searched the forum but got no satifactory reply. Below is the error. Just wanted to know is this a memory issue. Can anything be done for this from ABAP end. Please suggest.

ABAP runtime errors    DBIF_RSQL_NO_MEMORY

       Occurred on     29.12.2014 at 03:39:48

>> Short dump has not been completely stored. It is too big.

No memory available for access to table "T005 ".

What happened?

Runtime Error

of the statements could not be executed at runtime.

The current ABAP program "SAPLV05N " had to be terminated because one

of the statements could not be executed at runtime.

What can you do?

Please make a note of the actions and input which caused the error.

Please make a note of the actions and input which caused the error.

To resolve the problem, contact your

SAP system administrator.

Choose "Print" for a hard coopy of the termination message. You can

display and adminster short dump messages using Transaction ST22.

Error analysis

No internal memory available for table access. The memory was needed by

a statement that accessed table "T005 ".

How to correct the error

Please check the entries in the system log (Transaction SM21).

If the error occurred in a non-modified SAP program, you may be

able to find a solution in the SAP note system.

If you have access to the note system yourself, use the following

search criteria:

"DBIF_RSQL_NO_MEMORY"

"SAPLV05N " or "LV05NF1A "

"FT_COUNTRY_CODE_GET"

If you cannot solve the problem yourself, please send the

following documents to SAP:

This is happening in a Batch Job but amazaingly this is not cancelling the Job..but when it only fails to created SD invoices.

Program for creating the Invoices is RV60SBT1 for bulk Invoice creation.

Please help/suggest.

1 REPLY 1

Sriram2009
Active Contributor
0 Kudos

Hi Kumar

You can enable the ST12 trace and check the over all ABAP & DB usage

BR