EURO Currency

HI ALL
Is that any way to omit the using of EURO currency custmising, as my company only use EURO as ordinary foreign currency and we want to maintain the rate through M Type only? As now, system seems aleways checking the EURO settings.
BR

ActiveSync was developed for Windows.  You'd have to know what code page the Windows device was using to make sure you understood how the character should be coded.
Generally speaking, I wouldn't use any character in a password that didn't have an ASCII code.  We've even had trouble with accented characters.

Similar Messages

  • Problems with EURO currency character

    Hi,
    I'm trying to insert the EURO currency character (€) in a CHAR field from a Java client but after the insert in the field I find a ? turned upside down.
    I'm using
    - Oracle DB server 11.2.0.1.0 running with character set US7ASCII (same problem with a different Oracle server with WE8ISO8859P1 encoding) on a Linux Red Hat server
    - Java client with JDBC driver 11.2.0.1.0 (ojdbc5.jar) with JDK 5 running on Windows XP: the encoding of the JVM is CP1252.
    I've googled a lot but found only solutions like "... change the encoding of the DB ...": I can't change the DB encoding.
    Any idea?
    Thanks.
    Here's is a test case:
    ************ begin test case ************
    Statement stmt = null;
    PreparedStatement pst = null;
    Connection conn = null;
    ResultSet rs = null;
    try {
         Class.forName("oracle.jdbc.driver.OracleDriver");
         conn = DriverManager.getConnection("jdbc:oracle:thin:@SERVER:1521:SID", "USER", "PASSWORD");
         stmt = conn.createStatement();
         stmt.execute("CREATE TABLE JJOVA(A CHAR(5) NOT NULL)");
         stmt.close();
         pst = conn.prepareStatement("INSERT INTO JJOVA(A) VALUES(?)");
         pst.setString(1, "€");
         pst.execute();
         stmt = conn.createStatement();
         rs = stmt.executeQuery("select A from JJOVA");
         while (rs.next()) {
              String tmp = rs.getString(1);
              System.out.println(tmp);
         rs.close();
         pst.close();
         stmt = conn.createStatement();
         stmt.execute("DROP TABLE JJOVA");
    } catch(Exception e) {
         e.printStackTrace();
    } finally {
         try {
              if (rs != null) {
                   rs.close();
              if (pst != null) {
                   pst.close();
              if (stmt != null) {
                   stmt.close();
              if (conn != null) {
                   conn.close();
         } catch(Exception dontcare) {}
    ************ end test case ************
    Regards,
    Andrea

    Thank you Oradba for the explanation of the COBOL program behavior: we're going to change the DB character set (export/import seems not required, we've found an Oracle Note 257722.1 "Changing WE8ISO8859P1 to WE8ISO8859P15"). I'll mark your answer as the (most) correct.
    Oviwan, NLS_NCHAR_CHARACTERSET is AL16UTF16: I tried with an NCHAR field but I can't even store correctly accented vowels.
    Thank you very much everyone,
    Andrea

  • Fetch dollar to euro currency conversion rate from the interwebs ...

    Hey guys,
    this might sound like a dumb question to you, but is there a way
    to fetch the dollar to euro currency conversion rate from let's say
    yahoo finance into a single cell inside numbers 09?
    Basically what want is, just a plain output in a number like:
    0,7421 so that I can use it to convert various values.
    I'm just sick of going to the website every day and copy paste the
    value into my numbers file.
    I'd really really appreciate it, if someone could help me.
    I don't know anything about apple scripting, but I think this might
    be the way to go?
    Best, JK

    Go to my idisk :
    <http://public.me.com/koenigyvan>
    download :
    For_iWork:iWork '09:forNumbers09:insertquotes.zip
    You will get several scripts more or less complex.
    Yvan KOENIG (VALLAURIS, France) lundi 14 février 2011 21:48:54

  • Currency INR convert in EURO currency in MIRO

    Hello MM Sapperu2019s,
    Let me know the reason from forum when I enter the tax code in MIRO autoamcaally the Currency INR convert in EURO currency. Please provide your inputs what could be the reason for this and how I can resolve this case.
    Cheers,
    Kumar.S

    HI,
    Because your main vendor has currency EURO so its coming there  and IN po your currecny will be EURO
    check vendor currency
    If you don want it thne
    do following
    in MIRO after execution before giveing PO number chnage currency to INR and enter and then give PO number it will not chnage then
    Regards
    Kailas Ugale
    Edited by: kailasugale on Feb 9, 2012 11:51 AM

  • € Euro Currency symbol in ActiveSync password not working.

    Are there any known issues when using the € Euro Currency symbol as a password for ActiveSync on an iOS device? It appears ActiveSync does not accept the  € Euro Currency symbol when used in a password sent from an iPad/iPhone.
    Are there any known issues with special characters and ActiveSync?
    Thanks for your help.
    Regards,
    Dennis

    ActiveSync was developed for Windows.  You'd have to know what code page the Windows device was using to make sure you understood how the character should be coded.
    Generally speaking, I wouldn't use any character in a password that didn't have an ASCII code.  We've even had trouble with accented characters.

  • The EURO currency table (EWUCURRS) could not be set up.

    Hi,
    When I create a PO while using AED as currency, I get message
    Pricing/euro: Attention: Euro Customizing not maintained
    Message no. VH777
    Diagnosis
    The EURO currency table (EWUCURRS) could not be set up.
    Procedure
    Check EURO Customizing (see OSS note 91481 and 135661).
    I went through the notes but could not really understand what's exactly required to be done.As it mentions several notes in one note.Also these notes talks about older versions.
    I am using ECC 6.0
    I am getting this error only sometimes.May be when  am not using European currencies.
    What is this message basically and what needs to be done exactly.
    Note talks about many things in one thing like maintaining EURO/EURX so on and so forth.
    According to me the note confuses a lot than helping.
    Can anyone suggest what is to be done and what is the severity of this message ?
    Thanks in advence
    regards,
    manOO

    Hi
    Check T code- EWCF (Confirmation of EURO currency customization)
    Thanks
    Ansuman

  • Error in credit memo billing for EURO Currency

    Hi Friends,
    We are trying to create the Credit memo for EURO Currecy. However  we do the billing for that credit momo we are receiving the Error
    Error : Pricing/euro: attention:Euro Customizing  not maintained.
    Because of this error i try to execute the EWCF tranction we are receiving the one more problem during the execute this Transaction code
    Error: Customizing of currencies for the Euro is missing  or incomplete.
    Please help to resolve this problems.
    thanks,
    Hani

    Hi,
    Please check the following threads/links:
    [Euro Customization|http://help.sap.com/saphelp_sm32/helpdata/en/91/0d6a599e0a11d1b7e200a0c929b172/content.htm]
    [Euro currency|Euro Customizing not maintained (Message no. VH777);
    [SAP Notes Euro|Euro Customization;
    These customizing needs to be done and verified by your FI consultant.
    Regards,
    Amit

  • Euro currency symbol not displaying

    Hi
    I am using oracle 11gR2 and GNU/Linux.I am using Putty to connect linux box and connect DB.one table contains all countries currency symbol.
    Problem is I couldn't able to select the 'euro' currency symbol in console but in sqldeveloper it's working good.
    select symbol from gv_curr_info where curr_-cd='EURO';
    I am getting '?' instead of euro symbol. in OS LANG=en_US.UTF-8 and in DB NLS_CHARECTERSET=AL32UTF8 and NLS_NCHAR_CHARACTERSET=UTF8.
    putty also CHARACTERSET=UTF8.
    any idea to solve this issue please?

    First you need to establish the OS can display the euro sign correctly, at all.
    Then you need to make sure your NLS_LANG environment variable has been set up correctly. This means the part behind the dot is the Oracle equivalent of your characterset.
    Then you need to make sure the database can store the euro. If I recall correctly you indicated the database characterset is AL32UTF8. This means you shouldn't have any problem.
    If you go for an ISO characterset you need 8859P15, as the ISO couldn't agree on changing 8859P1.
    As Microsoft never adheres to any standard it is WE8MSWIN1252 for Windows databases.
    Please note Oracle is looking to standardize on multi-byte charactersets, so you will be better of with AL32UTF8.
    As a sidenote in a console session on Windows, NLS_LANG needs to end in .WE8PC850, or diacritical characters will not display correctly.
    Sybrand Bakker
    Senior Oracle DBA

  • How to Print Euro Currency Symbol

    Hi All,
    Please suggest how to Print Euro Currency symbol in SAP Script.
    Thanks
    Saurabh

    Hi,
    I was also facing the same problem while printing the Euro symbol.
    Now got the easy solution.
    Goto smartforms-> text editor, -> then include charactrs-> displayable charactrs-> and now select Euro symbol...
    Regards,
    Mrunal

  • Euro currency symbol  using '€'

    Hi Everyone,
    Do you have any problem populate the Euro currency symbol using '&#8364;'. I use XDK 9.2.0.2.0 and run on WinNT, Solaris and both display the Euro currency symbol using '&#8364;' as a "?"
    Sample test.xsl:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="xml" encoding="ISO-8859-1"/>
    <xsl:template match="/">
    <Root>
    <euro>&#8364;</euro>
    </Root>
    </xsl:template>
    </xsl:stylesheet>
    or
    test.xsql
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <Bid xmlns:xsql="urn:oracle-xsql">
    <euro>&#8364;</euro>
    </Bid>
    Thanks

    Using the unicode &#8364; Your best bet is to ask tom at: http://asktom.oracle.com

  • Euro Currency Symbol Displayed?

    I am trying to show the Euro currency symbol in a calculated number field.
    I tried changing the locale to English (United Kingdeom - EURO). That still displays the british pound symbol.
    Any ideas?

    There is a UK Euro option in LiveCycle though. Our office does sell in Euros instead of GBP sometimes.
    But what is wierd is when I use Germany or france, to show less than one Euro, it is using a comma instead of a decimal point. That is not how it is shown in our business. For example we would do.
    5.32 but LiveCycle is showing it as 5,32
    frustrating. Even though in the display pattern I have $z,zz9.99

  • Euro Currency 'u0080 ' displays as '# ' after Smartform to PDF converion

    Hi,
    The Euro currency symbol '€' used in Smartform displays corrcectly on printout. if the same document sent via email after PDF conversion the '€' displays as '#' in PDF. All other Currency symbol '£', '$', '¥',...etc displays correctly in printout & in PDF.
    Thanks in advance
    Vincent

    Hi,
    The Euro currency symbol '€' used in Smartform displays corrcectly on printout. if the same document sent via email after PDF conversion the '€' displays as '#' in PDF. All other Currency symbol '£', '$', '¥',...etc displays correctly in printout & in PDF.
    Thanks in advance
    Vincent

  • HT1918 My apple store is on US dollar currency how can I change it to euro currency pls tks

    MY apple store of my ipad is on dollar currency how can I change it to euro currency pls tks

    In your iPad go here:
    Settings > iTunes & App Stores > tap your Apple ID: > View Apple ID > Country/Region
    and select your country as appropriate.
    Regards.

  • JSP - Encoding problem? Euro currency values display become corrupted

    Hi
    We are having problem on our web application when trying to displaying euro currency.
    A expected string such as "229 810,00 € " is displayed as "229 810,00 €".
    Note that the page encoding is UTF-8, the line "<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />" is present in the header. Manually changing encoding to UTF-8 in browser did not fix the problem.
    We have also noticed that when we deploy the same application in tomcat, we do not have this problem. The Euro currency is displayed correctly.
    Are we missing some settings in our WebLogic Application Server that causes this problem?
    thanks
    Peter

    Another really strange thing happened after i did a urlrewrite!!!
    here is the two link:
    link1: http://www3t2.irelandin1.com/AboutIreland/Meath/index.jsp
    link2: http://www3t2.irelandin1.com/about_ireland.jsp?county=Meath
    Actually, link 1 will be redirected to link2. It means the actual code executed for two links are the same. And the server is the one obviously.
    But, you can find the difference: B?inne shown on link2 and B�inne shown on link 1
    WTXXXX
    Forget �, which i am using &uacute;
    Any helps??
    Thanks

  • How to mask the amount in Euro currency format .

    Hi Gurus ,
    In my xml publisher report there is amount column where i need to display mask the value in euro currecnt format like 9.999,99 where "." represent thousand position and "," decimal position.
    i tried with
    1.)     Format mask 9.999,00
    2.) Format mask: #,##0.00
    3.)     <?format-number:fieldname;'999G999D99'?>
    I registered the report with German territory and language but no favorable result .
    any hint would be very helpful,Please suggest ,Thanks in advance .
    Thanks
    Pratap

    Hi ,
    Look the below thread that may helpful to you
    Euro sign in template
    and also look the below link
    http://download.oracle.com/docs/cd/B40078_02/doc/bi.1013/b40017/T421739T481157.htm#hor_table_brk (search for Data Source Requirements)
    you may get some additional information
    Thanks,
    Ananth

Maybe you are looking for

  • Payment run for debit balances

    Hey Folks: How to block the invoice payments for vendors who has debit balances more than payments. Debit balance > invoice amount. Can someone please throw the light on  the configuration I need to perform in Vendor Master and Payment Run config. Ap

  • Preview won't open...

    Hi, Preview just flashes in the doc for a second and then doesn't open. I've tried deleting the preference files in the user library and restarting, and I've also tried copying preview. Does anyone have any other ideas that coul work? Are there any p

  • Invoice without reference to po

    Hi friends, I want to post Vendor invoice without PO including Tax.Is it possible to post Vendor invoice without PO? All helpful answers will be rewarded. Regards, Chetan

  • Where to see list of absence reason codes to confirm configuration?

    Hi all, Can someone tell where to see the absence reason codes in HR Thanks Jerry

  • PLZ....HELP!!!!!! my  ipod_control\itunes\itunescontrol file is corrupt

    my ipod_control\itunes\itunescontrol file is corrupt. it doesnt play songs in ipod nowadays...it does shuffle the songs and not plays it.... plz help me out i have tried to restrore it but it dint work either.... does anyone know how to run chkdisk i