cancel
Showing results for 
Search instead for 
Did you mean: 

Badi for taking into account dependent requirements -reorder point planning

Former Member
0 Kudos
628

Dear guru ,

I have a material with mrp-type V1. I know that dependent requirements of planned orders arenu2019t taken into account.

Does exist a BADI that allow to consider dependent requirement durings mrp run for reorder-point planning ?

Thanks in advance.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

i don't know but we haven't try other solution

Former Member
0 Kudos

Hi Cris Ato

How is this working for you? I'm trying to do the same not sure if you have any other recommendations.

Former Member
0 Kudos

Solved but for taking into account dependent requirements during mrp we have modified include LM61YF0F.

We have inserted in row 143

u201Cor mdpsx-delkz eq skbedu201D

Bye.

Former Member
0 Kudos

Hi,

Is the modification done approved by SAP ?

Regards,

Vivek

Former Member
0 Kudos

Dear.

I have tried with MDBT and with MD02 but all of them don't consider dependent requirements

Thanks.

Former Member
0 Kudos

Hi,

Do some checks at your end, eg: If the BADI is active, if you added some conditions in the coding of BADi check if the criteria selects the material which your testing for, check for planning file entry, check the stock levels, check the reorder point, check if dep reqmt exists etc.

I suspect one of the above is not in place, because the BADi is working fine at my end.

Regards,

Vivek

Former Member
0 Kudos

Dears.

I have implemented BADI "MD_CHANGE_MRP_DATA " and Method "CONSIDER_RESB" with the instructions that you have

suggested. Now dependent requirements are visible in MD04 for reorder-point planning.

But if i run MRP the system don't consider dependent requirements.

What i must do for considering them during MRP ?

Thanks again.

Former Member
0 Kudos

Hi,

Can you let us know how did you run MRP i.e.

1. background MRP run at plant level or

2. online MRP via MD01 or

3. via MD02 or

4. MD02 in simulation mode ?

If its not option 1 or 2, then please run MRP at plant level in background & then check.

Regards,

Vivek

Former Member
0 Kudos

Hi,

The below code for BADi as mentioned by Mr. Prasobh, should meet your need. Maybe you might need to add IF-ENDIF conditions for specific needs eg: like plant etc.

----


  • Dep. requirements in reorder point planning visible and availability-relevant for MRP.

----


method if_ex_md_change_mrp_data~consider_resb .

*--> only for dep. requirements

check im_mdrs-bdart eq 'SB'.

*--> set flag for considering .

ch_no_exit_flags-reord_pl = 'X'.

*--> set changed flag

ch_changed = 'X'.

endmethod.

Regards,

Vivek

former_member196398
Active Contributor
0 Kudos

>

> Dear guru ,

> I have a material with mrp-type V1. I know that dependent requirements of planned orders arenu2019t taken into account.

> Does exist a BADI that allow to consider dependent requirement durings mrp run for reorder-point planning ?

> Thanks in advance.

Cris,

Check BADI "MD_CHANGE_MRP_DATA " - Method "CONSIDER_RESB". Hope this should help you.

Regards,

Prasobh