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 was terminated - conversion no number

Former Member
0 Kudos

dear all,

while doing Me38 transaction , after updating the details i clicked on save.

it saved. Again i press enter.

i got the error 'express document: update was terminated received from author'.

error analysis shows : conversion no number error.

but this error is not coming in dev or qas server. it is coming only in production..

how to rectify it ???

waiting for reply,

Thanks,

Dhivya N.

5 REPLIES 5

Former Member
0 Kudos

And the details i have entered is not updated.

0 Kudos

Hello Dhivya,

This is conversion error occurs when we are trying to move numbers to a filed which cannot hold numbers.

In st22 dump, you will find that number in "Short text".

Go to "source code" in abap dump and check for the data type of the filed where the dump is encounter.

Go to "chosen variable " in abap dump and you will be able to find the variable and its value.

Thanks

Former Member
0 Kudos

Please check SM13 and this will occur sometimes due to NAST table entries.

Regards,

Vadamalai A

naveenvishal
Contributor
0 Kudos

Hi Dhivya,

Check to see if there any workflow attach to the process and confirm if its triggering correctly.

Also check to see ST22 dump generated, which will be showing the exactly position where the conversion is failing and why.

Hope this helps.

Regards,

Naveen

satyabrata_sahoo3
Contributor
0 Kudos

This could be different user Decimal notation in QAS n PRD. Check in the user default parameters in both systems for same user.

From ST22 get the exact line of error code. Debug (if have auth in PRD) and find the exact error.

-SS