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

Getting Runtime Error: LOAD_PROGRAM_INTF_MISMATCH

Former Member
0 Likes
7,455

Experts,

Am getting the following error

Please suggest how why this error was comming and how to resolve this

Runtime Errors LOAD_PROGRAM_INTF_MISMATCH

Date and Time 24.12.2008 12:40:29

Short text

The interface "IF_EX_MB_ME_CSGMT_BADI_SAP" was changed at runtime.

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLMEPO" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

The interface "IF_EX_MB_ME_CSGMT_BADI_SAP" was changed during program flow,

which caused

inconsistencies at runtime.

The program "SAPLEINR" uses the interface version 20081224091037.

The program "SAPLMEPO" uses the interface version 20081223194933.

The internal session was started at 20081224124029.

How to correct the error

Try to restart the program.

Trigger Location of Runtime Error

Program SAPLMEPO

Module type (FORM)

Module Name BET_INIT

Please help.

Satya

1 ACCEPTED SOLUTION
Read only

Former Member
3,555

hi,

you can Activate your program and standard program and execute it once again.

thanks

6 REPLIES 6
Read only

Former Member
0 Likes
3,555

hi,,,,,

LOAD_PROGRAM_INTF_MISMATCH error can occur if you applied some corrections and are running the programs for the first time since then. In that case it can happen that some interfaces have to be generated. This could actually be ignored since it will not occur any more if you run the program again.

Thanks

saurabh

Read only

0 Likes
3,555

Hi,

Please suggest me what to do to prevent this Dump

Please help me out.

Satya

Read only

0 Likes
3,555

Hi Satya,

Check this consulting SAP note Note 351695

Regards

Read only

Former Member
3,556

hi,

you can Activate your program and standard program and execute it once again.

thanks

Read only

0 Likes
3,555

Hi,

Thanks a lot...

Its resolved now..

This happened when i have changed the technical setting of a table..

may i know why this causing problem ?

Read only

Former Member
0 Likes
3,555

LOAD_PROGRAM_INTF_MISMATCH error can occur if you applied some corrections and are running the programs for the first time since then. In that case it can happen that some interfaces have to be generated. This could actually be ignored since it will not occur any more if you run the program again.

Thanks

saurabh