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

custom fields to mm01

Former Member
0 Likes
1,152

Hi,

i want to add new feild in mm01 t-code which is purchase requistion.the field is idnlf (vendor material num). The what ever data iam entering in the feild idnlf in mm01 it should reflect in purchase order.

can u please help me out from this situation. its is very urgent.how can i achieve this..

Thanks in advance,

Neelima.N

Hi,

i want to add new feild in mm01 t-code which is purchase requistion.the field is idnlf (vendor material num). The what ever data iam entering in the feild idnlf in mm01 it should reflect in purchase order.

can u please help me out from this situation. its is very urgent.how can i achieve this..

Thanks in advance,

Neelima.N

8 REPLIES 8
Read only

Former Member
0 Likes
1,110

Hi Neelima,

Your question is not at all clear. Both the fields- idnlf and purchase requisition are available for purchase order. What it the new field you want to add and in which transaction?

Ramesh

Read only

0 Likes
1,110

i want to add the field ( vendor mat no-idnlf which is in purhcase requistion) in mm01 t-code.iam able to add the field and update the database of mara also.

but my question if im checking the idnlf data in purchase requistion against the material.that idnlf data is not updating.if i want to update the data of idnlf in purchase requistion how.

please provide me the solution as soon as possible.

Thanks in advance,

Neelima.N

Read only

0 Likes
1,110

Hi Neelima,

May be you have to write exit/implement badi in Purchase Requisition to populate IDNLF field to get data from MARA. As IDNLF field is not available in MARA(in standard SAP) and you have added the field, you have to write code to pick up data from MARA for IDNLF whenever purchase requisition is created.

So search for a BADI/User exit in which you can write code to get data from MARA for IDNLF.

Ramesh.

Read only

0 Likes
1,110

Hi Ramesh,

Thanks for ur interest.can u please provide me which user exit/ badi supports my requirement.

please do needhelpful.

Thanks,

Neelima.N

Read only

0 Likes
1,110

Hi Neelima,

I found enhancement component EXIT_SAPMM06E_016 useful in your case. You can find this enhancement component in Enhancement MM06E005 in SMOD transaction.

Regards,

Ramesh.

Read only

0 Likes
1,110

Hi Neelima,

Please let the forum whether the solution worked out.

Regards,

Ramesh.

Read only

0 Likes
1,110

Hi,

Not yet solved.what you are suggesting is for custom fields,but my requirement is not for custom field.

Thanks,

Neelima.N

Read only

Former Member
0 Likes
1,110

not resolved...