<table width=100%>
<tr valign=top>
<td width=100%>
<table width=100%>
<tr valign=top>
<td width=100%>
<table width=100%>
<tr>
<td colspan=4><font size=3>Hi All, <br>
<br>
We are upgrading system from non-unicode to unicode.<br>
<br>
While passing a string to a structure ( MOVE RECEIVERS-RECEIVER TO RECEIVER_OBJECT,
where <br>
RECEIVERS_RECEIVER = string <br>
RECEIVER_OBJECT = structure ) <br>
following error is thrown : <br>
<br>
&quot;RECEIVER_OBJECT&quot; and &quot;RECEIVERS-RECEIVER&quot; are not
mutually convertible in a unicode program.<br>
<br>
To resolve this error, i hv used :<br>
<br>
CALL METHOD CL_ABAP_CONTAINER_UTILITIES=&gt;FILL_CONTAINER_C<br>
EXPORTING<br>
IM_VALUE = RECEIVERS-RECEIVER<br>
IMPORTING<br>
EX_CONTAINER = RECEIVER_OBJECT<br>
EXCEPTIONS<br>
ILLEGAL_PARAMETER_TYPE = 1<br>
others = 2<br>
<br>
While activating the code, following error message is thrown :<br>
<br>
&quot;RECEIVER_OBJECT&quot; is not type-compatible with formal parameter
&quot;EX_CONTAINER&quot;.<br>
<br>
Please help me out to solve this issue .. <br>
I need to know what I am missing here to make my code correct.<br>
<br>
Thanks in advance.<br>
Priya</font></table>
<br></table>
<br></table>
<br>
<br>
<br><font size=2 face="sans-serif"><br>
</font><pre>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


</pre>