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

DUMP ERROR?

Former Member
0 Likes
955

provide error analysis

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
913

Go to the source part of the dump, and analyze where the program or FM name with initial value come from.

But as you posted SU53 report I suppose you already started some analysis, can you post what you already performed ?

Regards,

Raymond

Read only

arindam_m
Active Contributor
0 Likes
913

Hi,

Can you see the debugger on top click it it will take you to the exact line where the dump occurs. Looks like a missing program name, Usually can happen in dynamic calls where it was suppose to pick some program name that's not existing or not activated.

If all the code is standard the program stack etc, raise a call with SAP.

Cheers,

Arindam

Read only

former_member213275
Contributor
0 Likes
913

Hi,

Looks like dump occured during "Payment method for automatic payment" ?

If yes, then are the values of program exists in table T042Z exists?.

Srikanth.

Read only

Former Member
0 Likes
913

Hi,

generally this 'load_program_not_found' dump will occur during dynamic calls of the program/tcode.

Is it coming for all the users or for only some users?.Have you done any client copy?.

Regards,

Sravanthi.

Read only

Former Member
0 Likes
913

Hi,

SAPLF028 wants to call a program (function module, form, ,,,) with an empty program name, which can't be found

(Load Program " " not found).

But without a screenshot of the dump lines where the error occurs (marked with >>>>>) I can't say more.

Regards,

Klaus