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 !