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 - LOAD_PROGRAM_NOT_FOUND

Former Member
0 Likes
1,621

Dears,

We are getting following dump in our ECC6 server while creating PO in ME21N:

Runtime Errors LOAD_PROGRAM_NOT_FOUND

Exception CX_SY_PROGRAM_NOT_FOUND

Date and Time 11.01.2010 11:33:48

Short text

Program "RFMFMOARQ14100017 " not found.

What happened?

There are several possibilities:

Error in the ABAP Application Program

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

ABAP processor detected an internal system error.

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 "STEP--METHOD_DRULE" "(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 "RFMFMOARQ14100017 ".

However, program "RFMFMOARQ14100017 " 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 "SAPLABADR?

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

Information on where terminated

Termination occurred in the ABAP program "SAPLABADR" - in "STEP--METHOD_DRULE".

The main program was "RM_MEPO_GUI.

In the source code you have the termination point in line 1064

of the (Include) program "LABADRF01".

The termination is caused because exception "CX_SY_PROGRAM_NOT_FOUND" occurred

in

procedure "STEP--METHOD_DRULE" "(FORM)", but it was neither handled locally nor

declared

in the RAISING clause of its signature.

The procedure is in program "SAPLABADR "; its source code begins in line

943 of the (Include program "LABADRF01 .

Please suggest.

I have checked Programme name in TSTC and it is correct,I have also checked version of program SAPLABADR,RM_MEPO_GUI

with the system in which issue is not there but version is also same.

Regards,

Shivam

5 REPLIES 5
Read only

Former Member
0 Likes
1,092

Hi,

check if mentioned program exists in system. If yes, try to reactivate it or generate it using transaction SGEN.

Regards,

Adrian

Read only

Clemenss
Active Contributor
0 Likes
1,092

Hi Sivam.

RFMFMOARQ14100017 looks like a generated program. Check with financial consultant what has changed recently, probably something with reconciliation mus be generated after (structural) change.

Regards,

Clemens

Read only

Former Member
0 Likes
1,092

Issue resolved with tcode FMDrive

Read only

0 Likes
1,092

Hi Shivam,

I am also facing the simiar kind of issue, could you please let me know how did u resolve.

Thanks,

Kalee

Read only

0 Likes
1,092

Hello people! I am facing  the similiar kind of issue too! Please, tell me, how did you resolve??