Hello Experts, we are having issues in the implementation of BADI PRODUCT_CUSTOMER2 to download custom fields from material maste on ECC to SRM.
Basically the BADI has been correctly implemented and i can see the BDoc correctly filled up in SRM, but it remains in status waiting and i got a dump of standard program SAPLCOM_PRD_SET_REG:
36 ENDLOOP.
37 IF SY-SUBRC IS INITIAL.
38 */ Mixed entries (some w/ KeyGUID specified; some w/O) -> must not occur
>>>>> MESSAGE X000(COM_PRD_LH_LINKS).
40 ELSE.
41 EV_READ_GENERIC = CL_COM_PRD_LH_CO=>SC_TRUE.
42 ENDIF.
I know this is a pretty known issue, therfore can you help us out?
Thanks in advance!