Application Development 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: 

Updating MARD the custom field added to Material Master not working

Former Member
0 Kudos
765

I have added one custom field in Material Master(MM01). The field is added on tab Plant data/ Storage 1. I have added teh custom field in MARD table also. Whenever i call MM03, I controlled the output in display mode in PBO module. Whenever user log in MM02 and MM01 the values entered on that field should be updtaed in table MARD.

I have put a break point in PAI module the value we entered comes at that point. How to update the same in MARD. How to use the update statement at that point.

Please help.

Mohan

3 REPLIES 3

Former Member
0 Kudos
185

Hi Mohan, did you keep the name of your fields totally equal on the screen and in the table? Because if you did not write any move before the update it will not work. And if it is not updated by a standard 'move-corresponding' you have to look for a userexit on MM01/MM02. At the moment I have no SAP system with MM, so I can not have a look for you. Sorry

0 Kudos
185

Field names are same in screen and Table. I am hunting for the USER EXIT/ CUSTOMER exit to move the values.

No luck yet.

-Mohan

0 Kudos
185

Solved by refering to earlier discussions.