Hi, I need check component data and set value to field "Unloading Point"(RESB-ABLAD) before Production Order saving in CO01/CO02/CO08/CO40/CO41 and so on.
I have tried user exit PPCO0001, but system only call use exit PPCO0001(Line 733 in FM CO_BT_ORDER_POST) after post Production Order(around line 477 in FM CO_BT_ORDER_POST), so use exit PPCO0001 is not useable for ths requirement.
For other user exits as PPCO00XX, the import and export parameter is not enough for component data update.
Do we have a good user exit for this requirement?
I also saw some ENHANCEMENT-POINT in FM CO_BT_ORDER_POST. Is this the only way to update component before Production Order saving?