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

Former Member
0 Kudos

Hi,

in a PO I set for control key in confirmation tab at item detail level (table-field EKES-EBTYP) the value "AB", date, quantity and reference when saving the error is:

Transazione.. ME23N

Chiave di reg. 4A0148C21AD246FDE1000000C0A8700B

Crea......... 07.05.2009, 15:52:35

Eseg......... 07.05.2009, 15:52:35

Info errore.. 00 671: Processore ABAP: SAPSQL_ARRAY_INSERT_DUPREC

What is the problem ?

Regards

Moderator message - Please use a more descriptive subject in the future

Edited by: Rob Burbank on May 7, 2009 11:27 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

What ever values you are inserting/entering, with that there already exists a record with the key fields

The error says that you are inserting the duplicate record, which is against the DB rules.

So first check the table entries and see and enter new values and see.

2 REPLIES 2

Former Member
0 Kudos

Hi SAPFRIEND ,

refer the below link for your problem..

[SAPSQL_ARRAY_INSERT_DUPREC |;

Regards,

Prabhudas

Former Member
0 Kudos

Hi,

What ever values you are inserting/entering, with that there already exists a record with the key fields

The error says that you are inserting the duplicate record, which is against the DB rules.

So first check the table entries and see and enter new values and see.