Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error Info... ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Likes
514

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

3 REPLIES 3
Read only

Former Member
0 Likes
470

Check in Transaction ST22 to findout which statement is triggering the Short dump.

Regards

Vinod

Read only

Former Member
0 Likes
470

Hi Praveen,

Please see the note below:-

Note 668466 - Loading master data: SAPSQL_ARRAY_INSERT_DUPREC

Regards,

Md Ziauddin.

Read only

Former Member
0 Likes
470

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