Euro currency symbol in SmartForms

Hi,
I'm using ECC6.0 SmartForm. I'd like to add this symbol '€' in the text.
I've tried to copy and paste it but the script editor doesn't allow.
Does anyone have a solution for this problem??
Please help me it's very urgent...
Tarick.

For Printing Symbols try using SuperScript Character  format

Similar Messages

  • 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 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.

  • 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

  • Euro currency symbol  using '€'

    Hi Everyone,
    Do you have any problem populate the Euro currency symbol using '€'. I use XDK 9.2.0.2.0 and run on WinNT, Solaris and both display the Euro currency symbol using '€' 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

  • Currency symbol in smartforms

    Hi All,
    How to place currencysymbole '£' (GBP) in the smartform before the Amount.
    This is very urgent.Please anybody help me. I will reward you points.

    Seriously?
    Ok, try this one,
    Printing Euro symbol in smartform
    It is marked as answered, and while it's about the euro symbol there is enough information in the answer to work out what to do for the Pound symbol.
    It was about a third of the way down the first page of results that I got by searching and took me less time to find that it did to type this reply.
    Regards,
    Nick

  • Printing currency symbols in smartform

    Hi,
    I have a requirement like printing the currency code beside all
    currency fields.
    Ex: If customer is in us, $ should b printed.
    Can anyone please tell from where these fields can b retrieved.

    Hello,
    Please refer to this link:
    putting checkboxes in smartform?
    It talks about inserting sap symbols (concretely checkbox) , I don't know if $ is in standard sap symbols.
    However I think that you can have a look.
    I hope it will help you.

  • EURO Currency symbol

    I am unable to write the � on Sol 8 x86 {MU-4}, I have no problem to do the same on Sol 8 Spark. I am using as locale ISO8859-15 on both machines.
    Is it rearly possible, that Solaris 8 x86 is not (yet) EURO ready.
    Lutz Foerster

    No. I have the same setting (Solaris 8 Intel - Iso8859-15) and it works.

  • Display of the Euro Currency symbol by a JSP

    What am I doing wrong ???? I always receive the following:
    Price 1,99 ?
    whenever I run the following JSP:
    <%@ page import="java.util.*, java.text.*" %>
    <html>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <%
    Locale myLocale = new Locale("de","DE", "EURO");;
    double price = 1.99;
    NumberFormat form = NumberFormat.getCurrencyInstance(myLocale);
    %>
    <p>
    <b> Price
    <%= form.format(price) %>
    </b>
    </html>

    It seems that the JDK your tomcat server is running don't know the locale Locale("de","DE", "EURO"). Try to install a newer version of the JDK.
    Daniel

  • 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

  • Printing Euro symbol in smartform

    how to print Euro Symbol in smartform.
    copy paste from MS word is not working..
    please tell me another way..
    thanks..

    Hi,
    I was also facing the same problem while printing the Euro symbol.
    what's the solution?
    how to print using it's char value. i.e <156>
    Regards,
    Mrunal
    Edited by: Mrunal Mhaskar on Sep 16, 2009 1:10 PM
    Edited by: Mrunal Mhaskar on Sep 16, 2009 1:11 PM

  • Pound (currency) symbol, and Euro symbol on invoice template.

    Hi - I have written an invoice using one of the pages templates. I changed the Euro symbol (€) to a pound symbol (£) but every time it is automatically changed back to pound symbol again. Having entered the pound symbol. how can I make it stay there?

    Hi there - Thanks, but I've got it sorted - I had to select a cell within the invoice template, then click on Table Inspector, then format, then currency, then select currency. I would prefer to just delete the currency symbols with the mouse, and then put in the ones I want, but I know how to do it now. Maybe Britain should just join the Euro - or maybe not?

  • Printing currency symbols(like $ for dollar)for all countries in smartforms

    Hi friends,
    I have to print currency symbols (like $ for dollar) for all countries in SRM PO Smartform.
    Is there any character set which has all the currency symbols in it?
    If so, how to print those in Smartforms?

    Hi
    There are two ways to maintain format of Currency,
    1. Transaction : OY01 Customize: set up countries
    2. Menu->System->User profile-> Own data -> Defualt
    Just check the country seeting as well as user setting
    before run the smart form.
    U can use SET COUNTRY command to set country format which is specified into OY01.
    Use Write stament to convert into required currency format.
    ... CURRENCY w
    Effect
    Correct format for currency specified in the field w.
    Treats the contents of f as a currency amount. The currency specified in w determines how many decimal places this amount should have.
    The contents of w are used as a currency key for the table TCURX; if there is no entry for w, the system assumes that the currency amount has 2 decimal places.
    Regard ,
    Vinod

  • How can I -change the currency symbol from Pounds to Euros in a spreadsheet?

    How can I change the currency symbol from Pounds to Euros in a spreadsheet?

    Assuming davyfromGib is asking about AppleWorks rather than Pages . . .
    If running AW under OS X, System Preferences settings allow you to use the euro rather than pound sign in AW's currency-formatted cells:
    System Preferences > Language & Text > Formats > Currency (set to Euro)
    AW respects this setting in choosing how to display currency format.
    But do note that if you later change the System Preferences back to pounds, the currency-formatted cells in the AW spreadsheet will also change to pounds.

Maybe you are looking for