Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error: SAPSQL_ARRAY_INSERT_DUPREC ...

Former Member
0 Likes
664

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
621

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

4 REPLIES 4
Read only

Former Member
0 Likes
622

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

Read only

Former Member
0 Likes
621

There are a ton of notes for this problem. I suggest you search there.

Rob

Read only

Former Member
0 Likes
621

Hi,

This dump occurs only when system try to inser a duplicate record.

regards,

siva chalasani.

Read only

Former Member
0 Likes
621

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