Hi everyone,
When doing a confirmation of an order via IW41 the Work Center is always set with the work center of the order. I believe that happens in CO_RU_CONFIRMATION_CHECK when it calls form CHECK_ARBPL from SAPLCORF.
But I have to prevent that from happening. How do I do that?
The reason I need that is following:
I get the time for the confirmations through an interface. But it can happen, that the interface sends missing data. F.i. the mapping to the work center isn't existing in our z-table. Because I don't know the work center to use, I don't confirm that order directly, instead I save a Batch-Input of IW41 containing all the found data but - in this case - an empty work center. But if the responsible person runs that Batch-Input later - in order to complete it - and clicks directly on save (without filling the "appearing empty" work center) the confirmation automatically adds the work center from the order and saves it - but that could be the wrong work center.
Has anyone ideas how I can do that? The user exits I found didn't seem helpful as the above mentioned function always sets the work center back in, even when I remove it in the user exits that I've tried (CONFPM01, CONFPM02).
Help is appreciated!
Best regards,
Melanie