2007 Dec 24 10:03 AM
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
2007 Dec 24 10:10 AM
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
2007 Dec 24 10:12 AM
2007 Dec 24 10:30 AM
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'
2007 Dec 24 11:03 AM
si wath should i do to correct this error,
help me please
thanks
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |