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

LOAD_PROGRAM_CLASS_MISMATCH Dump at ME23N

Former Member
0 Likes
6,014

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
Read only

Former Member
0 Likes
3,467

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
Read only

UweFetzer_se38
Active Contributor
3,467

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

Read only

0 Likes
3,467

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

Read only

Sandra_Rossi
Active Contributor
0 Likes
3,467

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

Read only

Former Member
0 Likes
3,468

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

Read only

0 Likes
3,466

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