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_PROGRAM_LOST dump in ST22

Former Member
0 Likes
2,702

Hi all,

I am getting LOAD_PROGRAM_LOST dump multiple times in ST22, with different transaction codes and ABAP programs.

Program: CL_PO_HEADER_HANDLE_MM========CP

TCODE: ME23N

Program: SAPFV45P

TCODE: VA02

and many more like these.

Please suggest.

Any help appreciated.

1 ACCEPTED SOLUTION
Read only

former_member215981
Active Participant
0 Likes
1,740

Hello,

Can you please gothrough the note 672268 which will help you to
understand about the dump LOAD_VERSION_LOST.

You should generate a large number of programs only when no users are
logged on; otherwise, further LOAD_VERSION_LOST dumps will occur for the
users who are logged on.

In addition, it is to be expected that SGEN itself will sometimes
terminate with dump LOAD_VERSION_LOST, since all programs are generated
and moved to the program buffer.

However, you can restart the SGEN run again and again, and only the
outstanding programs are generated.

Best Regards,

Yong Luo

7 REPLIES 7
Read only

VXLozano
Active Contributor
0 Likes
1,740

I think that DUMP occurs when a running program has been updated in background... Are you installing a package while keeping the system running?

Read only

0 Likes
1,740

happens mostly when user is editing the report while parallelly executing it.. is this in development system? also happens in production when related transports are moved with changes..

Read only

Former Member
0 Likes
1,740

No, no in stallation of package is happening.

Read only

Former Member
0 Likes
1,740

it is happening in PRD not in DEV

Read only

arindam_m
Active Contributor
0 Likes
1,740

Hi,

May be sapnote 5451 will help.

Cheers,

Arindam

Read only

former_member215981
Active Participant
0 Likes
1,741

Hello,

Can you please gothrough the note 672268 which will help you to
understand about the dump LOAD_VERSION_LOST.

You should generate a large number of programs only when no users are
logged on; otherwise, further LOAD_VERSION_LOST dumps will occur for the
users who are logged on.

In addition, it is to be expected that SGEN itself will sometimes
terminate with dump LOAD_VERSION_LOST, since all programs are generated
and moved to the program buffer.

However, you can restart the SGEN run again and again, and only the
outstanding programs are generated.

Best Regards,

Yong Luo

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,740

Who did some import of transport request during active hours execute STMS and check transport log just before the dumps were raised.

(The transport may contain the programs, but most likely some common database table or view that triggered regeneration of now invalid loads)

Regards,

Raymond