Turkish character problem in business explorer excel

in my query  there are columns which have turkish characters but they are not displayed correctly instead of it ,"?" question mark character appears in Excel  .
old queries that already created before mine display turkish character correctly.
What is the settings that i missed?
what can the reason be ? 
Thanks alot.

Thank you for reply Raj,
But the problem does not depend on uploading or downloading excel file. When I upload/download an excel file from the report list or when I use FM gui_download for inserting rows into excel file  that runs perfect. When I open excel file, I can see all Turkish characters well.
The problem is that I composed a program which sends an e-mail with excel attachement to receipents automatically. After converting internal table to excel file in the program lines, I uses FM SO_DOCUMENT_SEND_API1 with the parameters as below:
  CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
       EXPORTING
            document_data              = w_doc_data
            put_in_outbox              = 'X'
            sender_address             = ld_sender_address
            sender_address_type        = ld_sender_address_type
            commit_work                = 'X'
       IMPORTING
            sent_to_all                = w_sent_all
       TABLES
            packing_list               = t_packing_list
            contents_bin               = t_attachment
            contents_txt               = it_message
            receivers                  = t_receivers
While debugging, I can see TR characters well before posting " t_attachment"  in FM  .After running the FM and posting the e-mail the problem occurs. When I check the excel file in SOST t-code making display , I cannot see TR characters properly as mentioned above. I hope the problem description is clear.

Similar Messages

  • Problem with Business Explorer 7.0?

    Hi,
    I have installed SAP GUI 7.1 and BI 7.0 Add on.
    When I tried to open Business  Explorer after opening this screen, when I am trying to open the queries  here it was showing the language is German.
    I am not able to open the queries in Business Explorer
    Please see the procedure what I followed.
    1. Uninstall of old versions of SAP GUI and BI ADD on.
    2. Uninstall if Dotnet 1.1 version.
    3. Install of Dotnet 2.0 version.
    4. Install of SAP GUI 7.1 version.
    5. Install of SAP BI 7.1 ADD on(SAP netweaver2004)
    6. Install of SAP GUI Patch 5.0
    Please help me how to correct this issue.
    Regards,
    Srini

    Hi,
    We used to have the same issue. Check the system requirements for BI7.0 Analyser. We need to have Microsoft Excel 2003.
    Check the note 1013201
    Hope this helps
    PV
    Edited by: USERPV on Sep 17, 2008 2:51 PM

  • Native Language (Turkish) character problem

    Hi,
    When I generete output in Oracle EBS's publisher all my native language Turkish characters are in unwanted format. How can I solve this problem?
    Thanks

    You need to have the Turkish character font you are using in your template, available on the server. You need to use the font manager to load it into the EBS instance.
    check out the following
    http://blogs.oracle.com/xmlpublisher/2006/06/how_to_install_a_font_using_xm.html
    Regards
    tim

  • Turkish character problem on AFCS

    I want to run an authentication by AFCS through zend_amf and php.  I’m using Tom Krsha's sample service.
    <?php
    require_once("afcs.php");
    class AFCSService{
    public $account;
    public function __construct(){
      $this->account = new AFCSAccount("http://connectnow.acrobat.com/<MY ACCOUNT>");
      $this->account->login("<MY USERNAME>","<MY PASSWORD>");
    public function getToken($room,$user,$password){
      // EXTERNAL AUTHENTICATION LOGIC
      if($user == "tom" && $password == "tom"){
       $session = $this->account->getSession($room);
       $fullname = "ÜĞŞÇİ";
       $id = 123;
       $role = 50; // publisher
       $token = $session->getAuthenticationToken("<MY SECRET KEY>",$fullname,$id,$role);
       return $token;
      return null;
    ?>
    if there is a Turkish character like "ü,ğ,ş,ç,ı" in their fullname, I'm getting error, if I replace the Turkish characters with "u,g,s,c,i" everything is Ok
    Error output;
    Error: Invalid username or password:Login again
    at com.adobe.rtc.authentication::AbstractAuthenticator/onLoginFailure()[C:\work\main\connect \cocomo\src
    \com\adobe\rtc\authentication\AbstractAuthenticator.as:182]
    at com.adobe.rtc.authentication::AbstractAuthenticator/onAuthorizationFailure()[C:\work\main \connect
    \cocomo\src\com\adobe\rtc\authentication\AbstractAuthenticator.as:197]
    at com.adobe.rtc.session.sessionClasses::MeetingInfoService/onComplete()[C:\work\main\connec t\cocomo\src
    \com\adobe\rtc\session\sessionClasses\MeetingInfoService.as:313]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()
    How can I solve this problem?
    is there a relation with this problem and the headers in the afcs.php file?
    $headers = array("Content-Type" => 'text/xml');

    Thanks for your reply Raff.
    Works Great. You will update the method.

  • Discoverer 3.1.36.06 Turkish character problem

    Hi,
    I am trying to get reports using Discoverer 3.1.36.06. Though my
    database is Turkish and I can select accurate Turkish characters
    from it using TOAD or reporting tools like Business Objects,
    there occurs a problem when using Discoverer to produce reports,
    which is some Turkish characters are not correctly seen.
    Any help would be appreciated.
    Thanks.

    I tried to recreate what you described above with my version of the Admin edition and could not reproduce it. I am currently using Admin Release 3.1.41 which is a patch to 3.1.36. It appears that your problem is fixed with a patch but you will want to look over the documentation to see exactly what the patch will fix for you. Hope this helps you. Good luck.

  • Turkish Character Problem Using Database Link

    Hi all,
    I have a link created to a 10g XE database, from a 9i database. The link works fine for everything, but there is a problem with Turkish characters. Consider following query;
    INSERT INTO xxer_char_deneme_brk@teta -- obviously teta is the link from 9i to 10g XE
    SELECT urun_adi, --Atkı - CQS - 00 Beden
    'ĞÜŞİÖÇI','ğüşiöçı',
    URUN_UZUN_ACIKLAMA --%35 VİSKOZ %29 YÜN %20 POLYAMID %8 ANGORA %8 KAŞMİR
    FROM xxer.xxer_stok --9i table
    WHERE urun_adi LIKE '%Atk%';
    In this query as you can see I insert two column values manually, and two from a table in my production database(9i). Also I show the correct values of columns as comments. When I run this query those columns are inserted to the remote database(10g XE) as 'Atki - CQS - 00 Beden' and '%35 VISKOZ %29 YÜN %20 POLYAMID %8 ANGORA %8 KASMIR', but the manual values are inserted without any conversion. As you can see only the values selected from the table change. For example İ is converted to I, Ş to S, Ğ to G and so on.
    Now first I thought of NLS parameters, but both databases have Turkish language and territory settings. 9i runs on AIX 5.3, 10g runs on Windows server 2008.
    Any help will be appreciated.
    Thanks
    Burak

    Pl see these MOS Docs
    Changing the NLS_CHARACTERSET to AL32UTF8 / UTF8 (Unicode)          [Document 260192.1]
    AL32UTF8 / UTF8 (Unicode) Database Character Set Implications          [Document 788156.1]
    The easiest option would be to export from the current XE database, reinstall the AL32UTF8 version of XE, and perform an import.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10729/ch11charsetmig.htm#CEGCHGIJ
    HTH
    Srini

  • Turkish character problem in SAPScript

    Hi ,
    I have created a SAPScript form (Purchasing - RFQ) original language is TR, and created a copy of this in language EN.
    I have problem with Turkish characters when printing an RFQ in English.
    Any comments ?
    Thanks.
    Utku

    hii
    The logic to build SAP Script and Smart form of all languages will be same. But while working on Asian language please take care of the following points.
    1 Make sure you logon to SAP in turkish language only.
    2 At the Operating system level install the turkish language.[Control panel - >Regional and language Option - >language Tab - > Click on Install Files for East Asian languages] If these language already installed then click on Detail and add the turkish languages .
    3 At SAP level click on Customizing of Local layout[Alt+F12] and click on options.Go to tab I18N and click on Activate the multi-byte functionalities to support check box.
    4.Take care of the Font while assigning to Character formar or paragraph format. Dont use normal font name.
    USE turkish FONT
    Revert back for more help
    Regards
    Naresh

  • Html editor turkish character problem

    There is a problem in jdeveloper 10.1.3 html editor on computers with regional settings set to Turkish. In Turkish, uppercase version of "i" is "İ" (I with a dot at the top) and lowercase version of "I" is "ı". This causes a problem with html tags containing i. If you write "div" jdeveloper doesn't recognize the tag. There is no problem if you write "DIV"
    I think html editor converts every tag to uppercase (according to regional setting) in the background and then validates, so "div" becomes "DİV" and it doesn't recognise. To fix this bug, editor must ignore language settings for tags if it converts to uppercase.

    We had our share of the four Turkish "i"s. Wouldn't it be easier to just get rid of two of them? :o)
    But we had problems in our application and not in the IDE.
    If no default locale is specified, then the JVM uses the host's. So maybe it would help to specify a different locale in bin\jdev.conf by adding VM options -Duser.country and -Duser.language. What happens when you add these settings and specify "US" and "en" for example. Does that help?
    Sascha

  • Displaying turkish character problem

    hi
    first i can not run a creator project when default regional options were set to turkish.
    and also
    turkish characters cant be displayed properly comes from a resource bundle. i have tried to different encodings and i have tried to use "native2ascii.exe" tool but results were same.
    i think main problem is, container translates my resource using Cp1252 codepage. But i need this result for Cp1254.
    is there a configuration option or parameter i missed which can be helpful to overcome this problem ?
    is there anybody can help me about this issue ?

    thanks for reply Brad.
    i have solved the problem.
    the solution includes several operations.
    first
    "-locale tr_TR" parameter must be added to the "creator.conf" file which is under the "C:\Program Files\Sun\Creator2_1\etc" dir.
    then
    encoding property of the java files and resource bundle files must be set to "8859_9".
    i couldnt change the encoding of jsp files but they are already utf8 and there is no problem with them.
    these operations solve the creator side of the problem
    nevertheless
    sun app server must be opened under the english regional settings.
    and after its opening local settings can be changed.
    regards

  • Turkish character problem on downloaded subtitles

    First of all I could not categorized this issue, so I decided to post to "MacBook Air" which I had problems with. I'm open to any advices about that.
    Whenever I download a Turkish subtitle from web (using safari) I open it up on TextEdit app, and Turkish characters are replaced by other weird characters (ı to " for example).
    Im using TextEdit's Find and Replace tool to overcome this. However, I still wonder why such a thing occur.
    By the way, I use my operating system in English.

    Thanks for your reply Raff.
    Works Great. You will update the method.

  • Turkish Character Problem

    Hi everyone,
    I have Java2 SDK, Standard Edition Version 1.4.2 installed in my computer. I am trying to write sentences in a file that include Turkish characters like "&#287;,�,&#351;...". But when I compile my code in eclipse I see '&#287;' as '?' in the file and also at System.out.
    I tried the following code but still can not see '&#287;':
    File file = new File("tmp.txt");
    FileWriter fileWriter = new FileWriter(file);
    BufferedWriter writer = new BufferedWriter(fileWriter);
    charSet= Charset.forName("ISO-8859-9");
    bbuffer = charSet.encode("a&#287;a�");
    writer.write(charSet.decode(bbuffer).toString());
    writer.close();
    fileWriter.close();
    System.out.println(charSet.decode(bbuffer).toString());
    Can anyone help?
    Thank you.

    writer.write(charSet.decode(bbuffer).toString());If you are going to convert those bytes to a String, you really ought to specify the charset. ISO-8859-9 would be a good choice, I suppose, since you already used it. So:writer.write(charSet.decode(bbuffer).toString("ISO-8859-9"));However you still have a problem, namely that your writer is going to encode that String into bytes, and it might not be using the encoding you want. You could specify that like this:File file = new File("tmp.txt");
    FileOutputStream fileOutputStream = new FileOutputStream(file);
    OutputStreamWriter osw = new OutputStreamWriter(fileOutputStream, "ISO-8859-9");
    BufferedWriter writer = new BufferedWriter(fileOutputStream);So let's summarize what we have so far:
    1. You convert the string to bytes using ISO-8859-9.
    2. You convert it back to a String using ISO-8859-9.
    3. You write that String to the file, converting it to bytes using ISO-8859-9.
    You might notice some unnecessary work going on here. In my opinion all you need is this:File file = new File("tmp.txt");
    FileOutputStream fileOutputStream = new FileOutputStream(file);
    OutputStreamWriter osw = new OutputStreamWriter(fileOutputStream, "ISO-8859-9");
    BufferedWriter writer = new BufferedWriter(fileOutputStream);
    writer.write("a�a�");
    writer.close();Just let the OutputStreamWriter do the conversion for you.
    PC&#178;

  • In advanced search inputtext turkish character problem

    Hi friends,
    In my project when page is shown first Turkish characters in input text looks fine.But when I press advanced search button only input texts values changed and turkısh characters not show.For example İ return Ý.
    I use jdeveloper 10.1.3.1 with jheadstart 10.1.3.1 license version. Project is published with oracle application server soa suite 10.1.3.What am I do for solved it???Thanks for all....

    Can you provide step-by-step instructions to reproduce this behavior based on the HR demo, that can be downloaded from
    http://otn.oracle.com/products/jdev/tips/muench/jhstutorial/MyDemo.zip
    Steven Davelaar,
    JHeadstart Team.

  • Turkish Character Problem using GO function

    Hi,
    We have a requirement of opening new dashboard page as a new page when a link is followed in an analytical request. We are using GO function and we are passing parameters also.
    Our formula for the column producing the link is like following (I have to drop html tags as they are not rendered on the forum page):
    saw.dll?Go&_scid=WAP*ginmv-g&Path=/shared/ASGBOARD/KRN_ISL/DENEME_ISL&Action=Navigate&P0=1&P1=eq&P2=ISLETME_DIM.SUBEKODU&P3=1+"@"&Done=Close
    The parameters are coming from primary request columns. However, if those parameters contain turkish characters like ş ç ö ü etc. the parameters are not passed correctly to the target dashboard page, instead of those characters, an empty box is rendered and the data on the page is not filtered correctly.
    Any idea on this?
    Thanks

    Hi,
    I am also not sure whether this is somehow because of OC4J settings or Oracle BI settings.
    Thanks

  • Türkçe karakter sorunu(Turkish character problem)

    wi-fi bağlantısı yapmaya çalışırken "ğ" harfini basmıyor. normalde çalışan harf wi-fi passworf kısmında çalışmıyor
    trying to make wi-fi connection "G" letter will not print. working normally at the letters wi-fi password does not work

    wi-fi bağlantısı yapmaya çalışırken "ğ" harfini basmıyor. normalde çalışan harf wi-fi passworf kısmında çalışmıyor
    trying to make wi-fi connection "G" letter will not print. working normally at the letters wi-fi password does not work

  • Business Explorer install error

    Hello all,
    I am currently trying to update our existing Business Explorer 3.5 (patch level 11) to the latest patch version 13 with the sapadmin tool. The installation works fine but when we try to open a query in business explorer excel addin I get the following error:
    <install error> Missing ActiveX component: Business Explorer Open Dialog.
    The version information states that Bex is at patch level 13.
    If I then manually install the patch (no objections that i'm already at patch level 13 here), everything works fine. Any thoughts on this?
    Thanks

    Hey all,
    Good news, i found out what the problem was. One of the dll's needed was not registered:
    wdbfodlg.dll
    I now manually registered this dll in the install script, but it remains strange that it was not included in the normal installation via SMS.
    Greetings,
    Tom Willems

Maybe you are looking for

  • MTA Exam 98-361 CS - Please Help ASAP - It would be greatly appreciated!

    Hey guys: I am brand spanking new to this development scene and have zero background in any type of IT so, please bare with me..I'm currently active duty military planning on getting out in the fall. I heard about the MSSA program offered by Microsof

  • Issue with SAP Integration Kit 3.0 to access Query BW on Crystal Reports

    Hi All, I've got an problem with my setup of Crystal Reports Server 2008. I've install Crystal Reports Server 2008 and Crystal Reports 2008 on my Windows 2003 server. My SAP Client is 7.1. When i trie to connect my Reports on CR 2008, the connection

  • Every other Youtube video won't play

    I am using Chrome so I don't know if this is the appropriate place to ask for help.  Every other youtube video or other video I try to play will not load.  I just get this constant spinning circle of white dots.  I did see that I had accidently downl

  • Office no longer gets templates

    I am building an image for 8.1 with office 2013 and I rearmed office using opprearm.exe because i use KMS.  Now that i rearmed office word no long gets its online templates. Usually what happens when i start work up for the first time, or any office

  • Edit Text field, Save, Re-edit

    Hi all, First of all, thanks to everyone who has helped me out with shared objects so far - it is definitely a difficult skill to learn... What I am trying to do is create an interactive timetable for use on school laptops (for my school). I would li