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: 

IW22 User-Exit on Save

Former Member
0 Kudos

Hi fellows!

Does anyone knows how to assure, in a user-exit for IW22 transaction, that the SAVE function was called?

Can it be made by BADI? Which implementation may I have to use.

Thank you.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

can u plz make it clear?

8 REPLIES 8

Former Member
0 Kudos

BADI Definition: NOTIF_EVENT_SAVE

Method Name: CHANGE_DATA_AT_SAVE

Former Member
0 Kudos

can u plz make it clear?

0 Kudos

Hi.

In MM tcodes ME21/22/23, i have a user-exit for the item validation and another for header validation. That i am used to, but the exit's for PM transactions seems not to work like this.

0 Kudos

Hi,

Goto Function Group XQQM.All the customer exits including BADI for notifications have been included in that FG.

Goto SPRO ->Plant Maintenance and Customer Service->System Enhancements and Date Transfer..you can find the exits along with documentation

reward if helpful

thanks

0 Kudos

Thank you Anju!

For instance, the exit that fit is QQMA0014.

0 Kudos

Flavio,

Would still recommend you look at the BADi solution.

All the requried actiivities, items and tasks are populated along with the header.

You can also set up filters to limit your validations to only particular notification types.

0 Kudos

My version of R/3 is 46D and i am afraid that this BADi isn't available.

But thank you for reply.

Former Member
0 Kudos

Hi,

User exits for IW22 are

IWO10026 User check on setting status 'Do not perform'

IWO10027 User exit: Generate user-defined settlement rule

IWOC0001 Create PM/SM notification: Determine reference object

IWOC0002 PM/SM notification: Check whether status change is allowed

IWOC0003 PM/SM authorization check of ref. object and planner group

IWOC0004 Change single-level list editing PM/QM/SM ALV settings

Regards

Sudheer