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 when saving PO

Former Member
0 Kudos

Dear Guru's,

We have encountered error when processing several PO type

It gave dump message Program "RFMFMOAPED3500136 " not found, please help I have tried to search for this topic but couldn't

find any solution. I also have tried to generate several program in that correspond to the dump message but still no clues.

Short text

Program "RFMFMOAPED3500136 " 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.

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

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

10 REPLIES 10

Former Member
0 Kudos

Hi,

Check whether this program RFMFMOAPED3500136 exists or not in se38.

If yes , reactivate it and then go through your process.

If not ask your basis people to check for note on this program RFMFMOAPED3500136 , they will solve it

Edited by: Parupelly on Jan 19, 2012 10:53 AM

0 Kudos

Hi,

Check whether this program RFMFMOAPED3500136 exists or not in se38.

If yes , reactivate it and then go through your process.

If not ask your basis people to check for note on this program RFMFMOAPED3500136 , they will solve it

Yes I believe the first thing that I've check is does the program exist, and unfortunately not.

I also have checked the OSS in sap.support and still no clues

Regards,

AT

0 Kudos

Hi Allan,

That program is not exist in my system also.You can raise a message they will check.

Regards,

Madhu.

0 Kudos

Hi Allan,

That program is not exist in my system also.You can raise a message they will check.

Regards,

Madhu.

I'll save it for last resort

Regards,

AT

0 Kudos

Hello Allen ,

Such reports RFMFMOAPED3500136 are nothing but

"Access routines for corresponding derivation table FMFMOAPED3500136" .

Please check in your system if this table exists in your system . If it is available then you would need to transport this missing report from the original system. Also get in touch with your functional team , on the configuration part and if that access report is obsolete or is still required , then you would need to do corresponding customizing s.

Regards,

Rajesh

0 Kudos

Hello Allen ,

Such reports RFMFMOAPED3500136 are nothing but

"Access routines for corresponding derivation table FMFMOAPED3500136" .

Please check in your system if this table exists in your system . If it is available then you would need to transport this missing report from the original system. Also get in touch with your functional team , on the configuration part and if that access report is obsolete or is still required , then you would need to do corresponding customizing s.

Regards,

Rajesh

Hi, table and program didn't exist. I'm aware this error are connected with FMDERIVE transaction.

I have check and the entry for specific company code is missing, buat after we add it error still occurs, we also have check budget and generate FMBV.

Regards,

AT

madhu_vadlamani
Active Contributor
0 Kudos

Hi Alan,

Did you shown this to basis team.I did not see any note on this.Raise a message to sap.Any developments or changes in standard program done.

Regards,

Madhu.

Edited by: madhurao123 on Jan 19, 2012 10:52 AM

former_member188827
Active Contributor
0 Kudos

I checked the include in which you are getting dump and found following comments in include "LABADRF01".

  • NOTE in case of a SHORT DUMP:

  • if the following perform statement should lead to a short dump, then

  • the report stated in the short dump is missing (RKEAK9Rsssmmmnnnn)

  • Check if table K9Rsssmmmnnn exists. If not it should be transported

  • from the original system.

  • Regenerate the missing reports by using transaction SE37, entering

  • function KEDR_REGENERATE_ALL_REPORTS and pressing button 'Test' and

  • 'Execute'

See if these instructions are of any help to you.

Former Member
0 Kudos

Hi,

You surely must have debugged your program....

please tell at what point you are getting the error.

Aswath.

Former Member
0 Kudos

Solved by Debugging in FMDERIVE transaction and delete assignment that doesn't exist anymore