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: 

MRP Parameters for material master

Former Member
0 Kudos

Hi,

I am supposed to use FM 'MD_MRP_LEVEL_CHANGE_DATA'

to update MRP ARea dependetnt data of material master records.

Input file has two MRP controllers specified :

1) MRP Controller (Material master for plant 'MRP1 view'

2.) MRP Controller (Material master for MRP area 'MRP1 view'

but above mentioned FM contains only one MRP controller...which one is to be passed there ,,,,,and how and where to pass the another

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try using the BAPI BAPI_MATERIAL_SAVEDATA for updating the material master..

Thanks,

Naren

7 REPLIES 7

Former Member
0 Kudos

hi...

i think MD_MRP_LEVEL_CHANGE_DATA' changes MRP parameters for material master...i want to update MRP parameters at Plant level also.....what is FM name to do that???

Former Member
0 Kudos

HI Rajesh

Can you let us know, where do you find the second MRP Controller field. As far as i know there is only one MRP Controller field in MRP1 View of material master under section: MRP Procedure referred as field MARC-DISPO.

Just for your info, the MRP Views of material master are defined at Plant Level.

Also you can consider FM: BAPI_MATERIAL_SAVEDATA for updating the material master.

Kind Regards

Eswar

Former Member
0 Kudos

Hi,

Try using the BAPI BAPI_MATERIAL_SAVEDATA for updating the material master..

Thanks,

Naren

0 Kudos

hi Eswar ,,,if u go to MM03 / MRP1 view .....last line...MRP Exists....if that checkbox is clicked then goto MRP areas......that contains MRP parameters at the material level........u can check the values in table MDMA....

Table MARC contains MRP parameters at the plant level

whereas MDMA contains at the material level........

FM MD_MRP_LEVEL_CHANGE_DATA changes data for material level.....how to change data at the plant level

Message was edited by: rajesh khatwa

0 Kudos

Hi Rajesh

Thanks for the info.

In that case, i guess you have to use both fm's.

Please try using the following way:

1. Use FM: MD_MRP_LEVEL_CHANGE_DATA to update MRP Controller at MRP Area level.

2. Use FM: BAPI_MATERIAL_SAVEDATA to update MRP Controller at MRP Plant Level.

Hope this can help you.

In the meanwhile, i will try to find if there is a way to update both MRP Controllers within a single FM.

Kind Regards

Eswar

0 Kudos

thanx eswar...10 points awarded

0 Kudos

If u culd tell me FM to update for both..that wuld b gr8 for me....