Hi Experts,
My problem is when I change setting for Data Store Object named
0FIAP_O03 to make it automatic activated data by checking the option
for Activate Data Automatically, then I got the short dump screen
saying
Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC
Except. CX_SY_OPEN_SQL_DB
Date and Time 21.05.2009 14:17:39
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
in
procedure "_UPDATE_DIRECTORY_TABLES" "(METHOD)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated that the
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.
Could anybody give me the solution?
Thank you in advance.