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: 

LOAD_PROGRAM_CLASS_MISMATCH Dump at ME23N

Former Member
0 Kudos

Hi All,

We have a problem when we working with ME23N , we have a dumb at program ME_CONFIRMATION_CUST==========CP.

This dumb only showing at Sandbox not at Production and find the below details, attached file and guide me what i need to do technically .

system directly going to dump with out showing any screen.

The current ABAP program "ME_CONFIRMATION_CUST==========CP" had to be terminated because it has come across a statement that unfortunately cannot be executed.

The section "PUBLIC" of the interface of the class "CL_MMPUR_CONSTANTS" wa changed during program flow, which caused inconsistencies at runtime. The program "CL_FB_CONFIRM_ACTIVE_CUST=====CP" uses the interface version 20170701213923. The program "CL_MMPUR_CONSTANTS============CP" uses the interface version 20170702171508. The internal session was started at 20170710154104.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Friends ,

Finally i have salved this problem .

I have Generate Version of all methods then problem salved.

Goto- Class : CL_FB_CONFIRM_ACTIVE_CUST .

Method : IF_EX_ME_CONFIRM_CUST~NEW_CONF_ACTIVE

and Utilities - Versions - Generate Version

5 REPLIES 5

UweFetzer_se38
Active Contributor

Please try to activate the three classes again, maybe someone is playing around with a BAdI.

0 Kudos

Hi Fetzer,

Thanks for you quick response, i have checked all Classes, methods and Badi , all are activated already and i have activated again then also i am facing same problem.

if you have any idea on interface version problem please guide me

Sandra_Rossi
Active Contributor
0 Kudos

Have a look at SAP note 2169739 How to solve MISMATCH short dumps, at https://launchpad.support.sap.com/#/notes/2169739/E

Former Member
0 Kudos

Hi Friends ,

Finally i have salved this problem .

I have Generate Version of all methods then problem salved.

Goto- Class : CL_FB_CONFIRM_ACTIVE_CUST .

Method : IF_EX_ME_CONFIRM_CUST~NEW_CONF_ACTIVE

and Utilities - Versions - Generate Version

0 Kudos

Good job. All the best. Consider the other two answers as well.