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

Runtime Error: SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Likes
456

Hi Experts,

I am getting the runtime error: SAPSQL_ARRAY_INSERT_DUPREC

Exception CX_SY_OPEN_SQL_DB.

along with this internal note:

The termination occurred in the function "HandleRsqlErrors" of the SAP

Basis System, specifically in line 775 of the module

"//bas/640_REL/src/krn/runt/absapsql.c#17".

The internal operation just processed is "SQLS".

The internal session was started at 20070905191511.

Anyone has any idea why this run time error is coming.

Points will be rewarded.

Thanks & Regards,

Soumya.

2 REPLIES 2
Read only

Former Member
0 Likes
414

I think you are trying to insert the record in the table for which there is already an entry exists in the table with the primary key specified.

Read only

Former Member
0 Likes
414

If this is a standard SAP program, check notes for it.

Rob