Hi Experts,
We have a requirement in ME22N, where in we have to synchronize the PO line items ekpo and shipment data (ekpv) to first valid line item.
E.g: PO# 1000021
Line items# 10, 20, 30, 40 and 50. Lets consider line#30, 50 data is different and user changes data of 20 and 40 as well,
and lets consider line#10 is a valid one. So while saving the PO, it should through a pop-up for line item discrepancy (Which is happening) and upon user confirmation, it should synchronize all the line items to 1st valid line item (in this case 10). A logic is coded in "POST" method of the class "CL_IM_MM_PO_CREATE_PR", it works absolutely fine for changed line items, in this case line#20 & 40, but not working for other line items.
We tried coding it through enhancements as well but no use, after going through lots of SCN responses we even tried POT option.
ME22N - Field modification is not being updated to EKPO table.
But no use so far. Please suggest what should be the best approach to tackle this issue. Thanks for your time.