Application Development 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: 

error: SAPSQL_ARRAY_INSERT_DUPREC ...

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Rob

Former Member
0 Kudos

Hi,

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

regards,

siva chalasani.

former_member1345686
Active Participant
0 Kudos

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