cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Kudos

Hi All,

Executed the realignment job but job cancled due to the below dump.However all the realignments are correct.I checked the data post realignment and it looks ok.

Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC

Except. CX_SY_OPEN_SQL_DB

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was n

in

procedure "SELID_MULTI_SET" "(FORM)", nor was it propagated by a RAI

clause.

Since the caller of the procedure could not have anticipated that th

exception would occur, the current program is 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.

(With an ABAP/4 Open SQL single record insert in the same error

situation, processing does not terminate, but SY-SUBRC is set to 4.)

if you could help please?

Br,

Rakesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Rakesh,

SAP standard program is causing this dump, i can see so many oss notes in the service market place for the search criteria provided in the short dump.

My suggestion is you can search relavant OSS notes or you can log a call in service site, so that SAP can help you to identify correct OSS notes.

Regards,

Answers (0)