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

LOAD_TEXTPOOL_LOST

Former Member
0 Likes
2,871

Hello,

When we execute a custom report, we get the shortdump "LOAD_TEXTPOOL_LOST". This short dump is not consistent but occurs only sometimes. The othertimes, the output of the report is generated correctly.

Short dump in brief:

-


-


What happened?

Runtime error

The current ABAP program "ZABC" had to be terminated

because one

of the statements could not be executed at runtime.

-


-


What can you do?

Restart the program.

If the error persists, contact your SAP administrator.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

The system attempted to correct the error

automatically, so you should try to restart

the program.

-


-


Error analysis

The text elements for the program "Z2KSDR_STOCKS_AT_PERIOD_END_3N" had to be

loaded from the database

during program run, because a memory bottleneck removed it from the

local program buffer. However, already changed texts were found in the

database.

-


Any idea how this can be resolved?

Thanks in advance,

Reena

4 REPLIES 4
Read only

Former Member
0 Likes
1,680

Hi Reena,

Try the following,

From se38,

Goto -> Text elements -> Text symbols.

Utilities -> Adjust -> Text symbols.

Here all the undefined / changed / to be inserted or to be deleted can be done.

Hope this will solve ur bottle neck issue.

Thanks,

Saravanan Rajan

Read only

0 Likes
1,680

LOAD_TEXTPOOL_LOST occur when object is loaded back into the local program buffer and a different version exists on the database.

So , check the version of object.

You have to search for SAP Note from SAP MARKETPLACE.

Edited by: Harsh Bhalla on Nov 27, 2009 4:42 PM

Read only

Former Member
0 Likes
1,680

The problem was solved by correcting the custom program.

Read only

0 Likes
1,680

Hey can you please let me know what you have done, I am facing the same issue.