Skip to Content
0
Former Member
Feb 18, 2009 at 06:31 AM

Runtime Error = CONVT_NO_NUMBER ; Exception = CX_SY_CONVERSION_

1130 Views

Hi,

May we ask for your assitance, why we are getting this error:

Error analysis:

An exception occurred. This exception is dealt with in more detail below

. The exception, which is assigned to the class 'CX_SY_CONVERSION_NO_NUMBER',

was neither

caught nor passed along using a RAISING clause, in the procedure

"CONVERT_FISCPER_SELECTION" "(FORM)"

.

Since the caller of the procedure could not have expected this exception

to occur, the running program was terminated.

The reason for the exception is:

The program attempted to interpret the value "XXXX" as a number, but

since the value contravenes the rules for correct number formats,

this was not possible.

Information on where terminated:

The termination occurred in the ABAP program "SAPLGUSL" in

"CONVERT_FISCPER_SELECTION".

The main program was "SBIE0001 ".

The termination occurred in line 406 of the source code of the (Include)

program "LGUSLF01"

of the source code of program "LGUSLF01" (when calling the editor 4060).

The program "SAPLGUSL" was started as a background job.

Processing was terminated because the exception "CX_SY_CONVERSION_NO_NUMBER"

occurred in the

procedure "CONVERT_FISCPER_SELECTION" "(FORM)" but was not handled locally, not

declared in the

RAISING clause of the procedure.

The procedure is in the program "SAPLGUSL ". Its source code starts in line 350

of the (Include) program "LGUSLF01 ".

Thanks.