cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR: Error document "update was terminated" received from author "PPUSER"

aninigade
Participant
0 Kudos

Hi;

While posting initial stock in migo using mov. type 561 same popup msg shown by system. even though posting is done successfully stock is not get updating in mmbe.

i checked in ST22 tcode and this shows description as : ABAP run time error SAPSQL_ARRAY_INSERT_DUPREC and exception as CX_SY_OPEN_SQL_DB.

Pl. guide to overcome from these. Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

The most frequent cause for the error SAPSQL_ARRAY_INSERT_DUPREC is that a record with the same key already exists in the database. Generally, this is a number range issue, so I suggest you to check the current number defined in the number range object and make sure that there is no record higher within the interval in the database tables.

Regards,

Caetano

BalaAP
Active Contributor
0 Kudos

Hi,

Check with tcode SM13 and double click on the corresponding failed record (identify using user,date,time & tcode) of the error you want to analyze. This will show you the module causing the error in red color, double click on the error (then you can click the abap editor button and check the particular code which is causing the error). Then you can analyze this code with ABAPER and find the exact place where the error happens.

regards,

Bala