Register Login

CONVT_NO_NUMBER in Production Server

Updated May 18, 2018

Dear all

i got the below issue in Production Server .

Runtime Errors CONVT_NO_NUMBER
Exception CX_SY_CONVERSION_NO_NUMBER
Date and Time 29.12.2009 09:28:52

Short text
Unable to interpret 0 as a number.

What happened?
Error in the ABAP Application Program

The current ABAP program "RSDSPROC" had to be terminated because it has
come across a statement that unfortunately cannot be executed.

What can you do?
Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system
administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.

Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_CONVERSION_NO_NUMBER', was not
caught in
procedure "AL_PRC_REPORT_VALUES" "(FORM)", nor was it propagated by a RAISING
clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
The program attempted to interpret the value 0 as a number, but
since the value contravenes the rules for correct number formats,
this was not possible.

How to correct the error
Whole numbers are represented in ABAP as a sequence of numbers, possibly
with an algebraic sign.
The following are the possibilities for the representation of floating
point numbers:
algebraic signmantissaEalgebraic signexponent
algebraic signwhole number part.fraction part
For example, -12E+34, +12E-34, 12E34, 12.34
If the error occurred in your own ABAP program or in an SAP
program you modified, try to remove the error.

If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:

"CONVT_NO_NUMBER" "CX_SY_CONVERSION_NO_NUMBER"
"RSDSPROC" or "RSDSPROC"
"AL_PRC_REPORT_VALUES"

Regards


Comments

  • 02 Jan 2010 10:05 am Shalesh Singh Visen
    check with your user default settings for decimal notation.

×