‎2010 May 13 1:37 PM
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
‎2010 May 13 1:47 PM
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
‎2010 May 13 1:47 PM
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
‎2010 May 13 2:10 PM
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
‎2010 May 13 2:14 PM
Well thats great. Could be better if you could mark the thread as answered if the issue is resolved.