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

Priya Sharma priya.sharma at tcs.com
Thu May 22 08:05:08 EDT 2008


Hi Shai,

Many Thanks for the reply. 
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 SWO_SET_UC_FLAG.

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 :

 BEGIN OF KEY,
      FOLDERTYPE LIKE SOFM-FOLTP,
      FOLDERYEAR LIKE SOFM-FOLYR,
      FOLDERNUMBER LIKE SOFM-FOLNO,
      TYPE LIKE SOFM-DOCTP,
      YEAR LIKE SOFM-DOCYR,
      NUMBER LIKE SOFM-DOCNO,
      FORWARDERNAME LIKE SOUB-USRNAM,
  END OF KEY,


Regards
Priya 

____________________________________________



Shai Eyal <shai.eyal at yahoo.com> 
Sent by: sap-wug-bounces at mit.edu
05/22/2008 03:50 PM
Please respond to
"SAP Workflow Users' Group" <sap-wug at mit.edu>


To
sap-wug at mit.edu
cc

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






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 
_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug

ForwardSourceID:NT00002802 
=====-----=====-----=====
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/7b0fa1d5/attachment.htm


More information about the SAP-WUG mailing list