‎2006 May 15 8:34 PM
Hi,
i need to populate the production versions of the material from MRP4 view in Material master ( production versions), whenever an entry is made or changed to a Ztable.
i'm trying to use BADI_MATERIAL_OD for this.please let me know what should be the approach, which method i need to use etc.
Thanks,
venu.
‎2006 May 15 9:59 PM
Hi Venu,
Look at the parameter fields of each of the methods. If the fields is EXPORTING or CHANGING or TABLES type, then you may be able to change the production version if it is in the structure of the fields.
Another hint is to activate the Badi and put a break point. Then execute transaction MRP4 to see whether it stop at that Badi.
‎2006 May 16 3:33 AM
Hi Venu,
when u create implementation of badi "BADI_MATERIAL_OD "
in SE19,please check the appropriate METHOD,and
then go in that method give the break-point.
Activate the BAdi.
Run ur Tcode .
it will take u to the Break-point,this means the badi is called.
In actual program u have to just write code to update the Ztable instead of Break-point.This will make entry in ur Ztable.
Regards,
Ranjit Thakur.
Please Mark The Helpful Answer.
‎2006 May 16 8:20 PM
Hi,
appreciate your replies. what i'm trying to find is the prod. version of the material and the text as displayed when the 'prodversions' button is selected.
Thanks,
venu.
‎2006 May 16 8:35 PM
‎2006 May 16 9:20 PM