cancel
Showing results for 
Search instead for 
Did you mean: 

Dump - LOAD_PROGRAM_NOT_FOUND

Former Member
0 Kudos

  Hello friends,

We are getting following dump in our ERP system:

Program "RFMFMOAA022100116 " not found.

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.

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.

r 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 "RFMFMOAA022100116 ".

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

I found discussion with similiar kind of issue, but cant found solution, Please, tell me how can i solve this problem?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I have the same issue with FB50L and FB70 transactions, SAP note 1730854 fixes the problem with step one of the solution.

Regards,

Andrés Mauricio Cortés

Former Member
0 Kudos

Please check if KBA 1730854 - Runtime error 00341: LOAD_PROGRAM_NOT_FOUND is relevant to your issue.

Former Member
0 Kudos

Thank you! I try to use this note!