Hi,
I have added new fields in MARC and created custom screen for these fields in Material master.
Have written code in EXIT_SAPLMGMU_001 to update MARC table when changes are done in MM02 in these new fields
My code in EXIT_SAPLMGMU_001 updates MARC on save(with new values in screen); but then the update gets overwritten by value in variable MARC present in standard code( these are old values in MARC table for the new fields ) .
Basically , on save , changes to these new fields is not updated in MARC variable present in standard code.
Is there a problem in configuration ? IS there a differnet BADI/Exit to be used?
Thanks