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

Data objects in a Unicode program are not convertible?what does this mean?

Former Member
0 Likes
658

hello,everyone,

when I execute a smartform directly in the transaction smartforms.,the result can be seen just no data.

when I execute program to transfer two internal tables from interface with data to the smartforms,and I use tcode st22,

the error is : Data objects in a Unicode program are not convertible.

the error analysis; The statement

"MOVE src TO dst"

requires the operands "dst" and "src" to be comvertible.

the source code that error occurs is :LOOP AT I_SHIP_DETAIL INTO WA_DETAIL .

and I know that the internal table have errors ,I defined the internal table refer to a structure created myself,and I set break-point in the smartforms ,can see the data in the internal table ,so why occurs such errors ,pls help me if you know .thank you in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
1 REPLY 1
Read only

Former Member