Application Development 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: 

Need to Navigate to IW42 from IW31 after clicking the SAVE button.

Former Member
0 Kudos

hi experts,

i have a requirement where in IW31 after releasing the work order and clicking save, i should be able to navigate to IW42.

kindly help.!!!

5 REPLIES 5

raymond_giuseppi
Active Contributor

Try to add your code in a form PERFORMed ON COMMIT, you can trigger the call from BAdI like WORKORDER_UPDATE or exit like EXIT_SAPLCOIH_009.

Regards,
Raymond

0 Kudos

please tell me how to write a "perform on commit" in badi as well as where to to the corresponding form end-form for the perform..

thanks

Former Member
0 Kudos

Hi raymond,,

can u please be more specific.. i write the code in the BADI workorder_update and have writtent the perform. where do i write the code for that perform.

Former Member
0 Kudos

hi experts,

i added a break point in the method AT_SAVE, but i need a method which can be called after the work order gets saved.

,

hi experts,

i tried using the BADI WORKORDER_UPDATE, method -AT_SAVE is getting called before the order is saved.

i need a method which can be used after the work order is saved.

Former Member
0 Kudos

hi experts,

can anyone provide me the syntax on how to write "perform on commit" inside a badi.