cancel
Showing results for 
Search instead for 
Did you mean: 

LOAD_PROGRAM_LOST

Former Member
0 Kudos

Dear Expert,

I am generally using ABAP Dump "LOAD_PROGRAM_LOST " in my development server.

why this is comming .......

Thanks

manu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Manu,

LOAD_PROGRAM_LOST dumps are generated when the database contains a version of a SAP program that is different than the one stored in the PXA buffer. The program execution logic checks to make sure that you are running an ABAP program that is the same version as the one it copied into the PXA buffer from the database at startup. If it finds a different version, the program terminates with the error you see.

Normally, this should adjust itself after a few minutes (~5) when the buffers synch. I have, however, seen cases where the program was somehow 'retained' in the user's buffer, and only after logging off then onto the system again did the error terminate.

Are you still seeing the issue, or has it cleared-up?

Cheers,

Tim

Former Member
0 Kudos

Dear Tim,

Yhanks for your repply . But after restart the server my problem has been solved.

Thanks

Manu

former_member204746
Active Contributor
0 Kudos

you probably ran SGEN.

a buffer sync or restart solves this.