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: 

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 appeciate ur guidance

Thanks

Santhosh

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

this may occur if you pass the parameters wrongly, type mismatch . check it in SM13 for the update termination, you can find the source code causing the problem, from there you can analyze the problem..

4 REPLIES 4

Former Member
0 Kudos

Hi Santhosh

I hope you are using READ_TEXT inside the sapscript to get the STANDARD TEXT.

I hope you are using the exemptions of READ_TEXT.

Some times, if excemptions are deleted and if we do not have any LONGTEXT value, it will dump

Pls check the same

Regards

MD

0 Kudos

Madhan,

Thanks for the valuable inputs given. I am working with all the inputs given.

Exactly as you said, I am getting the standard text values using read_text in the form...

I do not understand , what means here exemptions..Can you just details on it..It would be of more help.

As you may guess, while saving the data in tcode, forms are generated. While generating the form , it goes to code where standard text values are gotton via perform statement., When it reaches this perform statement, It say, no updation happened....

I would come with more inputs...Can you details on exemptions and any other inputs..

I greatly appreciate ur valuable inputs

Thanks

Santhosh..

former_member188685
Active Contributor
0 Kudos

this may occur if you pass the parameters wrongly, type mismatch . check it in SM13 for the update termination, you can find the source code causing the problem, from there you can analyze the problem..

0 Kudos

Vijay...

Thanks for the valuable inputs given.

It has been great help going ahead with SM13 transaction....

I would ask you if any input needed from you

I greatly appreciate ur valuable inputs

Thanks

Santhosh