cancel
Showing results for 
Search instead for 
Did you mean: 

MRP Seasonal/Varying Procurement Lead Time

Former Member
0 Kudos

Dear Experts,

We are experiencing this requirement. How can we setup a dynamic procurement lead time for materials?

Ex. During Peak Season (Nov - Jan), the procurement lead time is increased by N number of days on top of the normal lead time.

Thank you in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use BADI MD_MRP_PARAMETERS method ADJUST_MATERIAL_MASTER_PARAMS. Customized table may be needed to capture the delivery times in different valid date.

The sample code looks like this:

  • some code to obtain delivery time at different season

pl_dlv_time = .......

  • change MRP parameters.

ch_mt61d_ext-plifz = pl_dlv_time.

  • Set change indicator

ch_changed = 'X'.

Edited by: ayethebing on May 23, 2011 10:08 AM

Former Member
0 Kudos

Dear ayethebing,

Thanks for your inputs. On what EVENT this BADI is activated?

Thanks!

Former Member
0 Kudos

It will be called at MRP Run. You can check the type of MRP run at field IM_AUFRUF (i.e., 1 - Planning).