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: 

how to solve screen and 110 are not mutually convirtible in a unicode program

0 Kudos

hi expert

any one knows how to solve these type of error, screen and 110 are not mutually convertible in Unicode program i face this problem in module pool program,...

2 REPLIES 2

Former Member
0 Kudos

Hi Nilesh

Please copy the piece of code where you are getting this error. This error usually occurs if we try to copy any structure (work area or internal table) to another which are of different types.

Regards

Sobha S

raymond_giuseppi
Active Contributor
0 Kudos

Well SCREEN is a structure and 110 a number, so Unicode won't allow you to move from one to the other, could you post the exact code line in error (with fields definitions)

Regards,

Raymond