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: 

User Exit in operations subscreen transaction IW32

Former Member
0 Kudos

We want to add a new button in the operations subscreen in transaction IW32. By pressing the button the selected operations should be transferred to a SAP table for later treatment of confirmations in background. There is no problem to transfer table on save but I am not able to locate exits that allow me to manage the new button. If you have suggestions. Thank you for your help.

Best Regards,

Daniel Cantin

2 REPLIES 2

Former Member
0 Kudos

Hi,

There is only one exit available for iw32 transaction.

Exit Name Description

IWO10012 Maintenance order: Priority handling on central header

regards

Aveek

Former Member
0 Kudos

There are a large amount of user-exits for PM/CS orders. Most of them are in development classes IWO1, IWO2, IWOC and ISCV.

There is no user-exit/BADI (that I know) to do what you want. However you could utilise user-exit IWO10009 (Customer Check for 'Save' Event) to kick-off workflow or some other process

PeteA