<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:tahoma, new york, times, serif;font-size:10pt"><DIV></DIV>
<DIV>Priya,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Try the followings:&nbsp;</DIV>
<OL>
<LI>Reset the implementation to the original one.</LI>
<LI>Run program <FONT size=2>SWO_SET_UC_FLAG for your object type.</FONT></LI></OL>
<P>I've also upgrade from non-unicode 4.6 (and also from 4.7) to unicode ECC6 and this report solved the issue.</P>
<P>&nbsp;</P>
<P>Good luck,</P>
<P><BR>&nbsp;</P>
<P><FONT face="verdana, helvetica, sans-serif" color=#00007f size=2><STRONG>Regards,<BR>Shai Eyal</STRONG></FONT></P>
<P><FONT face=Verdana color=#000080 size=2><STRONG>SAP Logistics senior consultant<BR>SAP Workflow specialist<BR>Mobile: 972-52-5816633</STRONG></FONT></P>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: tahoma, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">------------------------------<BR><BR>Message: 3<BR>Date: Thu, 22 May 2008 14:23:37 +0530<BR>From: Priya Sharma &lt;<A href="mailto:priya.sharma@tcs.com" ymailto="mailto:priya.sharma@tcs.com">priya.sharma@tcs.com</A>&gt;<BR>Subject: How to assign string to structure in unicode system R/3 4.7 ?<BR>To: "'SAP Workflow Users' Group'" &lt;<A href="mailto:sap-wug@mit.edu" ymailto="mailto:sap-wug@mit.edu">sap-wug@mit.edu</A>&gt;<BR>Message-ID:<BR>&nbsp;&nbsp;&nbsp; &lt;<A href="mailto:OF31D6D083.584A371A-ON65257451.002FD738-E5257451.003014D1@tcs.com" ymailto="mailto:OF31D6D083.584A371A-ON65257451.002FD738-E5257451.003014D1@tcs.com">OF31D6D083.584A371A-ON65257451.002FD738-E5257451.003014D1@tcs.com</A>&gt;<BR>Content-Type: text/plain; charset="us-ascii"<BR><BR>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 <BR>RECEIVER_OBJECT, where <BR>RECEIVERS_RECEIVER = string <BR>RECEIVER_OBJECT = structure ) <BR>following error is thrown : <BR><BR>"RECEIVER_OBJECT" and "RECEIVERS-RECEIVER" are not mutually convertible in <BR>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>"RECEIVER_OBJECT" is not type-compatible with formal parameter <BR>"EX_CONTAINER".<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<BR><BR><BR><BR><BR><BR>=====-----=====-----=====<BR>Notice: The information contained in this e-mail<BR>message and/or attachments to it may
 contain <BR>confidential or privileged information. If you are <BR>not the intended recipient, any dissemination, use, <BR>review, distribution, printing or copying of the <BR>information contained in this e-mail message <BR>and/or attachments to it are strictly prohibited. If <BR>you have received this communication in error, <BR>please notify us by reply e-mail or telephone and <BR>immediately and permanently delete the message <BR>and any attachments. Thank you<BR><BR><BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: <A href="http://mailman.mit.edu/pipermail/sap-wug/attachments/20080522/67912ed1/attachment-0001.htm" target=_blank>http://mailman.mit.edu/pipermail/sap-wug/attachments/20080522/67912ed1/attachment-0001.htm</A><BR><BR></DIV></DIV></div><br>Send instant messages to your online friends http://uk.messenger.yahoo.com </body></html>