cancel
Showing results for 
Search instead for 
Did you mean: 

Dump While implementing the Payment medium through FBPM Transaction.

Former Member
0 Kudos

Dump Details are as below.

Short text :

Call (PERFORM) to a non-existent routine. What happened? There exist various options: Error in the ABAP Application Program The current ABAP program "SAPLDMEE2_ABA" had to be terminate come across a statement that unfortunately cannot be execute or Error in the SAP kernel. The current ABAP "SAPLDMEE2_ABA" program had to be terminate 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_DYN_CALL_ILLEGAL_FORM', was not caught in procedure "CONTROLLER_MAPPING" "(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: The program "SAPLDMEE2_ABA" is meant to execute an external PERFORM, namely the routine "N_4357241690M " of the program "%_T000DL", but this routine does not exist. This may be due to any of the following reasons: 1. One of the programs "SAPLDMEE2_ABA" or "%_T000DL" is currently being developed. The name "N_4357241690M " of the called routine may be incorrect, or the routine "N_4357241690M " is not yet implemented in the program "%_T000DL". - 2. If the program SAPMSSY1 is involved in the runtime error, one of the function modules called via RFC is not flagged as remote-capable. (see Transaction SE37 Goto -> Administration -> RFC flag)

3. There is an inconsistency in the system. The versions of the programs "SAPLDMEE2_ABA" and "%_T000DL" do not match.

Kindly Suggest any the solution or any SAP note that will fix the issue.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Looks someone modified the DMEE tree (trx DMEE) and added an exit on a node (N_4357241690M).with incorrect paramaeters. There are example functionmodules which you can copy for the correct parameters (press F1 on the exit in DMEE).

JL23
Active Contributor
0 Kudos

Had you read what you posted?

Was there anything what you already checked based on this information?

A dump has all information that is needed to resolve the situation, that is the purpose of the dump. Read the first 50 lines, it is just plain English text and pretty much understandable, even for people who have no programming experience. It has instructions for troubleshooting of the situation.

Please read this blog to understand a bit more about dumps: https://blogs.sap.com/2013/11/14/abap-dumps/

Adump occurs for an unexpected situation, if this is in a unchanged standard program then only SAP who can resolve the situation if the problem is with the coding.