cancel
Showing results for 
Search instead for 
Did you mean: 

update was terminated while creating purchase order from ME21N

former_member633852
Participant
0 Kudos

Hi Experts,

We are getting this dump when try to create purchase order from ME21N;

Our system ECC 6.0 and IS-AFS (Apparel & Footwear Solution) V600 component has installed,

How can we prevent this error,

Regards

Here is the dump and sm21 log,

-


Runtime Errors LOAD_PROGRAM_NOT_FOUND

Exception CX_SY_PROGRAM_NOT_FOUND

Date and Time 10.10.2008 10:22:03

Short text

Program "RMCMS431 " not found.

What happened?

There are several possibilities:

Error in the ABAP Application Program

The current ABAP program "SAPLMCS4" 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 "SAPLMCS4" program had to be terminated because the

ABAP processor detected an internal system error.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not

caught in

procedure "TMC2F_FROUT_CALL" "(FORM)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

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 "RMCMS431 ".

However, program "RMCMS431 " 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

How to correct the error

Check the last transports to the R/3 System.

Are changes currently being made to the program "SAPLMCS4"?

Has the correct program been entered in table TSTC for Transaction "ME21N "?

-

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"LOAD_PROGRAM_NOT_FOUND" "CX_SY_PROGRAM_NOT_FOUND"

"SAPLMCS4" or "LMCS4F10"

"TMC2F_FROUT_CALL"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

The exception must either be prevented, caught within proedure

"TMC2F_FROUT_CALL" "(FORM)", or its possible occurrence must be declared in the

RAISING clause of the procedure.

To prevent the exception, note the following:

-


sm21 log ;

Transaction Canceled 00 671 ( LOAD_PROGRAM_NOT_FOUND 20081010102203saptest_TET_00 EYUCE 100

Update terminated

> Update key: F39796DD5421F1509233001E0BD601E0

> Update module: MCE_STATISTICS_UPD_V2

Run-time error "LOAD_PROGRAM_NOT_FOUND" occurred

-


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please follow the oss note 800335

V2 Update terminations in Purchasing transactions after upgrading or installing AFS 5.0 release.

Other terms

AFS, LIS, MIGO, ME22N, OLI3, S433, S431

Reason and Prerequisites

AFS Purchasing infostructure S431 is no longer used. S433 is the valid infostructure for the release AFS 5.0.

Solution

Please do the following.

For customers upgrading to AFS 5.0 only:

> Rebuild Infostructure S433.

- Goto transaction: OLI3 (Statistical Set up of Infostructures)

- Info structure to be compile: S433

- Specify the 'Name of run'.

- Execute.

> Please also follow the instructions given below.

For both Upgrade and Non-upgrade Customers:

> Create the report 'ZDELS431'.

- Transaction: SE38

- Give Program name as ZDELS431.

- Create (F5).

- Title : 'Program to delete S431'.

- Type : 1 (Executable Program).

- Status: T (Test Program).

> Copy the program text from the note and paste in the program.

> Save and activate the program.

> Execute the report for all clients in Update mode.

(Two check-boxes will appear: P_ALL_CL, P_UPDATE.

Please check both of them).

This report will delete all the references to infostructure S431.

Answers (0)