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" received from author 'XXXXX'

Former Member
0 Kudos

Hi Gurus,

When i am creating a Billing document thru VF01, first it is giving message that docuemnt is crated, when i press back button i am getting error : Express document "Update was terminated" received from author 'XXXXX'.

Can any body tell me what is the problem, is it related to config or code error?

Thanks,

Nanda

4 REPLIES 4

Former Member
0 Kudos

hi nandikeswar ,

document has not been saved in the database .

program has encountered a problem before completely executing . roll back triggered .

analyze the shortdump stored in st22 with that user.

rgds

Chalam

Former Member
0 Kudos

CODE error...

Check USER EXITS & Related Print programs..

former_member188827
Active Contributor
0 Kudos

go to tcode sm13 and check the reason for update failure...

hav u implemented any user exits in vf01

glio_ad
Active Participant
0 Kudos

Hi.

Probably, a user-exit is not working as it should while trying to update an external table or calling another task in update task. Another option might be that a routine defined from VOFM (the SD guys should know what to look for) is not working properly. However, most probably a user-exit or a BAdI calls something in update task and that task fails.

Reward if helpful.

Regards,

George