2010 Oct 25 6:46 AM
Hi All,
I am trying to update the workorder data through TCODE : IW32 and when click on Save Button . As per my requirement i need to implement some validation logic for which I found that Method IN_UPDATE in BADI WORKORDER_UPDATE is suitable . But this method is not getting triggered even though rest of all the methods in that BADI are triggering . Could you guys please provide a solution why this particular method is not triggering for me and provide you valuable information .
Thanks and Regards
Lalitha
Hi All,
I am trying to update the workorder data through TCODE : IW32 and when click on Save Button . As per my requirement i need to implement some validation logic for which I found that Method IN_UPDATE in BADI WORKORDER_UPDATE is suitable . But this method is not getting triggered even though rest of all the methods in that BADI are triggering . Could you guys please provide a solution why this particular method is not triggering for me and provide you valuable information .
Thanks and Regards
Lalitha
2010 Oct 25 6:58 AM
If you are trying to debug code written in this method, then you need to activate UPDATE DEBUGGING.
See the Interface Documentation.
Note that the method is carried out in the update process.
In particular, no dialog is possible, no messages may be sent and no
database commit may be executed because otherwise an orderly
rollback is no longer possible.