cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Express Document "Update Was Terminated" Received from author error in me22N while updating freight

Kunj
Explorer
0 Kudos
602

Hi Experts,

I am trying to edit PO (ME22N) but system is showing as error Express Document "Update Was Terminated" Received from author and if I press enter then all the data which updated has vanished/lost.

Update details:

we are trying to update the freight amount in the conditions tab but the same is giving this error.

1. error does not come if the PO is not released, or the freight value is less then 1000

2. we are getting runtime error CONVT_NO_NUMBER

Kunj_0-1741755250465.png

Identifed the issue is due to mismatch of Data Types. Issue is occuring while tyring to convert "1,000.00" to a number."," Comma cannot be converted to a number. 
Kunj_0-1741776534872.png

 

but the error is occuring in /1BCDWB/LSM00000012F01 there is no version for this code it is not custom neither are there any logs/version for this code/include.

Request you all please help me to resolve it.

Thanks !

Best Regards,

Kunj

Accepted Solutions (0)

Answers (2)

Answers (2)

stanislaslemaire
Participant

Hello,
error is due to a SmartForms, then check output generated during PO processing and desactivate it in order to be able to process it manually later, in debug mode to find error. (Also try to generate a trace with transaction SMARTFORM_TRACE).

Sandra_Rossi
Active Contributor
It's not about Smart Forms (/1BCDWB/LSF<number>), it's about Adobe Forms (/1BCDWB/LSM<number>), but still the answer is valid (except SMARTFORM_TRACE of course)
RaymondGiuseppi
Active Contributor

Basically, when you receive an  "Update Was Terminated" message, execute SM13 to find the exact FM that triggered it during update. 

Often this is a print form error, and the FM or Dump will indicate Smart Forms  or Adobe: Generated Function Group Name (Form name in text of FG)

  • /1BCDWB/SF* for Smart Forms
  • /1BCDWB/SM* for Adobe Forms