cancel
Showing results for 
Search instead for 
Did you mean: 

How to plan a group of items for MRP Run

rishabh892
Explorer
0 Kudos

Hi, I want to run MRP for a group of materials.

Lets' say this group contains 10 materials.

In our current scenario the monthly purchase cap for this group is 5 items per group ( can be 1 item ordered 5 times or 5 items ordered 1 time, or any scenario in between).


I want to plan this scenario using MRP. Any help would be appreciated.

muthusamy_sankaran
Active Contributor
0 Kudos

Hi,

As my understanding, you can do it in following 2 ways;

1. MRP Controller: - Create new MRP controller and Maintain MRP Controller in "MRP 1" view of material masters and then go to MD01 and run MRP for the MRP Controller but it requires the implementation of following enhancement;

LMDZU001 - User exits in additional planning

2. Product Group: - Create Product Group in MC84 and assign all the relevant materials under this and go to MD02, here enter this Product Group in Material field and also activate "Product Group" indicator and maintain all other MRP Parameters and run MRP.

Thanks

Sankaran

Accepted Solutions (1)

Accepted Solutions (1)

DominikTylczyn
Active Contributor

You should take a look at Interchangeable Manufacturer Parts in MRP in SAP DIMP industry solution:

https://help.sap.com/saphelp_dimp50/helpdata/en/08/a111064d7611d2b438006094b9c9be/frameset.htm

Answers (2)

Answers (2)

Prasath
Contributor
0 Kudos

Hi Sharma

  Assign the separate MRP controller for those item .so that you can plan separately  bu customizing the user Exit (M61X0001)

WHEN '005'.

      UXPAR = USER_PAR.

      CONDENSE UXPAR.

      WRITE UXPAR+0(3) TO DISPO.

      IF DISPO IS INITIAL.

        EXIT.

      ENDIF.

      IF MT61D-DISPO <> DISPO.

        NO_PLANNING = 'X

Thanks & Regards

Prasath E
rishabh892
Explorer
0 Kudos

Hi!,

Thanks for the input. I'll have our ABAPer look at it.

Raja_S_Reddy_B
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sharma,
Is it ECC System (OR) S/4 HANA System ?
If it is S/4 HANA System, you have the option with MRP Live (T Code : MD01N), to run the MRP for the Group of Materials.
Please find the attached screen shot of the same

Many Thanks for the kind feedback. Thanks & Regards : Raja