2007 Mar 08 6:28 PM
Hi,
Does anyone know a bapi or a function module for change the confirmation date of one item of a purchase order ( that changes the field EINDT of table EKES ) ?
I need to change it according to goods receipt date.
Thanks in advance,
Paulo Sousa
2007 Mar 08 6:42 PM
Hi,
Please try this FM ME_CONFIRMATION_UPDATE.
Regards,
Ferry Lianto
Hi,
Does anyone know a bapi or a function module for change the confirmation date of one item of a purchase order ( that changes the field EINDT of table EKES ) ?
I need to change it according to goods receipt date.
Thanks in advance,
Paulo Sousa
2007 Mar 08 6:36 PM
you can use BAPI_PO_CHANGE
In particular you would be interested in schedule line table POSCHEDULE in the function interface and the field for confirmation date is DELIVERY_DATE.
Also you need to pass the BAPI some header fields like PO number etc and item fields liek material number etc along with the POSCHEDULE structure.
Also remember to mark X in POSCHEDULEX for corresponding field POSCHEDULEX-DELIVERY_DATE, so that the change will be transferred to the PO in database.
Also this BAPI can auto COMMIT
Hope this helps
2007 Mar 08 6:42 PM
Hi,
Please try this FM ME_CONFIRMATION_UPDATE.
Regards,
Ferry Lianto
2007 Mar 08 6:49 PM
ME_CONFIRMATION_UPDATE may update more than confirmation date, as it does not have control on which fields to update. I am not sure. If you use ME_CONFIRMATION_UPDATE, understand that EINDT field is confirmation date
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |