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

dump with CX_SY_CONVERSION_OVERFLOW

0 Likes
6,500

Hi All,

I am getting this dump when i enter only a particular notification number in tcode IW22.

Runtime Errors         CONVT_OVERFLOW

Except.                CX_SY_CONVERSION_OVERFLOW

Please let me know in case any one has any idea about this.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

arindam_m
Active Contributor
0 Likes
3,705

Hi,

Looks like a conversion error. in the dump in T-Code ST22, you will know the line of code causing the issue. Chances are Type conversion from one to another is causing the issue. Shortdumps are very informative analyze that first should give you lot more hints.

Cheers,

Arindam

3 REPLIES 3
Read only

Former Member
0 Likes
3,705

Hi.

could you add a print of the dump or the full log of it? you gave a few information that is not enough.

Regards

Miguel

Read only

arindam_m
Active Contributor
0 Likes
3,706

Hi,

Looks like a conversion error. in the dump in T-Code ST22, you will know the line of code causing the issue. Chances are Type conversion from one to another is causing the issue. Shortdumps are very informative analyze that first should give you lot more hints.

Cheers,

Arindam

Read only

mawasey03
Participant
0 Likes
3,705

This message was moderated.