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 User exit or BADI for IW31/IW32 transactions

Former Member
0 Kudos

Hi all,

Is there any user exit OR BADI availble for transactions IW31 and IW32. I need to restrict some Activity types and work centres(Error message should come when we give wrong combination of these 2 and press on save button).

Thank you very much in advance.

Thanks,

Venu

7 REPLIES 7

Former Member
0 Kudos

IWO10012 Maintenance order: Priority handling on central header

0 Kudos

Could you please explain me breifly??

Former Member
0 Kudos

Hi,

BADI:workorder_update

method is :At_save or before_update.

Regards,

Shiva.

0 Kudos

Hi Shiva,

Thanks for your quick responce, I need the same for IW41, IW44 and IW48 transactions.

Could you please let me know if any BADI/User exit availble for those Tcodes.

Thanks in advance.

Regards,

Venu

0 Kudos

Hi,

The BADI WORKORDER_UPDATE Will suitable for most of the PM/PP Modules,If it is not fulfill your reqirement then try to look the BADI NOTIF_EVENT_SAVE.

Regards

Kiran Sure

Former Member
0 Kudos

Hi,

Check the BADI

WORKORDER_UPDATE - Business Add-In PM/PP/PS/PI Orders Operation: UPDATE

This is multiple use Badi , hope this is the one you are looking for.check by implementing and placing the breakpoint in appropriate methods.

Alos check the below

IWO1_SCREEN_MODIFY

IWO1_PREQ_BADI

WOC_FL_DETERMINE

Regards,

Raj.

NunoRodrigues
Participant
0 Kudos

Hi, I'm facing the same issue. Did you manage to solver your problem?