cancel
Showing results for 
Search instead for 
Did you mean: 

MRP controller to APO product planner

rui_wang3
Explorer
0 Kudos

Hi,

I want to use product planner as MRP controller to run PP heuristics.

What I have done is as follows:

1. I create planner in APO: Advanced Planning & Optimization->Supply Chain Planning->Specify Person Responsible(Planner)

2. In ECC, I use exit CIFMAT01 to change CT_CIF_MATLOC-PLANNR_PPS according to IT_MARC-DISPO.

But after CFM2, the product planner in /SAPAPO/MAT1 is still null.

Is there anything wrong?

Best Regards

Rui

Accepted Solutions (1)

Accepted Solutions (1)

sap_pp13
Active Contributor
0 Kudos

Rui, This is what we did to accomplish this:

In the R/3 User exit include ZXCIFUSERU08,

  Loop at IT_MATLOC where METHOD = ‘N’ (For each new product location),

  Read IT_MARC with key Material, Plant.

  If not IT_MARC-DISPO IS INITIAL.

  Set IT_MATLOC-PLANNR_PPS = IT_MARC-DISPO

(Copy MRP Controller on to APO Production Planner)

  Update the change table (IT_MATLOCX)

  Endloop.

rui_wang3
Explorer
0 Kudos

Hi Srini,

Thank you very much.

I did not update the change table. Now it's OK.

Best Regards,

Rui

Answers (0)