‎2007 Aug 14 5:09 PM
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
‎2007 Aug 14 5:30 PM
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
‎2007 Aug 14 5:41 PM
After creating the material please change the class of the material by calling a seperate function module "UPDATE_MATERIAL_CLASSIFICATION".
Reward point if helpful.