‎2008 Feb 26 11:34 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:38 AM
Hi,
Just go that LSMW and in the 5th Step, you will assign the fields, there check you are assigned to the coorect fields. definetly you are assigned one of the field to wrong field, check all the fields then you come to know the answer
Regards
Sudheer
‎2008 Feb 26 11:40 AM
one of the value in the input file is of length more than the specified value in the LSMW structure due to which it is unable to convert the value and upload to SAP