cancel
Showing results for 
Search instead for 
Did you mean: 

IW32 doesn't update any data after save

Former Member
0 Kudos

Hi Experts.

We are having troubles when updating an order through IW32. The data we change after the first save is not beeing updated. So we are only able to create the order via IW31 but then we change any field in IW32 the changes are not keeped in the order after looking up it on IW33. The message after hit IW32's save button is "Order saved with number xxxxx" though.

We think it could be customize, but we are not sure.

Our system is running ECC-DIMP 617 and we have the BF LOG_EAM_WTY active.

Thanks for your help.

Accepted Solutions (0)

Answers (2)

Answers (2)

NTeunckens
Active Contributor
0 Kudos

Is there any UserExit or BAdI such as "WORKORDER_UPDATE" activated? Maybe some code or issue with ABAP-code reverts the changes? This BAdI holds several methods such as 'AT_SAVE' / 'BEFORE_UPDATE' / 'IN_UPDATE', which you could use in Debugging.

JL23
Active Contributor
0 Kudos

Already checked SM13 for posting failures? The success message is issued before it is actually saved to the database.

Former Member
0 Kudos

SM13 shows "0 update records found"

I find suspicious that the message is show before saving it to the database. Any other clue? I ran ST05 SQL trace and shows update to the DB... after that I went to the SAPLCOVB program, pinned a BREAK into that line and tried to execute IW32 but it doesn't stop there.