cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump for MAM30 - replication of measuring points

Former Member
0 Kudos

Hi,

During replication of measuring points (syncBo 041) the backend system terminates with a strange error:

<i>The following syntax error occurred in the program

CL_EX_ALM_ME_041_MEAS_PT======CP :

"The field "INSTANCE_FLT_CACHE" is unknown, but there is a field with t"

Error in ABAP application program.

The current ABAP program "CL_EXITHANDLER================CP" had to be

terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.</i>

The program is the SAP standard (un-modified!) function module MAM30_ML_041_GETLIST and the reason is some illegal reference in a statement in the badi part. Statement is

STATICS lr_badi_measurement_point

TYPE REF TO if_ex_alm_me_041_meas_pt.

During debugging, I can see that lr_badi_measurement_point has an illegal reference, but I cannot se why?? Does any one know how to solve this?

Regards

Jacob Wesenberg

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jacob,

The short Dump is occuring because of an Error in

bus. add-in class: CL_EX_ALM_ME_041_MEAS_PT.

You can view:-

1. Goto SE24

2. Enter Object type: CL_EX_ALM_ME_041_MEAS_PT

3.Click on Display.

4. Check(Ctrl + F2).

You will have to Re-Generate the BADI to fix this Error.

1. Goto SE18

2. Enter Definition name : ALM_ME_041_MEAS_PT

3. Click on Change.

4. Click on "Utilities" on the Top Menu Bar Regeneration.

Please Re-Generate and Test.

Hope this helps.

Best Regards,

Subhakanth

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks. Now it works....

/Jacob