cancel
Showing results for 
Search instead for 
Did you mean: 

SCU0 Customizing Cross-System Viewer DUMP SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Kudos

Hi All,

I have a dump when i execute the Client comparison.

I'm trying to compare the client 300 (QAS) with client 300 (PRD).

The two system have the same Logical System Name (QAS was a copy of PRD).

I received the following dump:

Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC

Exception CX_SY_OPEN_SQL_DB

Short text

The ABAP/4 Open SQL array insert results in duplicate database records.

Information on where terminated

Termination occurred in the ABAP program "SAPLSCT4" - in

"SCT4_INSERT_WORK_LIST".

The main program was "SAPLSCT1 ".

In the source code you have the termination point in line 20

of the (Include) program "LSCT4U04".

The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in

procedure "SCT4_INSERT_WORK_LIST" "(FUNCTION)", but it was neither handled

locally nor declared

in the RAISING clause of its signature.

The procedure is in program "SAPLSCT4 "; its source code begins in line

1 of the (Include program "LSCT4U04 ".

Thanks !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Juan,

The Note 948888 should help you. As per this you restart the whole of client comparison again. That should resolve your problem.

Thanks & Regards

Vivek

Former Member
0 Kudos

Thanks, i restart the process and work !

Answers (0)