2011 Jul 12 5:43 AM
Dear Expert
I am trying to implement BADI MD_CHANGE_MRP_DATA and method CHANGE_MDPSX_MDUP. This will exclude considering STRs for MRP depending on the condtions written in the code.
the condition is material type mtart will be fert only so can anyone provide me sample code to make this enhamncement and above badi and method are right place for this code.
I think can be the option to solve the issue. Please let me know your thoughts.
Thanks
2011 Jul 12 5:47 AM
Hi Shukla,
Check this note note 190298.
*--> delete flag for availability
clear ch_mdps-vrfkz.
*--> set changing flag
ch_changed = 'X'.
endmethod. "IF_EX_MD_CHANGE_MRP_DATA~CHANGE_MDPSX_MDUp
Regards,
Madhu.
Edited by: madhurao123 on Jul 12, 2011 10:18 AM
2011 Jul 13 1:17 PM
Hi Shukla,
U can check the sample/default implementation of that BADI so that u could get some idea how to code.
regards,
Shafiq.