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

DYNPRO_FIELD_CONVERSION ERROR

Former Member
0 Likes
599

Hi All,

I am getting the short dump while looking to maintaince(SM30) of ztable.Short dump states that " A conversion error occurred".

and also its specify that - Some field types require more characters on the screen than

in the ABAP program.

can u please suggest me why this is happining even though the object is activated.

Regards,

Sandeep.

2 REPLIES 2
Read only

Former Member
0 Likes
456

Hi Sandy,

this may be because in one filed value u r populating

-ve sign which may not be accepted by the domain of that field

in the domain of that field , sign checkbox should be checked

check this domain MENGV8 , which accepts negative sign

Read only

0 Likes
456

Hi Chandrasekhar,

Your reply helped me.

Thanks a lot.