Application Development 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: 

Error named like "CONVERSION ERROR"

Former Member
0 Kudos

I am creating one Module Pool Program with the Screen Painter. There is total 10 Tab Strips used in the Screen Painter.

When I select the Last Tab, I get the Error with the message " CONVERSION ERROR"

Can you guide me why this error can occurs?

4 REPLIES 4

former_member184578
Active Contributor
0 Kudos

Hi.,

Goto ST22 Transaction and check the detailed error and also check the source code.. where the error is occurring.

may be you missed some thing for the last tab., check and let us know.,

Thanks & Regards,

Kiran

Former Member
0 Kudos

Hi,

Check whether you are entering false values in a field which is not belong to that type.

For example, if you enter characteristic value into a numeric field and doing arithmatic operations.

CONVERSION ERROR occurs in this case.

Please check for above.

Regards,

Rajesh

0 Kudos

Hi,

There is no any conflict between screen input or output field data type and databse field data type.

0 Kudos

Hi Mr. Modi,

Just try to find out a conversion exit which suits your screen field. Now go to screen painter and double click on screen-field. Over there you can see conversion exit input field, there paste the conversion exit which you found out.

Hope this will hlep you to resolve the issue.

BR,

Vinit