cancel
Showing results for 
Search instead for 
Did you mean: 

Update was terminated

0 Kudos

Can any one give solution for Error message : UPDATE WAS TERMINATED

When we edit something in Sales Order and save, system will give this Update was terminated message and the chnages will not get saved in the SO.

Some times i have observed, this msg will not come for second day...can any one give solution on this error message.

Thnaks

Diwakar

Accepted Solutions (0)

Answers (4)

Answers (4)

SmileZhang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Diwakar,

Here are the steps to analyze update termination in VA01/VA02.

1. Check SM13 to get the detail information above the update error, normally you will get an error message 00671 with dump

SAPSQL_ARRAY_INSERT_DUPREC.

2. Check dump in ST22 to find the place for issuing the update termination,

Normally it will be an INSERT statement, check the table for the insert statement, for example IVBEP.

3. Check SM13, select the red line with error and click the Update info to check the detail update info.

If the table in dump place is VBEP, then you should check FXVBEP. There should be duplicate table entry in FXVBEP or entry with incorrect update indicator UPDKZ.

The dump usually occurs when you are inserting two entries with same table key or when you are inserting an entry which has same key value as existing entry. It is usually caused by incorrect coding in userexit expecially userexits in MV45AFZZ.

4.If issue doesn't occur 100%, it would be difficult to find the root cause, but I would recommend you to check your userexits in MV45AFZZ whether you are dealing with UPDKZ incorrectly.

Hope it helps.

Best regards,

Smile

Former Member
0 Kudos

HI,

The error message can be checked in SO01- Inbox where a short message will be posted, this will help the abaper to investigate the root cause, further the update termination is sometimes because of duplicating entries .,for eg same sold to party entered etc.,

Regards,

Shaik

sarthak_mohantysd
Active Contributor
0 Kudos

Hello Diwakar,

Can any one give solution for Error message : UPDATE WAS TERMINATED
When we edit something in Sales Order and save, system will give this Update 
was terminated message and the chnages will not get saved in the SO.Some 
times i have observed, this msg will not come for second day...
can any one give solution on this error message.

There can be many possibility for which you are basically getting this error "UPDATE WAS TERMINATED". There can be issues with number range of Sales Order or with User exit which might have been used for standard program of Sales Order change. The best way to handle this issue will be to go for Short dump analysis using ST22 transaction code.

Regards,

SARTHAK

Former Member
0 Kudos

Hi,

Most of the times the reason for such error is reset or overlapping of number ranges. Thre could also be other reasons.

Use SM13 and SM14 transaction to analyze, enter necessary information like user and date, and check the reason for termination. Or check ST22 to see the short dumps. Then you might need to call the basis guy who needs this information.

Regards,

Sats