Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

method IN_UPDATE in BADI WORKORDER_UPDATE is not triggering

Former Member
0 Likes
2,047

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

1 REPLY 1
Read only

Former Member
0 Likes
1,057

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.