Problem with the International characters u00E0, u00E8, u00EC, u00F2, u00F9

Dear Experts,
My requirement is to send data files from SAP to Hyperion(Data Warehouse Tool) via application server. Here few fields(can be material description/ Name/ Address) contain international characters like à, è, ì, ò, ù (this is an example). So I need to send their equivalent characters (i.e a, e, i , o, u) to Hyperion. that is when I create a file in application server characters a, e, i, o, u should
contain in the file.
I used  ENCODING NON-UNICODE, UTF-8, DEFAULT but no use.
Pls assist me.
Thanks,
Dharmendra Gali

If you just have the couple of characters mentioned, use Jürgen's suggestion. Otherwise I'd recommend usage of SAP function module SCP_REPLACE_STRANGE_CHARS, which is much more comprehensive. Note that depending on your invocation though you might get multiple characters for some, e.g. ä to ae. To some degree you can control this, see my comments in Re: Removing diacritical (special & accented) characters in SAP.
Cheers, harald

Similar Messages

  • Problem with HP pavillion dv7 giving message (a problem with the internal fan enter = shutdown

    HP Pavillion DV7 notebook PC
    Windows 7 64
    intel I5
    6 gig memory
    service pack 1
    I am trying to identify a problem with my HP Pavillion dv7 laptop
    Several months ago it started getting hot and showing messages about problems with the internal fan and battery. It would say enter = shutdown and shut off. I suspected a bad battery so I checked it without it just plugging it in with the power cable. It seemed to work better so I assumed that was the problem.
    I ordered a new battery and it worked for a while. The problem came back and is getting worse. I can run it without the battery for a while but it gets got and shows the same message.
    I read on here that flashing and updating the bios worked for some but the latest update gives me an error IHISI not support BIOS then Insyde flash not supported.
    any help would be great this PC has a lot of info on it and I dont think it is a lost cause
    thanks

    Hi duddy, sorry to hear that you are having issues with your computer over heating.  I have found a document that will assist you with Restoring the BIOS.  http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c02693833&lc=en&product=5199538&tmp...
    I have also found a document that will assist you with Troubleshooting and Overheating and Auto shutdown issue.    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c03904182&lc=en&product=5199538&tmp...
    If you are still having issues, please let me know and I will be happy to offer more assistance..
    Thank you.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Problems with the Internal Calls in SPA8000

    Hi Community,
    I'm integrating a SPA8000 with latest firmware 6.1.10(001) against UC560 with 8.1. The calls between the analog phones connected to SPA8000´s ports against the SPA502´s phones connected to UC560 are working fine. Also between the UC560´s extensions to SPA8000 ports.
    The problem are in the internal calls in the SPA8000.
    Any idea why the internal calls in SPA8000 are not working fine ???
    I follow this manual that I attached
    Thanks in advance.

    The problem was in the UC560, where you have to allow the following connections:
    voice service voip
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip

  • Problem with the Danish characters

    Hi,
    I am generating an XML file from a custom smartform and saving into a folder in the application server. When the file is written into the application server, the Danish characters are not coming properly. Probaly this is a issue related to the codepage that the XML file is using. I am using the following technique to write the XSF data returned by the Smartform auto generated funciton module into the application server. The generated xml file starts with something like <?xml version="1.0"?> and it seems that the encoding header attribute is missing somehow and I dont know how to put it.
    data wa type bin1024.
    data length type i.
    DATA dsn(50) VALUE '/tmp/test.xml' .
    length = P_OUTPUT-XSFLENGTH.
    OPEN DATASET dsn FOR OUTPUT IN BINARY MODE.
    loop at P_OUTPUT-XSFDATA into wa.
      if length > 1024.
        transfer wa to dsn.
        length = length - 1024.
      else.
        transfer wa to dsn length length.
      endif.
    endloop.
    close dataset dsn.</i>
    I am desperately trying to find out a solution to this. It would be nice of you if I can get a quick solution.
    Thanks in advance
    Nilay Ghosh

    Hi Nablan,
    Thanks for your quick reply. The raw XSF data is stored in the P_OUTPUT-XSFDATA as multiple lines of 1024 bytes. Actually I have slighly changed the logic for transfering the XML data into the file and following is the latest one.
        DATA: l_last TYPE i,
              l_len TYPE i,
              l_sytabix TYPE int4.
        l_len = 1024.
        l_sytabix = l_xmlsize DIV l_len.
        l_sytabix = l_sytabix + 1.
        l_last = l_xmlsize MOD l_len.
      Open the file in the appl server
        OPEN DATASET l_xml_filename FOR OUTPUT IN BINARY MODE.
        IF sy-subrc = 0.
          it_xsfdata[] = p_it_output_data_xmloutput-xsfdata[].
          LOOP AT it_xsfdata INTO wa_xsfdata.
            IF sy-tabix = l_sytabix .
              TRANSFER wa_xsfdata TO l_xml_filename LENGTH l_last .
            ELSE.
              TRANSFER wa_xsfdata TO l_xml_filename .
            ENDIF.
            CLEAR: l_data,wa_xsfdata.
          ENDLOOP.
          REFRESH it_xsfdata .
          CLEAR: it_output_data,p_it_output_data_xmloutput.
        ELSE.
          MESSAGE i000 WITH text-007.
          LEAVE LIST-PROCESSING.
        ENDIF.
        CLOSE DATASET l_xml_filename.
    But it has basically nothing to do with the code page because I am getting a complete XML file which I can successfully open in the browser after downloading it into my local machine. There are certain options with OPEN DATASET command for setting codepage etc. but I was unable to use them successfully.

  • Problem with the French characters

    Hi,
    I am new to XML Publisher and started with very simple report to test. “Tax Names Listing” report in Payables. I created simple rtf template with 3 fields and one of them is description of the tax code. Everything works ok but when I added French char to the description, report is completed with warning and with no output. The log says “One or more post-processing actions failed.” My file language and territory was English-Canada but I tried with French-Canada also, I got the same result. We have Oracle Apps 11.5.10.2. Can someone say what exactly is wrong? Is there any step I am missing?
    Any help would be greatly appreciated.
    Thanks
    Oya
    [email protected]

    Oya
    Log a TAR for this, I think its environment related, support can help you out on this.
    Regards, Tim

  • Problems with the internal clock

    Hello,
    I need to read samples with approximately constante time difference.
    I found the example ContAcq-IntClk.c and changed it a little bit and it seems that it work.
    But when I use a DAQmx_Val_FiniteSamps with a given count of reads than the last two values will be read to the same time!
    DAQmxErrChk (DAQmxCreateTask("",&taskHandle));
    DAQmxErrChk (DAQmxCreateAIVoltageChan(taskHandle,"Dev1/ai0","",DAQmx_Val_Cfg_Default,-10.0,10.0,DAQmx_Val_Volts,NULL));
    DAQmxErrChk (DAQmxCfgSampClkTiming(taskHandle,"",1,DAQmx_Val_Rising,DAQmx_Val_FiniteSamps ,4));
    DAQmxErrChk (DAQmxRegisterEveryNSamplesEvent(taskHandle,DAQmx_Val_Acquired_Into_Buffer,1,0,EveryNCallback,NULL));
    DAQmxErrChk (DAQmxRegisterDoneEvent(taskHandle,0,DoneCallback,NULL));
    E.g. the third and fourth value are read to the same time when I print also the current time in the callback function.
    Is this a bug?
    Regards
    Pellaeon

    Sorry,
    here my results...
    Nikolai
    Attachments:
    Testpanel.jpg ‏49 KB
    NSamples.jpg ‏62 KB

  • My Satellite A100 does not support SDHC cards with the internal card reader

    Hi,
    My satelite A100 does not support my sandisk 4 GB SDHC card.
    "normal" SD cards are not a problem with the internal card reader, and there are no problems with the sandisk 4 GB SDHC card using a external card reader.
    is there a software solution?
    regrads,
    Itock

    I do not have time to read users manuals for your notebook model but all supported cards can be listed there. I suppose SDHC is not listed and not supported.
    I do not know what you mean with software solution but, as far as I know, update for multimedia card reader is not available.

  • SCOM - -500 Internal Server Error - There is a problem with the resource you are looking for, and it cannot be displayed

    Hi There,
    Need your assistance on the issue that we are facing in prod environment.
    We are able to open web console from remote machine and able to view monitoring pane as well as my workplace folders from console . Able to view and access alerts and other folder in the monitoring pane. We are able to view and access My Workplace folder
    and able to view the reports in Favorite Reports folder. But when I click on run Report we  are getting the below error  "500 Internal Server Error - There is a problem with the resource you are looking for, and it cannot be displayed."
    In our environment we have 3 servers one is SQL server and two are SCOM servers. Please advise how to fix this issue. Do we have to do any thing from SQL End?
    Errors: Event ID 21029: Performance data from the OpsMgr connector could not be collected since opening the shared data failed with error "5L".
     Event ID 6002 : Performance data from the Health Service could not be collected since opening the shared data failed with error 5L (Access is denied.).
    Regards,
    Sanjeev Kumar

    Duplicate thread:
    http://social.technet.microsoft.com/Forums/en-US/7675113e-49f0-4b3a-932b-4aceb3cfa981/scom-500-internal-server-error-there-is-a-problem-with-the-resource-you-are-looking-for-and-it?forum=operationsmanagerreporting
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Problem with the Non-English Characters

    Hello,
    I have been using Adobe Illustrator  but I have a huge problem with the non-english characters with Standart Fonts. With the Professional font's I have no problem with them. But when I'm using any standart font in font folio library I cannot type any "ğ-İ-ş". I can add those letters in fontlab with the glyphs (scedilla, idotaccent, gbreve). Most of the fonts have those letters already prepeared so I dont even have to redraw. But I can't add those glyph to every single font because I dont have that kind of time and patience. Is there any better solution for this? Or is there any font folio pack that all fonts are PRO.
    I'm looking forward for your answers
    Thanks.

    Joel wrote: I'm told that this is the exact difference between Adobe's Standard and Pro fonts — the Pro fonts have additional glyphs, including those necessary for extended Latin script.
    Exactly. The Pro fonts have at a minimum the Adobe Western 3 character set, which is essentially western European + Adobe CE.
    > Standard fonts just have the basic English character set, with maybe a bit of help for Spanish and French.
    A lot more than that!
    > You're doing Turkish, right? Adobe's coverage for Turkish in its fonts is not great - some of the Pro fonts have Turkish coverage, many do not.
    This is false. Every single Adobe Pro font supports Turkish.
    To be clear:
    All Adobe Standard fonts support the following languages: Afrikaans, Basque, Breton, Catalan, Danish, Dutch, English, Finnish, French, Gaelic, German, Icelandic, Indonesian, Irish, Italian, Norwegian, Portuguese, Sami, Spanish, Swahili and Swedish.
    Adobe Pro fonts support those languages, plus AT LEAST: Croatian, Czech, Estonian, Hungarian, Latvian, Lithuanian, Polish, Romanian, Serbian (Latin), Slovak, Slovenian and Turkish. Some Pro fonts have more language support than this, such as Greek and/or Cyrillic, and additional extended Latin.
    See: http://www.adobe.com/type/browser/info/charsets.html
    Cheers,
    T

  • 0CUSTOMER_TEXT - problem with the cyrillic (ukrainian) characters

    Hello,
    Within the framework of Ukrain deployment, I try to extract customer texts (0CUSTOMER_TEXT) and I meet a problem with the cyrillic (ukrainian) characters. All of them are replaced by a '#' (into the table /BI0/TCUSTOMER & into the PSA too).
    From SAP marketplace source, customer text comes from KNA1-NAME1.
    The funniest thing is that the cyrillic (ukrainian) characters extracted by 0CUSTOMER_ATTR are accurately uploaded and specially 0NAME attribute filled by the same r/3 field KNA1-NAME1.
    FYI: I checked the configuration of RFC connections and for all of ABAP connections have the radiobutton UNICODE selected.
    Could someone help me?
    Thanks in advance,
    Samuel

    Hi
    What texts will you get by using T-code: RSA3 in your source system?
    Yaniv

  • HT4085 Can not print international shipping labels on eBay does anyone know why no problem with the us labels

    I recently purchased the new I pad and I can not print the international labels.I have no problem with the U.S. labels or my air printing.can anyone help me with this thank you in advance

    What make and model printer? How does printing the international labels fail?

  • The cursor on my iMac freezes, and I cannot do anything unless I unplug the computer. It is NOT a problem with the mouse or the keyboard ... it is internal. How do I fix this??

    The cursor on my iMac (Panther 10.3.9) freezes to where I cannot do anything unless I unplug the computer. It is NOT a problem with the mouse or the keyboard. How do I solve this problem?

    ClassicII wrote:
    Sorry to say but your imac g5 logic board has bad caps. This was a problem apple had and issued a out of warentee fix but that has now expired.
    The cost to get this repaired is more than what you could find another used imac for.
    I would suggest you get some details before you rush to make a diagnosis. You have absolutely no information to base this on. I see you're hitting up on numerous threads all over the place. Quality, meaning several good posts with reliable advice, is much more worthwhile than quantity.

  • Problem with special extra characters

    Hi Experts,
    I´m working in SAP BW 7.0 using Data Integrator XI 3.1 with SAP BW as a target and BO DI as a source and we have some problems with the load process
    I have problems with the conversion of special characters that exist in DI and in BI arrive as an entirely different character, for example, Ñ is replaced with Å , and so on witn the á, é, í, ó, ú, etc
    In SAP BI these characters were included in the T-code RSKC (Maintenance of the permitted extra characters in BW) as special characters. In addition I tried to change the character set settings in order to use the 1100 SAP internal, like ISO 8859-1 in the infopackage but it doesn't works neither.
    The character encoding used in DI by default is utf-8.
    Can anyone hel me to solve this issue?
    Thanks in advanced.

    This worked in BW 3.5:
    Use function module RSKC_CHAVL_OF_IOBJ_CHECK to covert Special characteristics into Latin ones.
    John Hawk

  • Problem with the volume keys on my keyboard.

    Hey everybody,
    I have a problem with the volume keys on my keyboard. This started a couple days ago and I can't seem to figure out how to fix it. When I press the volume up or down buttons, the graphic appears on the screen as it normally would, but has no effect on the volume of the sound coming out of my speakers.  Therefore, the only way to change the volume of music or whatever I am listening to is to use the volume control within the program/website itself (itunes, youtube, etc.) Even changing the volume on the volume icon at the menu bar on top of the screen does nothing.  If anyone has an idea of how to go about solving this issue, I would greatly appreciate it. Thanks!

    First look into the Preference > Sound > Outpur whether internal Speakers are choosen.
    The only Preference to delete I can discover is com.apple.systempreferences.plist in your home Library folder. You can try to move it out to the desktop for example, not to loose all your settings. Restart and see whether the problem still persists. If you don't know how to do this here some Terminal (Applications > Utilities) commands. Enter them by copy and paste followed by <enter>
    mv ~/Library/Preferences/com.apple.systempreferences.plist ~/Desktop/
    restart
    to get it back:
    mv ~/Desktop/com.apple.systempreferences.plist  ~/Library/Preferences/
    confirm with "y" if you are asked to replace this file.
    marek

  • Problem with the MenuBar and how can i delete a own component out of the storage

    Hello,
    I opened this thread in the category "Flex Builder 2", but
    under this category my questions fit better.
    I have a problem with the MenuBar and a question to delete a
    component out of storage.
    1. We have implemented the MenuBar, which was filled
    dynamically with XML data.
    Sporadically it will appear following fault, if we "mousover"
    the root layer.
    RangeError: Error #2006: Der angegebene Index liegt
    außerhalb des zulässigen Bereichs.
    at flash.display::DisplayObjectContainer/addChildAt()
    at mx.managers::SystemManager/
    http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()
    at mx.managers::SystemManager/addChild()
    at mx.managers::PopUpManager$/addPopUp()
    at mx.controls::Menu/show()
    at mx.controls::MenuBar/::showMenu()
    at mx.controls::MenuBar/::mouseOverHandler()
    Here a abrid ged version of our XML to create the MenuBar:
    <Menuebar>
    <menu label="Artikel">
    <menu label="Artikel anlegen" data="new_article" />
    <menu label="Artikel bearbeiten" data="edit_article" />
    <menu label="Verpackung">
    <menu label="Verpackung anlegen" data="new_package" />
    <menu label="Verpackung bearbeiten" data="edit_package"
    />
    </menu>
    <menu label="Materialgruppe">
    <menu label="Materialgruppe anlegen"
    data="new_materialgroup" />
    <menu label="Materialgruppe bearbeiten"
    data="edit_materialgroup" />
    </menu>
    </menu>
    </Menuebar>
    It is a well-formed XML.
    2. Delete a component out of storage
    We have some own components (basically forms), which will be
    created and shown by an construct e.g.
    var myComponent : T_Component = new T_Component ;
    this.addChild(myComponent)
    Some of our forms will be created in an popup. On every call
    of the popup, we lost 5 mb or more, all childs on the windows will
    be removed by formname.removeAllChild();
    What cann we do, that the garbage collector will dispose this
    objects.
    Is there a way to show all objects with references (NOT
    NULL)?
    I have read in the Flex Help, that
    this.removeChild(myComponent) not delete the form and/or object out
    of the storage.
    Rather the object must be destroyed.
    It is sufficient to call delete(myComponent) about remove
    this object out of the storage as the case may be that the
    garbage-collector remove this object at any time?
    Or how can I destroy a component correctly. What happens with
    the widgets on this component e.g. input fields or datagrids?
    Are they also being deleted?
    Thanks for your help.
    Matze

    If you mena the "photo Library" then you cannot delete it.
    This is how iphone handles photos.  There are not two copies.  There a re simply two places from which to access the same photos.  ALL photos synced to iphone can be accessed via Photo Library.  Those same pics can be accessed via their individual folder.

Maybe you are looking for