Application Development 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: 

Express document error "Update was terminated"

former_member620069
Participant
0 Kudos

Dear Experts,

We are getting error like this " Express document update was terminated .I checked in SM13 it showing some standard include code(in file).

I made enhancement to VF01 for removing vat values in my condition tab.

Error screen attached please suggest your ideas where i went wrong??

Regards,

Srini.

10 REPLIES 10

Former Member
0 Kudos

Hi Srinivas ,

Please check the details in SM13 t-code.You can control

the reason for update termination with SM13.

Best Regards.

Özgün.

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Srinivas,

The update termination can have various reason.

Kindly find the below note.

208627 - SQL_ARRAY_INSERT_DUPREC LV60UF0K KONV_BEARBEITEN


Regards


Rajkumar Narasimman

krishna_k19
Contributor
0 Kudos

Hi Srinivas ,

   Can you post the error analysis screen shot from st22.

Regards,

Krishna

0 Kudos

Hi Krishna,

ipravir
Active Contributor
0 Kudos

Hi Srinivas,

Remove the INSERT Command to Update the KONV table, by this command, duplicates records are updating into the KONV table from XKONV table and system is generating the dump.

Try to use MODIFY command to update the data in KONV table and then check.

regards.

Praveer.

ipravir
Active Contributor
0 Kudos

Hi Srinivas,

Due to system dump, you are getting the attached messages.

Go to ST22 and get the error details, in Code Part, you will get error information.

Regards.

Praveer.

raymond_giuseppi
Active Contributor
0 Kudos

Look in SM13 for name of FM that triggered the error (RV_INVOICE_POST ?)


I made enhancement to VF01 for removing vat values in my condition tab.

Analyze the impact of your changes on the internal table xkonv, most usual error on INSERT comes from duplicate records. (You can display the value of xkonv from SM13, click on FM line and then on icon "Display Update Data".)


Regards,

Raymond

Former Member
0 Kudos

Hi Srinivas,

The Error is due to some duplicate record is getting inserted and so update termination is happening. Try to ask your technical team to debug it.

Realted Links :

Thanks & Regards,

Seshadri.

former_member195402
Active Contributor
0 Kudos

Hi Srini,

maybe you forgot to initialize your enhancement, so that old data are still available, if the enhancement is processed a second time. Please check your enhancement code or post it here, that we can check it.

Regards,

Klaus

0 Kudos

Dear Srinivas,

Kindly check with t-code sm66 , when you create the invoice through VF01 the dialog process running for that tcode is in continuous running state , activate the debugging through SM66 and easily you can get conditions which causes this short ABAP DUMP.

Regards

Uday Kulkarni