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

lsmw

Former Member
0 Likes
564

hi

With LSMW I want to create a material, but during the execution,an error ABAP occurs, the error is as follows:

Désign.

Overflow when converting from 210228

Causes

Error in ABAP application program.

The current ABAP program "SAPLMGAD" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

Analyse des erreurs

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

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

was neither

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

"(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:

When attempting to convert the value 210228,

an overflow occurred.

best regards

mohammed

hi

With LSMW I want to create a material, but during the execution,an error ABAP occurs, the error is as follows:

Désign.

Overflow when converting from 210228

Causes

Error in ABAP application program.

The current ABAP program "SAPLMGAD" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

Analyse des erreurs

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

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

was neither

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

"(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:

When attempting to convert the value 210228,

an overflow occurred.

best regards

mohammed

4 REPLIES 4
Read only

jayakummar
Active Participant
0 Likes
532

hai,

this is customization problem.....plz follow the correct steps of the lsmw for uploading materials.......i think you have done error when you creating structure..........

reward points if useful

regards,

jai.m

Read only

Former Member
0 Likes
532

Check the mapping which you have made in Step No 5.

Read only

Former Member
0 Likes
532

hi

I create a product with this LSMW and with the same structure, the following line of code or error ago:

Point de déclenchement de l'exception

Programme SAPLMGAD

Include LMGADF01

Ligne 117

Type de module (FORM)

Nom du module UEBERNEHMEN

110 OR SOURCE CO '.- '. " Keine Zahlen in source

111 PERFORM CONV_EXIT_ERROR TABLES ERRDAT USING FELDNAME SOURCE

112 TARGET.

113 RETCODE = 4.

114 CLEAR TARGET.

115 EXIT.

116 ENDIF.

>>>>> MOVE SOURCE TO TARGET.

118 ELSEIF FIELDTYPE = 'D'. " Datum

119 " Datum konvertieren

120 CALL FUNCTION 'CONVERT_DATE_INPUT'

121 EXPORTING

122 INPUT = SOURCE

123 PLAUSIBILITY_CHECK = 'X'

Read only

0 Likes
532

si wath should i do to correct this error,

help me please

thanks