cancel
Showing results for 
Search instead for 
Did you mean: 

Adding line items in Component tab of Work order in IW32

arpita_churi3
Active Participant
0 Kudos
1,018

HI Team,

can any one help me on the below requirement,

while saving the work order(on save) in IW32 , based upon the validations need to add more line item to the components in the component tab of Work Order .

Tried few enhancements and Exit but its not working .

thanks and regards,

Anupama

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_atkin
Active Contributor

Anupama,

You will get a better response if you tag your posts with: PLM Enterprise Asset Management (EAM)/Plant Maintenance (PM)

.

It is always a risk adding data to the order at save-event as any validation check may not be performed and data inconsistencies can occur.

You can use user-exit IWO10009 (SMOD) or BADI WORKORDER_UPDATE (SE18) to perform any validation checks.

.

PeteA

arpita_churi3
Active Participant
0 Kudos

Thank you Peter..

IWO10009 (SMOD) - is not working

BADI WORKORDER_UPDATE - Thanks for highlighting the validation check on data inconsistencies.

arpita_churi3
Active Participant
0 Kudos

Hi Peter ,

i tried BADI as well but doesn't contain any method which has CHANGING as table parameter. So its not possible to change the values in component table.

kindly suggest me any other way to do it.

thank you,

Arpita