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: 

I am getting error UNICODE_TYPES_NOT_CONVERTIBLE

Former Member
0 Kudos

Hello everyone,

I am doing infotype data clone from client to client, And I am using dynamic internal table for it. When copying infotype 0002 it going to dump error. And the error is " UNICODE_TYPES_NOT_CONVERTIBLE ", And 0000, 0001 are copying, But 0002 is not copying. Can anyone suggest me how to slove this error.

SELECT * FROM (tp_name) INTO TABLE ta_content_table WHERE pernr = pa_pernr.

tp_name is table name which is a dynamic one.

ta_content_table is dynamic internal table.

Thanks in Advance.

Cerlac.

1 REPLY 1

Former Member
0 Kudos

Hi cerlac,

use target filed type as charecter and lenth should more than source field. hope it will help you .

~linganna