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 "Update was terminated"

Former Member
0 Kudos

Hi All,

When i cancel an invoice through Tcode : VF11.

After i go back i am getting a pop up " Express document "Update was terminated" received from author "xxxxx".

Can anyone tell me what is the problem in this how to rectify this problem.

Thanks and Regards

Partha

1 ACCEPTED SOLUTION

laxmanakumar_appana
Active Contributor

Hi,

Check the details in SM13 transaction.

You can check reason for update termination in SM13.

Regards

L Appana

11 REPLIES 11

former_member181962
Active Contributor
0 Kudos

Hi Partha,

Check if the transaction VF11 has any user exit. If yes, there may be some commit statement inside the user exit which should not be there.

generally you get these update termination messages in such situations.

Regards,

Ravi

Former Member

Hi Ravi,

Thanks for your reply.

Every thing is standard no userexits and nothing has been changed.

From yesterday only we are getting this message.

Thanks and Regards

Partha

laxmanakumar_appana
Active Contributor

Hi,

Check the details in SM13 transaction.

You can check reason for update termination in SM13.

Regards

L Appana

Former Member
0 Kudos

Hi Partha,

Has this problem solved and how did you solve the issue?

Regards,

Prabaharan.G

Former Member
0 Kudos

Hi Partha.

Can you explain how you manage to solve this problem.

Could be useful for every one !!

Regards,

Helder.

Former Member
0 Kudos

I am no ABAP guy....but when you goto SM13 search with the user thats getting the error. Double Click on the error normally it will give us the Funtion Module. Then double click on the Function Module you can generate the ABAP Dump.

or

just goto the tcode ST22. It might not show it as a regular dump. But you will have something to trouble shoot.

Regards,

Antony.

Former Member
0 Kudos

I am no ABAP guy....but when you goto SM13 search with the user thats getting the error. Double Click on the error normally it will give us the Funtion Module. Then double click on the Function Module you can generate the ABAP Dump.

or

just goto the tcode ST22. It might not show it as a regular dump. But you will have something to trouble shoot.

Regards,

Antony.

Former Member
0 Kudos

Hi All

we found and solution this err. the problem was in number range T_code " SNRO " object " KONH " change the current number to be like last transaction number

Good luck for all

0 Kudos

Hi Ahmed

We also face this issue suddenly since last two days.

May I know where to change the number?? Can you what you refer to Current number to be the last number?

Can you explain me how to do step by step?? was it resolved? Are we supposed to do everytime??

0 Kudos

Hi,

Go to T-code :SNRO and enter KONH in the Object field and click on "number ranges" and click on "status" and the change the current number field to the document number which is the last terminated document.

Revert if any clarification required.

Thank u

0 Kudos

Dear Ahmad,

How to find the current number of the client for object konh.

I am also facing the same problem.