How to assign string to structure in unicode system R/3 4.7 ?

Shai Eyal shai.eyal at yahoo.com
Thu May 22 06:20:22 EDT 2008


Priya,
Try the followings: 
	1. Reset the implementation to the original one.
	2. Run program SWO_SET_UC_FLAG for your object type.
I've also upgrade from non-unicode 4.6 (and also from 4.7) to unicode ECC6 and this report solved the issue.
Good luck,

 
Regards,
Shai Eyal
SAP Logistics senior consultant
SAP Workflow specialist
Mobile: 972-52-5816633


------------------------------

Message: 3
Date: Thu, 22 May 2008 14:23:37 +0530
From: Priya Sharma <priya.sharma at tcs.com>
Subject: How to assign string to structure in unicode system R/3 4.7 ?
To: "'SAP Workflow Users' Group'" <sap-wug at mit.edu>
Message-ID:
    <OF31D6D083.584A371A-ON65257451.002FD738-E5257451.003014D1 at tcs.com>
Content-Type: text/plain; charset="us-ascii"

Hi All, 

We are upgrading system from non-unicode to unicode.

While passing a string to a structure ( MOVE RECEIVERS-RECEIVER TO 
RECEIVER_OBJECT, where 
RECEIVERS_RECEIVER = string 
RECEIVER_OBJECT = structure ) 
following error is thrown : 

"RECEIVER_OBJECT" and "RECEIVERS-RECEIVER" are not mutually convertible in 
a unicode program.

To resolve this error, i hv used :

CALL METHOD CL_ABAP_CONTAINER_UTILITIES=>FILL_CONTAINER_C
EXPORTING
IM_VALUE = RECEIVERS-RECEIVER
IMPORTING
EX_CONTAINER = RECEIVER_OBJECT
EXCEPTIONS
ILLEGAL_PARAMETER_TYPE = 1
others = 2

While activating the code, following error message is thrown :

"RECEIVER_OBJECT" is not type-compatible with formal parameter 
"EX_CONTAINER".

Please help me out to solve this issue .. 
I need to know what I am missing here to make my code correct.

Thanks in advance.
Priya





=====-----=====-----=====
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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20080522/67912ed1/attachment-0001.htm

Send instant messages to your online friends http://uk.messenger.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20080522/66857a0e/attachment.htm


More information about the SAP-WUG mailing list