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

Back ground job error ABAP/4 processor: CONVT_OVERFLOW

Former Member
0 Likes
565

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.

2 REPLIES 2
Read only

Former Member
0 Likes
409

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

Read only

Former Member
0 Likes
409

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