2011 Mar 01 3:22 PM
Hello all,
I´ve enhanced report RM07DOCS, tcode MB51, for new selection fields.
I´m reading the program textpools in languages PT and DE and appending lines with our own textpools in both languages.
The program gives a short dump:
LOAD_TEXTPOOL_LOST
The text elements for program "RM07DOCS" were modified at runtime.
Runtime error
The current ABAP program "SAPLSGUI" had to be terminated because one
of the statements could not be executed at runtime.
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.
The text elements for the program "RM07DOCS" 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 clue for what is happening?
Teresa
2011 Mar 01 3:28 PM
Hi,
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.
You can also 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.
Thanks
Arbind
2011 Mar 01 3:38 PM
Hi Arbind,
What do you mean by "check the version of the object"?
I´ve already searched in SAP Marketplace, nothing found.
I´ve already adjust the text symbols, everything ok.
Thank you.
Teresa
2012 Jun 20 7:14 AM
Hi Teresa,
I've encountered this error before while accessing a transaction while a TR is being transported on the same system. Try to restart what you are doing after the transport of TR.
Thanks and Regards,
Jay