‎2010 Sep 28 11:41 AM
Update was terminated
System ID.... ZDE
Transaction.. ABUMN
Update key... 4CA0A62864FF0068E1008000093FF453
Generated.... 28.09.2010, 09:39:14
Completed.... 28.09.2010, 09:39:15
Error Info... ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC
While transferring asset using ABUMN transaction I am getting this error message
I have implemented a implicit enhancement in FM AMBU_CALL_AC_DOCUMENT_POST in which BAPI_EQUI_CHANGE is used to change the equipment with the new asset no.When I comment the BAPI there is no error .What might be the cause of this error in the BAPI_EQUI_CHANGE and is there an alternative to this BAPI
I
‎2010 Sep 28 11:44 AM
Check in Transaction ST22 to findout which statement is triggering the Short dump.
Regards
Vinod
‎2010 Sep 28 1:36 PM
Hi Praveen,
Please see the note below:-
Note 668466 - Loading master data: SAPSQL_ARRAY_INSERT_DUPREC
Regards,
Md Ziauddin.
‎2010 Sep 29 6:22 AM
Hi Praveen,
You can get the detailed error info for this error in SM13 transaction where we can check update error,which program/function module caused error in update task. You can also execute your code in bebugging mode from here.
The Error you got occurs when transaction / program tries to commit database that would result in a duplicate entry in a
table with primary key and hence the update failes,
Regards,
Pawan