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

Create Material with reference - stop characteristics update

former_member853013
Participant
0 Likes
820

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.

1 REPLY 1
Read only

Former Member
0 Likes
551

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