2005 Sep 15 3:37 PM
hi all,
I have one requirement to calculated the delivery creation date while creating the Purchase Order. It is calculated based on the delivery date of PO. I have calculated that one but how to update it after calculation. Can any body give a user exit or BADI with implementation which will update the VETVG table while creating the PO.
Thanks
rajkumar
2005 Sep 15 5:02 PM
Hi
You can check OSS 498143 .
Try BADI ME_PROCESS_PO_CUST.
Cheers
2005 Sep 16 7:18 AM
hi sanjay,
thanks for reply, I am using same BADI(ME_PROCESS_PO_CUST) and implementation(FIELDSELECTION_ITEM_REFKEYS). In this implementation i am setting the shipping data with SET_SHIPPINGDATA method . but after that the values are not updating the EKPV and VETVG tables but it is only showing in the screen. Can you give a idea where to pass these values so it will update the tables.
thanks
rajkumar
2005 Sep 16 7:39 AM
2005 Sep 16 9:51 AM