‎2007 Nov 22 1:07 AM
We are getting short dumps in transaction VA01 and VA02 that reference the error:
SAPSQL_ARRAY_INSERT_DUPREC
Is this due to an internal number range assignment?
Can you please help?
Thanks,
Karim
‎2007 Nov 22 2:44 AM
Hi Karim,
This error happens when the system treis to create the entry in the table with the already existing key.
You may need to find out for which table this error is happening and what are those duplicate values.
Regards,
Atish
‎2007 Nov 22 2:44 AM
Hi Karim,
This error happens when the system treis to create the entry in the table with the already existing key.
You may need to find out for which table this error is happening and what are those duplicate values.
Regards,
Atish
‎2007 Nov 22 3:59 AM
There are a ton of notes for this problem. I suggest you search there.
Rob
‎2007 Nov 22 4:02 AM
Hi,
This dump occurs only when system try to inser a duplicate record.
regards,
siva chalasani.
‎2007 Nov 22 4:21 AM
Hi Karim,
This error occurs when some records having duplicate primary/unique keys are being inserted to a table .
To solve the problem, repeat the transaction, and at abap dump screen, check the code where the error occurs.
If it is due to user exit, add relevant codes to remove duplicate records .
Rgds,
TS Winedya