cancel
Showing results for 
Search instead for 
Did you mean: 

CONVT_OVERFLOW Error - Inbound Proxy

former_member192798
Active Contributor
0 Kudos

Hello,

I have configured an Inbound Proxy and while testing the same, it throws CONVT_OVERFLOW error. I even checked the field whether it is exceeding the required length but it's length is perfect.

Has anyone come acrossed this error.

Regards.

Praveen

Accepted Solutions (0)

Answers (5)

Answers (5)

prateek
Active Contributor
0 Kudos

Hi Praveen,

Refer to SAP Note 416267 and Note 604700

U may try this:

DATA var(16) TYPE p VALUE 999999999999.

This could be helpful

SAP Note 825328

List of catchable exceptions

Regards,

Prateek

prabhu_s2
Active Contributor
0 Kudos

this kind of error happens when u try to push one character data to an integer field etc...so check in ur proxies if such scenario happens

former_member192798
Active Contributor
0 Kudos

Thanks Prabhu, I too feel the same. Will keep you posted.

Thanks.

Praveen

Former Member
prabhu_s2
Active Contributor
0 Kudos

<b>CONVT_OVERFLOW</b>

Overflow in conversion (all types except type P)

former_member192798
Active Contributor
0 Kudos

Hi Prabhu,

Can you please elaborate.

Thanks. Praveen

prabhu_s2
Active Contributor
0 Kudos

are u using any floating data ?

former_member192798
Active Contributor
0 Kudos

Hi Prabhu,

I am using xsd:integer.

Regards.

Praveen

prabhu_s2
Active Contributor
0 Kudos

in the inbound proxy are u manuplating the data? u can post the payload