‎2009 Nov 27 9:58 AM
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
‎2009 Nov 27 10:02 AM
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
‎2009 Nov 27 11:10 AM
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
‎2010 Aug 02 10:52 AM
‎2015 Oct 27 9:05 PM
Hey can you please let me know what you have done, I am facing the same issue.