on 2009 Nov 11 3:08 PM
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.
Request clarification before answering.
i don't know but we haven't try other solution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear.
I have tried with MDBT and with MD02 but all of them don't consider dependent requirements
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
>
> 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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
90 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.