Skip to Content
0
Former Member
May 22, 2008 at 09:02 PM

User Exit or BADI for IW31

873 Views

Hi Everyone,

We have a peculiar requirement. We create orders by pulling the operations from the task list. The requirement is we should not be able to change the operations in the order itself. So I am trying to find a User exit which will disable the fields to enter something or which will give any error saying that a change has been made.

I tried to implement enhancement IWO10009 and tried to compare the task list with the order by changing something in the order. But the tables AFVC and AFVU are getting updated after the order is saved and so it does not really give an error that time but will give an error the next time I go into the order. Is there a better way to achieve this functionality.

I also tried BADI "workorder_update", but confronted the same problem.

Thanks

Kumar.