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: 

ABAP error when MM03

former_member397166
Participant
0 Kudos

Hi all,

     The ABAP programming error occurs when run TCode MM03.Maybe the reason is that I did change in

1. SPRO--Logistics - General--Material Master--Configuring the Material Master--Define Structure of Data Screens for Each Screen Sequence

changed the Subcreens, maybe is deleted.

2. SPRO--Logistics - General--Material Master--Configuring the Material Master--Create Program for Customized Subscreens

create an new subscreen in function group.

And now when running MM03, the errors are below and how to correct it.

Category               ABAP programming error

Runtime Errors         LOAD_PROGRAM_NOT_FOUND

ABAP Program           SAPLMGD1

Application Component  LO-MD-MM

Date and Time          2016-09-09 22:53:56

Short Text

     Program "                                        " not found.

What happened?

     There are several possibilities:

     or

     Error in the SAP kernel

     The current ABAP program "SAPLMGD1" had to be terminated because the ABAP

     processor detected a 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 ("

                               ")

    should be be loaded.

    Program "                                        " is not in the library

     however.

    Possible causes:

    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. Note in particular that the program name must be written in

    uppercase.

    b) Transport error

Trigger Location of Runtime Error

    Program                                 SAPLMGD1

    Module Name                             SYSTEM-EXIT

How to correct the error

    Check the most recent transports to the SAP System.

    Are changes currently being made to program "SAPLMGD1"?

    Has the correct program been entered in table TSTC for transaction "MM03

              "?

    If the error occurs in a non-modfied SAP program, you might be able to

    find a solution in the SAP Notes system. If you have access to the SAP

    Notes system, check there first using the following keywords:

    "LOAD_PROGRAM_NOT_FOUND"

    "SAPLMGD1" bzw.

    "SYSTEM-EXIT"

Thanks

Kical

1 REPLY 1

former_member397166
Participant
0 Kudos

the Screen sequence is DI which is using now, now the detail of subscreen in DI is

DI071SAPLMGD11501
DI072SAPLMGD12001
DI073SAPLMGD12561
DI074SAPLMGD12007
DI075SAPLMGD12005
DI076SAPLMGD13500
DI077SAPLMGD12033
__________________________________________________

actually the correct subscreen of DI is

DI071SAPLMGD11501
DI072SAPLMGD12001
DI073SAPLMGD12561
DI074SAPLMGD12007
DI075SAPLMGD12005
DI076SAPLMGD13500
DI077SAPLMGD12033
DI078SAPLMGD10001
DI079SAPLMGD10001
DI0710SAPLMGD10001
DI0711SAPLMGD10001

How to correct is ?thanks.