Application Development 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: 

Dump in MM03

Former Member
0 Kudos

Hi,

After executing MM03 then I have clicked on 3rd tab then it's going for dump.

Dump analysis.

Category               ABAP Programming Error
Runtime Errors         LOAD_PROGRAM_NOT_FOUND
ABAP Program           SAPLMGMM
Application Component  LO-MD-MM
Date and Time          29.08.2012 06:18:21

Short text
     Program " " not found.

What happened?
     There are several possibilities:

     Error in the ABAP Application Program

     The current ABAP program "SAPLMGMM" had to be terminated because it has
     come across a statement that unfortunately cannot be executed.
     or
     Error in the SAP kernel.

     The current ABAP "SAPLMGMM" program had to be terminated because the
     ABAP processor detected an internal system error.

Error analysis
     On account of a branch in the program
     (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
     or a transaction call, another ABAP/4 program
     is to be loaded, namely " ".

     However, program " " does not exist in the library.

     Possible reasons:
     a) Wrong program name specified in an external PERFORM or
        SUBMIT or, when defining a new transaction, a new
        dialog module or a new function module.
     b) Transport error

Trigger Location of Runtime Error
    Program                                 SAPLMGMM
    Module Name                             SYSTEM-EXIT

Active Calls/Events

No.   Ty.          Program                             Include                             Line
      Name

    3 EVENT        SAPLMGMM                            ???                                     0
      SYSTEM-EXIT
    2 FUNCTION     SAPLMGMM                            LMGMMU01                               89
      MATERIAL_MAINTAIN_DIALOGUE
    1 MODULE (PAI) SAPMMG01                            MMG01I01                                9
      START_DIALOG

Please help me on this issue.

Regards,

Mani.

2 REPLIES 2

JL23
Active Contributor
0 Kudos

is it a one time event? does it work if you try again, or do you get the dump whenever you start MM03.

Had it worked before?

Former Member
0 Kudos

If you have correct and complete entries on one system, please transport the relevant entries to the system, where they are missing.

note 108059 will help you fix this issue.

Good luck