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

srinivas reddy oota ootasrinivasreddy at gmail.com
Mon May 26 05:59:31 EDT 2008


Hi Experts-

I am new to WorkFlow can any one send me a document or information about
SWU3 t-code.
Thanks in advance.

Cheers,
~Srini...


On 5/22/08, Maue, Thomas <Thomas.Maue at saralee.com> wrote:
>
>  Priya,
>
>
>
> This is the key for SOFM and SOFMFOL.
>
>
>
> Regards,
>
> Thomas Maue
>  ------------------------------
>
> *From:* sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] *On
> Behalf Of *Priya Sharma
> *Sent:* Thursday, May 22, 2008 7:05 AM
> *To:* SAP Workflow Users' Group
> *Cc:* sap-wug at mit.edu; sap-wug-bounces at mit.edu
> *Subject:* Re: How to assign string to structure in unicode system R/3 4.7
> ?
>
>
>
>
> 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
>
>
>
>
>
>  ------------------------------
>
> *This transmission is intended only for use by the intended recipient(s).
> If you are not an intended recipient you should not read, disclose, copy,
> circulate or in any other way use the information contained in this
> transmission. The information contained in this transmission may be
> confidential and/or privileged. If you have received this transmission in
> error, please notify the sender immediately and delete this transmission
> including any attachments. *
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>


-- 
SRINIVAS REDDY OOTA
SAP Technical Consultant
EDS SAP Practice
srinivas.oota at eds.com
Mob:9908472277
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20080526/1ac7d158/attachment.htm


More information about the SAP-WUG mailing list