‎2014 May 13 10:13 PM
Hi,
When creating a material with reference material (MM01), I don't want Characteristics valued copied from reference material.
Those will be updated using another logic.
Tried using BADI BADI_MATERIAL_OD, but no use.
any other BADI or user exit that can be used.
Thanks in advance.
‎2014 May 14 11:47 PM
Hi Eswar,
You could not select Classification in MM01 and later add classes in MM01 again but without the reference material...
I suppose it's not what your users want so you can try badi BADI_MATERIAL_REF although I don't think you can access characteristics here.
You can try also EXIT_SAPLMGMU_001, probably with the same result.
My best bet is on badi CACL_CHARACTER_INPUT (it's called when class is assigned to material in MM01) but you can also use EXIT_SAPLCLFM_001.
regards,
Edgar