cancel
Showing results for 
Search instead for 
Did you mean: 

uesr exit for iw31/32

Former Member

for pm order creation/change

I need to update the funcationa area header data of pm oder at the time of creation or change.

in ztable miantining order type, asset group and functional area.

based on order type and asset group of pm order creation or change i will get the functional area data from ztable and update the pm order functional area

i need user exit for this.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Sudha,

You can use the user exit IWO10012, Function module exit - EXIT_SAPLCOIH_012.

There is one structure CAUFVD which has all these values...based on the conditions get the new values and modify.

Reward if it is useful.

Thanks,

Srinivas

Former Member
0 Kudos

problem resolved

0 Kudos

Hello Sudha,

the following exits are for the named transactions:

IWO10001 Creation of maintenance sub-order

IWO10002 Maintenance order: Customer check for order release

IWO10004 Maintenance order: Customer check for order completion

IWO10005 Maintenance order: Customer-specific determination of profit center

IWO10006 Maintenance order: Exclusion of function codes through customer enhancements

IWO10007 Maintenance order: Customer enhancement for permits in order

IWO10008 Maintenance order: Determination of tax jurisdiction code

IWO10009 Maintenance order: Customer check for "Saving"

IWO10010 Maintenance order: Determination of WBS element

IWO10011 Maintenance order: Component selection

IWO10012 Maintenance order: Priority treatment on central header

IWO10015 Maintenance order: F4 Help for user fields on operation

IWO10016 Maintenance order: Check of operation user fields

IWO10017 Determination of external order number by customer logic

IWO10018 Maintenance order: User fields on order header

IWO10020 Maintenance order: Automatic inclusion of task list

IWO10021 Automatic task list transfer for order creation for notification

IWO10022 Determine calendar from customer exit

IWO10023 Service order: Changes to header data for advance shipment

IWO10024 Service order: Changes to items for advance shipment

IWO10025 Maintenance/service order: Determination of responsible cost center

IWO10026 User check when setting status "Do not perform"

IWO10027 Generate user-specific settlement rule

IWO10029 Inclusion of bill of material in maintenance/service order

IWO20001 Maintenance order: Task list transfer in order

ICSV0004 Check maintenance object and display object information

CNEX0013 Maintenance order: Proposal for item category for component assignment

CNEX0026 Maintenance order: General check for material

CNEX0027 Maintenance order: Determination of plant or storage location for component

COZF0001 Maintenance order: Change purchase requisition for external operation

COZF0002 Maintenance order: Change purchase requisition for external component

<b>Or you could check the customizing item:</b>

Transaction: SPRO -> IMG

-> Plant Maintenance and Customer Service

-> System Enhancements and Data Transfer

- Develop Enhancements (Or read the documentation)

Hope this helps you.

Regards,

Isabelle

Former Member
0 Kudos

hi sudha ...even i got the similar kinda req ..i am not able to find the appropriate user exit ...my case is ..

This functional design specifies the invocation of programmatic logic through a user exit within Plant Maintenance Orders which will do the following as the PM Order is RELEASED

• If the WBS Element, to which the PM Order is to be assigned, is populated in the order’s Additional Data view, then automatically populate the PM Order settlement rule so that the PM order will settle accumulated costs to the same Work Breakdown Structure Element to which the PM Order is assigned.

• Conversely, if WBS Element, to which the PM Order is to be assigned, is NOT populated in the order’s Additional Data view, look to see if the Settlement Rule is populated. If Settlement Rule is populated then copy the Settlement Receiver field to the assignment WBS Element field.

• If both of the above fields are populated then this enhancement should do nothing. Specifically, the WBS Element field in the Additional Data view should not overwrite an existing value of the Settlement Receiver in the Settlement Rule.

The enhancement given to me is iwo10002 .do u thnk its gonna work?? the other exits i hav found are iwo10010,iwo10027 and iwo10009 , but import export parameters in the function module doesnt hav the fields that i need..so ,do i need to use import /epxort into ABAP memory to temporarily hold the data r wht ???

guyzz plz suggest.

Former Member
0 Kudos

Hi,

Check the BADI <b>WORKORDER_UPDATE</b>..

and user exit be CONFPM05

Regards