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 can not be converted unicode programs

Former Member
0 Likes
608

Hello Experts,

I am getting a dump while executing a report.

In main report, one include is calling 'HR_PL_APPEND_MESSAGE' function module.

It shows error 'Data objects can not be converted unicode programs' at line

h_msgtab_key = imp_key.

Can you plz help me.

Thanks,

Manisha

Edited by: PATIL MANISHA on May 13, 2010 2:38 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

Hi Manisha,

Its because the structures h_msgtab_key, imp_key should be compatible for the kind of assignment made in a unicode system. Thats the reason for the error. If you could show us the declaration of these two structures or work area, it will be useful to guide you further.

Vikranth

3 REPLIES 3
Read only

Former Member
0 Likes
543

Hi Manisha,

Its because the structures h_msgtab_key, imp_key should be compatible for the kind of assignment made in a unicode system. Thats the reason for the error. If you could show us the declaration of these two structures or work area, it will be useful to guide you further.

Vikranth

Read only

0 Likes
542

Thanks Vikram.

Actually error got solved .

There is problem of declaration only, as u said.

Thanks

Manisha

Edited by: PATIL MANISHA on May 13, 2010 3:10 PM

Read only

0 Likes
542

Well thats great. Could be better if you could mark the thread as answered if the issue is resolved.