<div>Did you encode the message in Outlook? View->Encoding-> <choose language here></div> <div> </div> <div>Correctly sent message in double bites languages do not always display correctly at first. The reader has to encode each message, I think. That's the way I read Asian languages in Outlook/Yahoo inbox. </div> <div> </div> <div>Noriko<BR><BR><B><I>"Antonio, Bryan" <bryan.antonio@tycoelectronics.com></I></B> wrote:</div> <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">SCOT also looks correct. The email subject is in English (which is<BR>correct). The translated texts are in the email body. I also checked<BR>SOST and it has the correct language. I have to log on to the box in the<BR>same language as the workitem. If I log on to the same box in English,<BR>SOST has the corrupted text.<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Dat!
e: Mon,
13 Mar 2006 10:16:11 +0100<BR>From: "Kjetil Kilhavn \(KJETILK\)" <KJETILK@STATOIL.COM><BR>Subject: RE: Workflow in Multiple Languages<BR>To: "SAP Workflow Users' Group" <SAP-WUG@MIT.EDU><BR>Message-ID:<BR><273AA3C12CC7C54DA3C0C33F3857FE5CC3CD8F@ST-EXCL03.statoil.net><BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR>Interesting problem. We also use multiple codepages in our 4.6C system -<BR>but we haven't done much translation yet. If I remember correct Chinese<BR>and Japanese are double-byte codepages. If you have everything correct<BR>in SAP (including SCOT log of transmitted messages), could it be the<BR>mail gateway that causes problems?<BR><BR>Are the message headers correct in Outlook, i.e. indicating the correct<BR>encoding?<BR>-- <BR>Kjetil Kilhavn, Statoil ?FT KTJ BAS DEV SAP<BR><BR><BR><BR>> -----Original Message-----<BR>> From: sap-wug-bounces@mit.edu <BR>> [mailto:sap-wug-bounces@mit.edu] On Behalf Of Antonio, Bryan<BR>> Sent: 10. mars 2!
006
22:53<BR>> To: sap-wug@mit.edu<BR>> Subject: Workflow in Multiple Languages<BR>> <BR>> <BR>> Hello All Workflow Gurus,<BR>> <BR>> Has anyone implemented a Workflow for multiple languages? If <BR>> yes, have you guys encountered getting corrupted output in MS <BR>> Outlook that was sent by your Workflow? I'm currently <BR>> struggling on our asian-language translated text. We're in <BR>> 4.7 using multicode page. I store translated text in <BR>> different Standard Texts. This is then called in the custom <BR>> attribute of the BOR. The custom attribute from the BOR is <BR>> inserted in my standard task (using the SENDTASKDESCRIPTION <BR>> to send the email). In the BOR, I validate the language key <BR>> of purchase requisition (created or updated). I've coded the <BR>> custom attribute to call the LOAD_TEXT function module to get <BR>> standard text matching the language key of the requisition. <BR>> All is well in R/3!
until I
get the email in outlook and text <BR>> is corrupted. I've traced the Workflow, debugged the BOR, <BR>> debug the function modules LOAD_TEXT and other function <BR>> modules relating to sending emails, reading standard texts <BR>> and reading workitems. No luck. I asked our basis team to <BR>> change the language key, communication language, etc. of <BR>> WF-BATCH. Still no luck. I found OSS note 891526 (it was <BR>> specific to deadlines, but I gave it a shot). Still no luck. <BR>> The standard texts in tradition chinese, simplified chinese <BR>> and japanese all get corrupted in outlook. I've also looked <BR>> into our outlook settings.<BR>> Yes, we can send and receive emails in those languages.<BR>> <BR>> Any help, suggestion/s, comment/s are very much appreciated.<BR>> Thanks,<BR>> Bryan<BR>> <BR>> <BR>> _______________________________________________<BR>> SAP-WUG mailing list<BR>> SAP-WUG@mit.edu<BR>>
http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>> <BR><BR><BR>-------------------------------------------------------------------<BR>The information contained in this message may be CONFIDENTIAL and is<BR>intended for the addressee only. Any unauthorised use, dissemination of<BR>the<BR>information or copying of this message is prohibited. If you are not the<BR>addressee, please notify the sender immediately by return e-mail and<BR>delete<BR>this message.<BR>Thank you.<BR><BR><BR><BR>------------------------------<BR><BR>Message: 2<BR>Date: Mon, 13 Mar 2006 10:20:59 +0100<BR>From: "Kjetil Kilhavn \(KJETILK\)" <KJETILK@STATOIL.COM><BR>Subject: RE: Creating a Shortcut<BR>To: "SAP Workflow Users' Group" <SAP-WUG@MIT.EDU><BR>Message-ID:<BR><273AA3C12CC7C54DA3C0C33F3857FE5CC3CDA1@ST-EXCL03.statoil.net><BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR>I think you precede the command with a * - at least I seem to remember<BR>that that is what is done in RSWUWFML!
2. It's
the same as "AND SKIP FIRST<BR>SCREEN", which may or may not work depending on the transaction you<BR>call.<BR>-- <BR>Kjetil Kilhavn, Statoil ?FT KTJ BAS DEV SAP<BR><BR><BR>________________________________<BR><BR>From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu]<BR>On Behalf Of Richard Marut<BR>Sent: 11. mars 2006 06:26<BR>To: 'SAP Workflow Users' Group'<BR>Subject: RE: Creating a Shortcut<BR><BR><BR><BR>Kjetil,<BR><BR><BR><BR>Thanks for the info. I didn't debug the code but I took a look<BR>at it and saw that the parameter is the field name plus the command.<BR>When using VA02, I ended up setting i_parameter to<BR>'VBAK-VBELN=0000001714' to get the value to populate into the document<BR>number field which was exactly what I needed. I didn't use the command<BR>because I was receiving the command dialog. I know there's a way to shut<BR>that off but letting the user hit the enter is good
enough.<BR><BR><BR><BR>Richard...<BR><BR><BR><BR><BR>________________________________<BR><BR><BR>From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu]<BR>On Behalf Of Kjetil Kilhavn (KJETILK)<BR>Sent: Tuesday, March 07, 2006 1:29 AM<BR>To: SAP Workflow Users' Group<BR>Subject: RE: Creating a Shortcut<BR><BR><BR><BR>Can't recall exactly how it is set up, but put a breakpoint in<BR>there and run RSWUWFML2 with the options for individual messages and<BR>execution attachment. Then there will be a shortcut attachment with work<BR>item ID as parameter.<BR><BR>-- <BR><BR>Kjetil Kilhavn, Statoil ?FT KTJ BAS DEV SAP<BR><BR><BR><BR><BR>________________________________<BR><BR><BR>From: sap-wug-bounces@mit.edu<BR>[mailto:sap-wug-bounces@mit.edu] On Behalf Of Richard Marut<BR>Sent: 6. mars 2006 22:25<BR>To: 'SAP Workflow Users' Group'<BR>Subject: Creating a Shortcut<BR><BR>The create shortcut function module SWN_CREATE_SHORTCUT<BR>has an import parameter call i_parameter that g!
ets
concatenated with the<BR>either the transaction report or system command.<BR><BR><BR><BR>Does anyone know how to use this? What I'm looking to<BR>find out is, can it be used to to fill a parameter id? I want see if I<BR>can eliminate the user from having to type in an order number when they<BR>get to VA02.<BR><BR><BR><BR>Thanks,<BR><BR><BR><BR>Richard.<BR><BR><BR>-------------------------------------------------------------------<BR>The information contained in this message may be CONFIDENTIAL<BR>and is<BR>intended for the addressee only. Any unauthorised use,<BR>dissemination of the<BR>information or copying of this message is prohibited. If you are<BR>not the<BR>addressee, please notify the sender immediately by return e-mail<BR>and delete<BR>this message.<BR>Thank you.<BR><BR><BR><BR>-------------------------------------------------------------------<BR>The information contained in this message may be CONFIDENTIAL and is<BR>intended for the addressee only. Any unauthoris!
ed use,
dissemination of<BR>the<BR>information or copying of this message is prohibited. If you are not the<BR>addressee, please notify the sender immediately by return e-mail and<BR>delete<BR>this message.<BR>Thank you.<BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL:<BR>http://mailman.mit.edu/pipermail/sap-wug/attachments/20060313/fa76a184/a<BR>ttachment-0001.htm<BR><BR>------------------------------<BR><BR>Message: 3<BR>Date: Mon, 13 Mar 2006 16:26:38 +0700<BR>From: Rita_Tan@app.co.id<BR>Subject: New step - condition type in existing wf<BR>To: "SAP Workflow Users' Group" <SAP-WUG@MIT.EDU><BR>Message-ID:<BR><BR><OF04D3DB6F.BD04B267-ON47257130.00322883-47257130.003362F7@APP.CO.ID><BR>Content-Type: text/plain; charset="us-ascii"<BR><BR><BR><BR><BR><BR>Hi all,<BR>I need to add a new step in existing workflow with Condition step type,<BR>I've got difficulties when arrange one of the branches, which should be<BR>go<BR>through many steps below,<B!
R>but I
can not find the way how to do it, can not drag & drop, can not<BR>move....pls help.<BR>Attached image describe my requirement (see red arrow)<BR>Many thanks in advanced,<BR>Rita.<BR>(Embedded image moved to file: pic16118.jpg)<BR><BR>,"<BR>DISCLAIMER :<BR><BR>The information contained in this communication (including any<BR>attachments) is privileged and confidential, and may be legally exempt<BR>from disclosure under applicable law. It is intended only for the<BR>specific purpose of being used by the individual or entity to whom it is<BR>addressed. If you are not the addressee indicated in this message (or<BR>are responsible for delivery of the message to such person), you must<BR>not disclose, disseminate, distribute, deliver, copy, circulate, rely on<BR>or use any of the information contained in this transmission.<BR><BR>We apologize if you have received this communication in error; kindly<BR>inform the sender accordingly. Please also ensure that this original<BR>me!
ssage and
any record of it is permanently deleted from your computer<BR>system. We do not give or endorse any opinions, conclusions and other<BR>information in this message that do not relate to our official business.<BR>-------------- next part --------------<BR>A non-text attachment was scrubbed...<BR>Name: pic16118.jpg<BR>Type: image/jpeg<BR>Size: 19057 bytes<BR>Desc: not available<BR>Url :<BR>http://mailman.mit.edu/pipermail/sap-wug/attachments/20060313/eb64212a/p<BR>ic16118.jpg<BR><BR>------------------------------<BR><BR>_______________________________________________<BR>SAP-WUG mailing list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR><BR><BR>End of SAP-WUG Digest, Vol 16, Issue 47<BR>***************************************<BR><BR>_______________________________________________<BR>SAP-WUG mailing list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR></BLOCKQUOTE><BR><p>
                <hr size=1> Yahoo! Mail<br>
<a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=38867/*http://photomail.mail.yahoo.com">Use Photomail</a> to share photos without annoying attachments.