‎2008 Feb 26 11:32 AM
Hi,
When iam doing the LSMW by Direct input method I am getting the follwoing Runtime Error.
Please let me know what is the reason.
hort text
Overflow when converting from "220264314978 "
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLMGAD" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
rror analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not
caught in
procedure "UEBERNEHMEN" "(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:
When attempting to convert the value "220264314978 ", an overflow occurred.
issing RAISING Clause in Interface
Program SAPLMGAD
Include LMGADF01
Row 52
Module type (FORM)
Module Name UEBERNEHMEN
rigger Location of Exception
Program SAPLMGAD
Include LMGADF01
Row 117
Module type (FORM)
Module Name UEBERNEHMEN
ource Code Extract
ine SourceCde
87 ENDIF.
hort text
Overflow when converting from "220264314978 "
hat happened?
Error in the ABAP Application Program
The current ABAP program "SAPLMGAD" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
rror analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not
caught in
procedure "UEBERNEHMEN" "(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:
When attempting to convert the value "220264314978 ", an overflow occurred.
issing RAISING Clause in Interface
Program SAPLMGAD
Include LMGADF01
Row 52
Module type (FORM)
Module Name UEBERNEHMEN
rigger Location of Exception
Program SAPLMGAD
Include LMGADF01
Row 117
Module type (FORM)
Module Name UEBERNEHMEN
ource Code Extract
ine SourceCde
87 ENDIF.
Thanks.
‎2008 Feb 26 11:44 AM
Wat is the data type of this value '220264314978 '?check it once.may be this is the cause of the error.