2007 Jun 14 5:54 AM
Hi all,
i getting the error ABAP/4 processor: CONVT_OVERFLOW while executing the Zprogram(custom) in background.
This background job is failed at move statement.
what may cause this error?
please help me regarding this issue>
thanks in advance.
Hi all,
i getting the error ABAP/4 processor: CONVT_OVERFLOW while executing the Zprogram(custom) in background.
This background job is failed at move statement.
what may cause this error?
please help me regarding this issue>
thanks in advance.
2007 Jun 14 5:58 AM
Hi PR ,
check ST22 , in that ananlysis screen see for the arrow make from where dump is tiggered .
so here u have to look in.
this error comes when there is type miss match.
Regards
Peram
2007 Jun 14 6:00 AM
Hi Priyanka,
Here you may be assigning a char field to Integer or quantity fields.
just check in the dump analysis on which fields you got the dump.
See the field type of these two fields, and change them so that they should be of the same type.
Reward points if useful.
Regards,
Atish