Hi,
The confirmations tab already displays a line item details for
confirmation category 'AB-order acknowledgement' . The thing is,
i need to update the screen so that along with the present line
item details, i have to display the confirmation category 'LA-
inbound delivery'. This confirmation category actually tells the
qty that has been shipped, which may vary from the qty on the
std PO. The following are the fields which need to be updated in the database table ekes.
type of conf. (EKES-EBTYP)
delivery date (RM06E-EEIND)
quantity (EKES-MENGE).
i had used BAPI_PO_CHANGE , but is not updating the EKES table which is mandatory for my requirement,
and i also tried the bapi ME_CONFIRMATION_UPDATE_GR , this is bapi is also not updating the table ekes,
so shall i need to enhance the standard function module ME_CONFIRMATION_UPDATE_GR OR ANY OTHER WAY ROUND TO MEET THE REQUIREMENT
any guidance is much appreciated.