Scandinavian characters in email attachment

Hi,
I have a send-email process, where I add an attachment. The attachment is a csv file, which is converted to blob. The problem is that when the email is sent and the file is opened in excel, the scandinavian chars are not shown correctly. In notepad they are correct. How could I fix this ?
Tiina

Hello Tiina,
If you can read characters fine in Notepad but not in MS Excel, the issue is in Excel. In this case, MS Excel is not able to detect "character encoding" and it's using it's own default charset encoding to display data.
See encoding - Microsoft Excel mangles Diacritics in .csv files? - Stack Overflow
For this, you just need to add BOM (Byte Order Mark) at beginning of file. For sample PL/SQL refer PL/SQL Web Toolkit to create downloadable UTF-8 with BOM document with Chinese content Way's Blog
Hope it helps.
Regards,
Hari

Similar Messages

  • Canu2019t view Chinese characters in a PDF email attachment sent via SAP.

    Canu2019t view Chinese characters in a PDF email attachment sent via SAP.
                     When open the Chinese characters come out funny.
                     Note: The document looks okay when previewed in SAP.
    Tried the following:
    FM CONVERT_OTF_2_PDF
    CNSONG is one of our u201CSystem fontsu201D
    Attempted with both ZH(Chinese simplified) and ZF(Chinese traditional) languages
    Tried using a printer that is set up as u201CDevice Typeu201D PDF1
    Tried using a printer that is set up as u201CDevice Typeu201D ZHKPDF
    Tried passing device type as u201CCNSAPWINu201D
    The following ADODE software was loaded: Chinese simplified, Chinese traditional,
                                                                              Korean and Japanese

    Hi,
    As a try, can you check this.
    SET COUNTRY 'CN'. China country code.
    SET LOCALE LANGUAGE 'CN'.
    Thanks,
    Vinod.

  • CSV email attachment and spaces

    Hello everyone,
    I have been working on making an email attachment in CSV for a client. I have created the file dynamically in a string table. Though, because it is done dynamically, my string table has sometimes, as a fictive example, something like this
    First line has 63 characters,
    Second line has 225 characters
    Third line has 182 characters, etc
    Often, a group of three lines has to be put on one line in the CSV and I added a control return character that works just fine so my problem is not there.
    My problem is the fact that I have lot of blanks in my files when I wouldn't want it to be... Taking the same example:
    First line has 192 blanks,
    Second line has 30 blanks
    Third line has 73 blanks, etc.
    In fact, I have always 255 - X characters = Y Blanks. I understand a string is 255 characters so it's not a question for me to know why 255.
    My question though is this: Is there a way to prevent those blanks to be put in the CSV file? Because I have huge gaps and I know it would mess up the data inserted in it.
    As a complement of informations, I use Module Function 'SO_NEW_DOCUMENT_ATT_SEND_API1' to create the email with attachment and my CSV is not open by Excel (who places the field correctly) but via notepad to show the data to its raw values. All those gaps need to be removed.
    Thank you very much for your help
    Don't hesitate if you need more infos.
    EDIT: Oh and I tried with CONDENSE WITH NO-GAPS but it's not working either.

    Hi Sylvain,
    Can you check for any special characters in your data. Special characters like ',",!,# do behave in an unwanted way and create problems. Check for the special characters from the point of start of spaces to the next character where the spaces end.
    Regards, Pranav.

  • Removing extra spaces from email attachment of text file

    Hi All,
    I am having a question in opening email attachment file in text mode.
    Whenever I am trying to open a CSV file in text mode after each row it adds blank spaces. These blank spaces are to complete the 255 characters on each row I guess.
    My client doesn't want these space. So can anybody tell how to remove those spaces?
    <removed by moderator> response would be helpful.
    Thanks and Regards
    Nishad
    Edited by: Thomas Zloch on Apr 28, 2011 4:02 PM - priority normalized

    Hi,
    There is no solution for this as u know that the data which you r sending in csv its actually getting populated from an internal table.
    You cannot make your internel table dynamic for this requirment.
    It should have a fixed length. Now if the data is less then also the length.
    So u have identified correct that because of 255 the blank space is population, nothing is in your hand.
    U have to convince the client, to make them understand where is the limitation.
    Thanks & Regards
    Prasenjit

  • Garbled FileName of email attachment

    I am trying to send one email with attachment whose filename is in Japanese. Every character in subject, body of the mail is in Japanese and it is coming in mail very correctly. But the filename which also in Japanese is coming as garbled characters. I even tried to open this mail on windows Japanese OS box with Japanese MS outlook, but the problem still remain.
    I am using JSP and Jrun as app server which are on English OS box. I even tried doing same steps on Japanese OS box, but still the result is same. Please help me.

    Hi,
    >>>Can we retrieve the filename of email attachment ?
    Please see the below link, it might be useful to you.
    http://wiki.sdn.sap.com/wiki/display/XI/AdapterModulePI7.0GetAttachmentName
    Regards,
    P.Rajesh

  • Mail and email attachement : .pdf - .pdfpdf or .doc - .docc

    Hello,
    I have been using Mail since I bought my Mac but I have a recurrent problem.
    When I send a Mail with email attachement, it duplicates the extension. For instance : .doc become .docc, or .pdf become .pdfpdf.
    I tried some manipulations such as : Check or not : "Mask File Extension" in "File Information", and :"Send email attachement Windows compatible" in Mail : the results are the same.
    The last straw ? When I try with Gmail or Orange in Safari, the attachements work well and my contacts can read them.
    I don't understand.
    I will appreciate any answer.
    Thanks
    (Sorry for my English )

    Are you sure it is Mail sending them wrong and not their email client mangling them when they arrive?
    It is apparently Mail's fault. It has to do with sending attachments with accented characters. While this a poor workaround for you, don't use accented characters in attachment names until Apple fixes it. Or add a message to your email to save the attachment and fix the extension. If they do that, it will open just fine.
    Message was edited by: Barney-15E

  • CL_SMTP_RESPONSE ESMTP error - Email Attachment

    Hi all,
    I have the following error comming in a alv report email attachment
    The following status was received for the document <Carrier Data Download> sent by you to the recipient < [email protected]>:
    <Internal error: CL_SMTP_RESPONSE ESMTP error code is not known. 554 554No relayi>.
      i_receivers-receiver = l_email.
      i_receivers-rec_type = 'U'.
      i_receivers-com_type = 'INT'.
      i_receivers-notif_del = 'X'.
      i_receivers-notif_ndel = 'X'.
      APPEND i_receivers.
    If i use the following for sap inbox, it is comming well.
    i_receivers-receiver = l_email.
    i_receivers-rec_type = 'B'.
    i_receivers-com_type = ''.
    i_receivers-notif_del = 'X'.
    i_receivers-notif_ndel = 'X'.
    APPEND i_receivers.
    Please give me some advise.
    What is CL_SMTP_RESPONSE ESMTP error.
    And what I should do, if I have more than 255 characters.
    My internal table for output has 1025 characters.
    Thankyou
    Neelu.

    Hi,
    Check this link
    configuring SMTPPlugin for sending mail to Internet
    Thanks & Regrads,
    Judith.

  • I have files that have been on my computer for over a year and all of a sudden they wont open and an error message comes up saying they were improperly downloaded or came in an email attach which is not the case

    I have files that have been on my computer for over a year and I have used them several times and all of a sudden they wont open.  I received an error message saying they are improperly downloaded or came as an email attachement which is not the case.  Please advise

    They seem to be word files - they will open if I choose "open with" microsoft word, but if I double click they don't open they are appearing as PDF on my screen.  I even opened one and then tried to "save as" making sure I chose .doc and they still appear as PDF
    I just created a new document response.doc in word and when I saved to my desktop it appears as a PDF file and I absolutely did not create a PDF or save as PDF it was a simple word
    doc.
    The message says "Adobe reader could not open response.doc because it is either not a supported file type or because the file has been damaged (for example attached in an email and not properly decoded)
    The reader version is I believe the most current, I always update when prompted.  OS is Windows 8

  • Email attachment name in sender mail adapter to the receiver file adapter

    HI ,
    Ths is regarding email to file scenario. I am trying to create file (in rceiver file adapter) with the same name as the email attachment that i read from mail sender adapter. I want ro use adapter module for this. I could find from blogs that there is module - GetAttachmentName - available that i can use for this in sender mail adapter.
    Can you please let me know what whetehr i neeed to mention any module key and parameters for this.
    I assume , i need to do following steps :Please confirm.
    1. i can use this module - after payload swap module and before standard mail adapter module in sender mail adapter
    2. select ASMA option in advanced tab in sender mail adapter
    3. In receiver file adapter select ASMA option in advanced tab in sender mail adapter
    4. Also select file name option in ASMA in sender mail adapter
    Thanks,
    Vamsi

    Hi Vamsi,
    your scenario is also described here: Re: sender mail adapter - attachment name
    If you use the Module getAttachmentName, which is described here,
    http://wiki.sdn.sap.com/wiki/display/XI/AdapterModulePI7.0GetAttachmentName
    your scenario should work as you described it.
    You just need to make sure that the Attachment Name that you read in the first place, is mapped to the Filename Attribute of the
    Fileadapter (http://sap.com/xi/XI/System/File/FileName).
    regards,
    Daniel

  • I bought an iphone 4 from my friend and he do not know his apple ID and we are trying to know the email attached to is apple ID so we can rest it cause he forgot them as well and the reset button in the 2 steps always says that the email is always sent !

    i bought an iphone 4 from my friend and he do not know his apple ID and we are trying to know the email attached to is apple ID so we can rest it cause he forgot them as well and the reset button in the 2 steps always says that the email is always sent ! ( even if you wrote a worng ID like ( asdasdasd ) it will say sent !! how come and now am trying to know or need a hint on that email so my freind could try to remember it !
    to those who will think that this phone is stolen , no its not and i would love to go to apple store if there is 1 in jordan so they can help us ,
    i have everything with this iphone the box the catalog its serial number , everything but the ID and the (and apple ID is everything as you know)
    so please if anyone have any suggestion to help me , and even apple it self if the can help me to get a support from them cause i tried everything to contact them by mail or any other option since as i said there is no apple store in jordan

    he knows his ID , if he did all whats in the link he can get his password back ?
    how can i make him call applecare ? is there a way to speak to them from jordan ??
    i have been trying to reach any1 in apple so they can communicate and help my friend (us) to make him remember it .
    am not asking for the password or trying to get into the phone without using it , and i can take my money back though i need to help my friend as well since now he cant use it as well.
    thanks kil

  • HT5275 When I download an attachment, it doesn't open in a new window.  It goes to my finder, but I must click on an email attachment at least 3 times in order to find it there.  Is there a way to change the preferences to simply open attachment in a new

    When I download an attachment, it doesn't open in a new window.  It goes to my finder, but I must click on an email attachment at least 3 times in order to find it there.  Is there a way to change the preferences to simply open attachment in a new window?

    http://www.apple.com/feedback/kaywerty wrote:
    A rather long winded way of asking if anybody knows if it's possible to have multi-windows open
    It's not possible.
    Suggestions here -> Apple Product feedback

  • I have an email attachment that I would like to be able to access when NOTconnected.  I found one suggestion that I should open the attachemtn iniBooks and save it there.  Unfortunately, I have no idea how to do that.

    I am trying to store an email attachment (an Excel spreadsheet) somewhere on my iPhone 5 to be able to access it easily in the future.  I do not need the ability to work on it, just to access it, although it would be convenient if i could load updated versions over it on a regular basis.  The spreadsheet was created in Excel on a laptop with Win 7.  I read one posting that said I should save the document to iBooks and then could open it whenever I wanted.  The same posting refered to something in the upper right corner of the attachment that enabled me to save it to iBooks.  Unfortunately, there is no such option showing when I looked at the file, which I did email to myself.  I was able to open the attachment, but can't get beyond this point.  My tech ability doesn't go much beyond being able to power up my phone, so I need a really simple solution, if one exists.

    First of all, Excel file can't save to iBook.  (iBook only can view PDF files). That's why you don't see it in "open in" options.  In order for you to save excel, you will need a third party app like Numbers, Office2.  There are a few free apps that can use to view.  I used Office2 from Byte2, because I can not only store and view later, I can do some edit too.  Especially when you want to edit a few numbers and re send them to my office or clients will be very useful for me. 

  • Mac won't open some files MasterPlan.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).

    I had this problem of not being able to open some files a couple of years ago and eventually was able to fix it but i can't remember how. Any help would be grateful.

    The following document should help: Error: Adobe Reader could not open '*.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and was not correctly decoded.)
    Please update this thread if your issue is resolved.
    Thanks,
    Shashi

  • Email attachment in PDF problem with Images

    Hi All,
    Can any one tell me how to solve the problem with Email attachment in PDF. If i remove the logo of the client in the Smartform i am getting the Email attachment fine but when i put back the image in the smartform the PDF is giving error and not opening the attachment.
    Regards,
    Lakshmikanth.

    Hi All,
    Can any one tell me how to solve the problem with Email attachment in PDF. If i remove the logo of the client in the Smartform i am getting the Email attachment fine but when i put back the image in the smartform the PDF is giving error and not opening the attachment.
    Regards,
    Lakshmikanth.

  • How to convert a workbook into PDF and broadcast as Email attachment

    Hello Gurus,
    i have installed the ADS (Adobe Document services). I would like to broadcast workbooks as a pdf file to some user.
    When i open the workbook and go to Broadcast --> Setup a broadcast setting for this workbook. The distribution type is
    Broadcast E-mail; Broadcast E-mail (Bursting); Broadcast Portal; Broadcast Multichannel and Output Format only MS Workbook and Link to current Data. Here i miss the possibility as PDF.
    Where can i set up that the workbook should be broadcast as PDF.
    Any help appreciated.
    Thanks and kind rgerads,
    Murat

    Thanks all for your answers,
    i also read that with changing the format in Report designer then broadcasting via PDF. Is there no possibility for PDFs for MS Excel Workbooks? How does it work when opening the query in Report designer? What do i have to do there but it is no solution for us because in the workbooks we use GET BEX DATA formulas and just show parts of the analyisis grid. I need a proper solution how to use broadcaster converting workbooks into PDF an send them as email attachment
    Thanks,
    Murat

Maybe you are looking for

  • Logon error

    error no:10054 symptom: I can open logon screen, but when I typed in userid and password, in a few minutes, the error appeared,showed connection to partner broken. I use the same netrange, the error will disappear. so what's the matter? Do you have a

  • Disable closing lid sleep

    Is there a way of disabling sleeping on close lid? I am using my macbook primarily as a workstation with external display keyboard and mouse. So its a bit anoying that it sleeps when i close the lid ... Further more if i want to play itunes with it a

  • CUSTOMER VARIABLE FOR MONTH

    Hi all, i have one requerment. that is in the report i will give date on  selection screen ,based on the date i want to get month only. on that month ican use variable offset.. please give me the code if any body have (i_step =2). thanks

  • Constant blinking amber light

    Just got the Airport Express, and am trying to transition over from Linksys.  I have a constant blinking amber light and its saying that Airport Express cant find the base station.  Any help is much appreciated.         

  • IPhoto 9.1: Nothing Short of Perverse!

    Such an absolutely stupid set of options of mailing pics from within the new iPhoto '11! Anyway... Just one genuine problem (not just an annoyance): When I set up the iPhoto mail program to utilize my existing e-mail server... after clicking "Send",