cancel
Showing results for 
Search instead for 
Did you mean: 

MRP Run per MRP controller

Former Member
0 Kudos

Hi PP Expert,

I am doing support for logistic.

There's request to generate the MRP run result as below :

  • different Material type per MPR controller
  • Eg : Material Controller A - Generate as Plan Order after MRP Run.
  • Eg : Material Controller B - Generate as Purchase Requisition after MRP Run.

Can i run MRP per MRP controller via MDBT as background job?

If the answer is no , how can I run MRP per Plant to generate the requirement as below :

  • Some Material need to have Plan Order .
  • Some material need to have PR directly.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Your procurement type define it if  procurement type =E  then system will generate the Plan order or  if if procurement type = F  then system will generate the Purchase requisition.

You need to go for enhancement M61X0001 with function al modules EXIT_SAPLM61C_001 and EXIT_SAPMM61X_001 and you can define parameters like MRP controller, MRP Type,Material group to run MRP for particular MRP controller or MRP group.

Regards,

R.Brahmankar

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Kent

Hi ,

You can have separate MRP run for Contoller A and Controller B.

You will need the help of ABAP consultant to do this activity.

Ask him to write a small code.

http://scn.sap.com/message/10785144#10785144

You need to go for enhancement M61X0001 with function al modules EXIT_SAPLM61C_001.

In Transaction, MD01 running MRP on plant like - there user exit below.

There you need give your MRP contoller name like 001, all materials under MRP controller 001 will be only planned.

This exit works parameters like MRP controller or MRP Type or Material group.

I had used this exit in one of my project for MRP type and MRP contoller.

Depending on material procurement type like F, you can have direct purchase requisitions or planned orders or PR in opening period and procurement type E, you will always have Planned Orders in the system,

Hope it is useful.

Regards,

Srini

sjeevan
Active Contributor
0 Kudos

different Material type per MPR controller

  • Eg : Material Controller A - Generate as Plan Order after MRP Run.
  • Eg : Material Controller B - Generate as Purchase Requisition after MRP Run.

Can i run MRP per MRP controller via MDBT as background job?

Answer:

Using customer enhancements look at the following thread for sample ABAP code
http://scn.sap.com/message/10785144#10785144

(and)
http://scn.sap.com/thread/2145292

If the answer is no , how can I run MRP per Plant to generate the requirement as below :

  • Some Material need to have Plan Order .
  • Some material need to have PR directly.

Answer:

Procurement type = X or E

Procurement type = F

former_member186193
Active Contributor
0 Kudos

Hi,

Please see my reply in the below link:

http://scn.sap.com/thread/3194429

Regards,

Alok Tiwari

Former Member
0 Kudos

Hi Kent,

You define whether it is in-house production material or external procurement at material level.

In MRP2 view you can define Procurement type for every material. For in house E, and for external procurement F.

Then you can run MRP with MD01 at plant level.

System gives planned ord for In house materials and PR for External procured materials.

Santhosh

Former Member
0 Kudos

Hi Santhosh,

Perhaps my question not clear enough sorry - because both are raw material realted with procurement type F. (purchase via vendor).

So beside customer enhancement via ABAP ,is there any standard solution ?

TQ