<br><font size=2 face="sans-serif">Hi Shai,</font>
<br>
<br><font size=2 face="sans-serif">Many Thanks for the reply. </font>
<br><font size=2 face="sans-serif">As per your suggestion i have changed
the implementation to the original. Now I am trying to figure out my Bus
Object type from the code written, so that I will be able to use report
</font><font size=2 face="Tahoma">SWO_SET_UC_FLAG.</font>
<br>
<br><font size=2 face="Tahoma">I want a favour from your side. Will you
kindly let me know from where I can get the name of the Bus object in question.
When I saw code, it gives key fields and atrributes. i.e initial part of
the code says :</font>
<br>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp;BEGIN OF KEY,</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; FOLDERTYPE
LIKE SOFM-FOLTP,</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; FOLDERYEAR
LIKE SOFM-FOLYR,</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; FOLDERNUMBER
LIKE SOFM-FOLNO,</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; TYPE
LIKE SOFM-DOCTP,</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; YEAR
LIKE SOFM-DOCYR,</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; NUMBER
LIKE SOFM-DOCNO,</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; &nbsp; &nbsp; FORWARDERNAME
LIKE SOUB-USRNAM,</font>
<br><font size=1 face="Arial Monospaced for SAP">&nbsp; END OF KEY,</font>
<br>
<br>
<br><font size=2 face="Tahoma">Regards</font><font size=2 face="sans-serif"><br>
Priya </font>
<br><font size=2 face="sans-serif"><br>
____________________________________________</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Shai Eyal &lt;shai.eyal@yahoo.com&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: sap-wug-bounces@mit.edu</font>
<p><font size=1 face="sans-serif">05/22/2008 03:50 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">sap-wug@mit.edu</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: How to assign string to structure
in unicode system R/3 4.7 ?</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2 face="Tahoma">Priya,</font>
<br><font size=2 face="Tahoma">&nbsp;</font>
<br><font size=2 face="Tahoma">&nbsp;</font>
<br><font size=2 face="Tahoma">Try the followings: </font>
<br><font size=2 face="sans-serif">1. &nbsp; &nbsp; &nbsp; &nbsp;</font><font size=2 face="Tahoma">Reset
the implementation to the original one.</font>
<br><font size=2 face="sans-serif">2. &nbsp; &nbsp; &nbsp; &nbsp;</font><font size=2 face="Tahoma">Run
program SWO_SET_UC_FLAG for your object type.</font>
<p><font size=2 face="Tahoma">I've also upgrade from non-unicode 4.6 (and
also from 4.7) to unicode ECC6 and this report solved the issue.</font>
<p><font size=2 face="Tahoma">&nbsp;</font>
<p><font size=2 face="Tahoma">Good luck,</font>
<p><font size=2 face="Tahoma"><br>
 </font>
<p><font size=2 color=#00007f face="Verdana"><b>Regards,<br>
Shai Eyal</b></font>
<p><font size=2 color=#000080 face="Verdana"><b>SAP Logistics senior consultant<br>
SAP Workflow specialist<br>
Mobile: 972-52-5816633</b></font>
<br>
<br><font size=3 face="Roman">------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 22 May 2008 14:23:37 +0530<br>
From: Priya Sharma &lt;</font><a href=mailto:priya.sharma@tcs.com><font size=3 color=blue face="Roman"><u>priya.sharma@tcs.com</u></font></a><font size=3 face="Roman">&gt;<br>
Subject: How to assign string to structure in unicode system R/3 4.7 ?<br>
To: &quot;'SAP Workflow Users' Group'&quot; &lt;</font><a href="mailto:sap-wug@mit.edu"><font size=3 color=blue face="Roman"><u>sap-wug@mit.edu</u></font></a><font size=3 face="Roman">&gt;<br>
Message-ID:<br>
 &nbsp; &nbsp;&lt;</font><a href="mailto:OF31D6D083.584A371A-ON65257451.002FD738-E5257451.003014D1@tcs.com"><font size=3 color=blue face="Roman"><u>OF31D6D083.584A371A-ON65257451.002FD738-E5257451.003014D1@tcs.com</u></font></a><font size=3 face="Roman">&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<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>
&quot;RECEIVER_OBJECT&quot; and &quot;RECEIVERS-RECEIVER&quot; 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>
&quot;RECEIVER_OBJECT&quot; is not type-compatible with formal parameter
<br>
&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<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: </font><a href="http://mailman.mit.edu/pipermail/sap-wug/attachments/20080522/67912ed1/attachment-0001.htm" target=_blank><font size=3 color=blue face="Roman"><u>http://mailman.mit.edu/pipermail/sap-wug/attachments/20080522/67912ed1/attachment-0001.htm</u></font></a><font size=3 face="Roman"><br>
</font>
<br><font size=3><br>
Send instant messages to your online friends http://uk.messenger.yahoo.com
</font><font size=2><tt>_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
</tt></font>
<br><font size=1 color=white face="sans-serif">ForwardSourceID:NT00002802
&nbsp; &nbsp;</font>
<br><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>