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

How to add additional fields

Former Member
0 Likes
360

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.

2 REPLIES 2
Read only

Former Member
0 Likes
332

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

Read only

Former Member
0 Likes
332

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