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: 

update terminated

Former Member
0 Kudos

Hi all

Please suggest me on the below issue

When i am saving a billing document in VF02 with a output type it is not getting saved and a pop up is coming that 'Express documet Update was terminated'

Please suggest on the above error

Thank u

goutam

3 REPLIES 3

Former Member
0 Kudos

Often SAP transactions will do all of the edit checking they can think of and then launch a background task to do the actual update. The background task can be seen briefly via SM50 but nowhere else, it is on its own and no longer associated with your users online session.

When one of these tasks fails, a SAP Office message is sent to alert the user.

Use transaction SBWP to view the message in your Inbox, which will tell you the error message and the exact date-time of the crash.

There will also usually be a dump, use transaction ST22 to view it, using the date-time and user ID from the Office message if the user wasn't you.

Former Member
0 Kudos

Hi,

I think u might have got the message in your inbox. Open your message and check out the error info.

Reward if it helps.

Regards,

Former Member
0 Kudos

Possibility is there that your output Form is giving some error, due to which the system is not able to save the document. Get an abaper to check the form.