Application Development and Automation 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: 
Read only

RunTime Error

Former Member
0 Likes
482

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.

2 REPLIES 2
Read only

Former Member
0 Likes
343

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

Read only

Former Member
0 Likes
343

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