Skip to Content
0
Former Member
May 29, 2008 at 10:21 PM

SAPSQL_ARRAY_INSERT_DUPREC dump while saving PO in ME22N

115 Views

Hi All,

SAPSQL_ARRAY_INSERT_DUPREC dump while updating PO in ME22N.

Error analysis

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was

neither

caught nor passed along using a RAISING clause, in the procedure

"/SAPSLL/OBJIDX_DB_UPDATE_R3" "(FUNCTION)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

If you use an ABAP/4 Open SQL array insert to insert a record in

the database and that record already exists with the same key,

this results in a termination.

I tried to find SNOTE for this, but cannot find for ECC5.0. Can anybody help.

Thanks.