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

Short dump LOAD_TEXTPOOL_LOST in tcode MB51

Former Member
0 Likes
1,125

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

3 REPLIES 3
Read only

Former Member
0 Likes
779

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

Read only

0 Likes
779

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

Read only

Former Member
0 Likes
779

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