‎2008 Jul 22 9:13 AM
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
‎2008 Jul 22 9:16 AM
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.