cancel
Showing results for 
Search instead for 
Did you mean: 

Plant Maintenance Order - BADi/user exit for operation change

Former Member
0 Kudos

I need to send a mail on plant maintenance order (IW32) save event if there is any change in operation - requirement assignment person. Means if the operation is assigned to a person then notify that person on order save event.

Can anybody help me on this in finding some BADi or user exit?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

User Exits:-

IWO10009 Customer Check for 'Save' Event

BAdI:-

ALM_ME_001_ORDER Order/Operation Data

ALM_ME_ORDER_OPER MAM 1.0 Order Operations

IBAPI_ALM_OPR_GETDET BADI for Reading Fields for BAPI_ALM_OPERATION_GET_DETAIL

Check with these User Exits & BAdI's.

regards,

Venkatesan Anandan

Answers (3)

Answers (3)

Former Member
0 Kudos

why not use workflow for the work order, just do some configurations not the development.

Former Member
0 Kudos

I don't know the business object and business method for this requirement. I checked some but didn't get specific to this requirement.

peter_atkin
Active Contributor
0 Kudos

Sanjay,

This can be done through user-exit IWO10009 (at save event) as suggested above by Suresh.

See TCode SMOD for more details.

PeteA

Former Member
0 Kudos

I guess the only option for this issue is to implement the enhancement point and export the data and in order save badi....import the data and send mail.

Former Member
0 Kudos

Use EXIT_SAPLCOIH_009 or WORKORDER_UPDATE BADI to send in required email. Use AFVG_BT internal table in user exit to get operation details (program SAPLCOBO).

Rgards,

Suresh

Former Member
0 Kudos

Hello

I treat your issue in two different ways you should use user EXit exit IWO10009

& regarding work flow you have to use set sone user status in status profile The value of user id can be found out from JCDS with that You can reapporve the order

Reagrds

chandrashekhar