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

SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Likes
380

hi,

while changing order to teco'd and save the order in IW32, I encountering SAPSQL_ARRAY_INSERT_DUPREC notification from my SAP mail then there is no update have been change in my order.

what is the cause of this problem?

thanks.

james

1 REPLY 1
Read only

Former Member
0 Likes
329

As the error message implies - you are trying to insert a record into a table with duplicate keys to a record that already exists.

You need to look further into the termination to determine which table it was failing on and then figure out why it was trying to insert a duplicate key entry. Find out if it is a standard or custom table and see if there is any custom code in user-exits or BADI's that might be causing it.