cancel
Showing results for 
Search instead for 
Did you mean: 

Updation is terminated error - Express document generated

Former Member
0 Kudos

Experts,

I need a clue for solving this problem.I would appreciate ur inputs.

I have the SAPscripts form being generated , when saving the

business transaction that has standard text inputting option in one

of the tabs.

What happens is , After I give in some standard text values in

those fields , When I try to save , The expresss document is

generated with the following msg.

"Express document " update was terminated " received from author ....

Then in my inbox, I have the msg with the following details :

-


Updation was terminated

updation key :kshdfskjfskhfkha

error info Corresponding standard text number )

Finally, The data in the transaction does not modified....

I guess,

In one of the std texts inside the SAPscript form calls up subroutine that bring up standard text values in the form,

I believe , As soon as the transaction is saved, The SAP script forms are generated...Then it demands some values.

It does not let updation to occur.

Can you guide me why such error happens

Is there anyway to debug standard transaction to find the which forms are called during runtime while saving..

Expecting your inputs to solve it....

I would appreciate ur guidance

Thanks

Santhosh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

this is a standard exception which system gives when it meet a certain condition (Trying to pring while saving).

as u told what is happening , system is trying to print or generating print preview while saving data, for this purpose system initiate Std. program some thing like SAP.........

this condition is not allowed , that is why it giving ERROR.

Change ur Printing setting OR Message setting so that u not give print while saving.

this will resolve ur problem.

send the std. t.code u using.

Sachin

Former Member
0 Kudos

Sachin...

Thanks for the guidance..I am looking into solving problem with all the inputs given of you.

I would like to know what type of setting we have make in " Print setting or message setting ".

My assumption is, while saving the data, Forms get generated , in this form , I have the code for printing the standard text values.

That is why, it comes with saying" Updation error for standard text "

I greatly appreciteur inputs, looking forward to have few more inputs.

Thanks

Santhosh

Answers (1)

Answers (1)

former_member181995
Active Contributor
0 Kudos

My guess is what,have you done enough settings for SMTP connect in SCOT?

Former Member
0 Kudos

Amit...

Thanks for the input.

My issue does not deal with mail server. The probelm , when saving the data in standard transaction because of the form generation in background.

If u get any idea , pls let me know

Thanks

Santhosh