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

Modify Classification data when creating material with reference

0 Likes
568

Hi All,

We have a requirement to clear out or modify certain fields in the classification view, when we create a material with reference to any existing material. Right now the classification values are being copied from the source material but for some fields we do not want the values to be copied.

Any pointers regarding this will be highly appreciated.

Thanks in Advance,

Praveen

2 REPLIES 2
Read only

Former Member
0 Likes
442

You can try with user exit

Enhancement is : MGA00001

FM Is EXIT_SAPLMGMU_001

This user exit will trigger when you create material in MM01 or changing material MM03

Thanks

Seshu

Read only

Former Member
0 Likes
442

After creating the material please change the class of the material by calling a seperate function module "UPDATE_MATERIAL_CLASSIFICATION".

Reward point if helpful.