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