‎2007 Mar 19 12:42 PM
I m having a Ztable.
Now i want to add that fields to MM01 tcode.
How to do that.
Is there any Screen exits for this.
If i add that field also how to update my ztable.
Can any one explain me the procedure.
Thanks in advance.
‎2007 Mar 19 12:46 PM
Hi,
Using a screen exit you have to add those fields on to the screen of MM01.
and you have to add those fields to the related material master table(mara,Marc.Mard, mbew etc) and have to update them in the exit by writing the code.
Regards,
Anji
‎2007 Mar 19 12:48 PM
Implementing a screen exit (for CJ01) is available at:
http://www.saptechnical.com/Tutorials/ABAP/ScrEXITCJ01/CJ01.htm
May be in the same lines you can do for MM01
Raja