How print EURO symbol in SAPscript i.e. 'u0080'

hello,
i am in trouble with the symbol of currency euro, which has to be displayed in script,
i have tried to find it in SAPscripts symbols, but i didn't find it.
can anybody help on this.
Regards,
Adarsh.

This is how you can do, if this symbol is not found. Call sub-routine and concatenate "€" and amount separated with space and display in your script.
Usually if symbol is not available we print EUR amount...
Regards,
SaiRam

Similar Messages

  • How to print euro symbol

    Hi,
    I would like to know how to print euro symbol (€) in a report.
    I've tried with a statement like this:
    write '€'.
    But when I execute it only appears a '#'.
    A possible idea is to use unicode (euro symbol is 20AC), but how to print unicode symbol code in sap?
    thanks in advance

    Hi,
      UNICODE is supported 4.7 Onwards
    try this
    TRANSLATE c TO   CODE PAGE g2. (  Check this code page translation .may solve ur problem ...not sure )
    then write c.
    Mark Helpful Answers
    Regards
    Message was edited by: Manoj Gupta
    Message was edited by: Manoj Gupta

  • Problem in Printing Euro Symbol in SMARTFORM

    Hi,
    I need to print EURO Symbol in my SMARTFORM.
    I am using "ALT+0128"  to get that value.
    In global data, I am taking one constant, and giving the valuw using this KEY. The symbol is coming....but,
    when I say save, It is giving syntax error as "The Characters are prohibited".
    can you please let me know, how can I solve my problem?
    Thanks,
    Sandeep

    Hi,
    Looks you have did some mistake somewhere. For me when i checked it is not giving any error. Just check whether you are getting the error for the same or for any other characters you have mentioned
    I declared it as
    W_CHAR1     TYPE     CHAR01     'u20AC'
    Recheck it once.
    Regards
    Sarves

  • 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

  • Unable to print euro symbol in dot matrix printer

    i am unable to print euro symbol in dot matrix printer from abap list. whereas it is printed as '#'  symbol instead of euro.
    my sap product is ECC 6.0
    regards
    mohanraj

    Check this
    [http://help.sap.com/saphelp_nw04/helpdata/en/90/78f078030211d399b90000e83dd9fc/frameset.htm]
    also check the SAP Note 129581

  • Print EURO symbol u20AC in smartform

    Hi All,
    I am trying to print the EURO symbol 'u20AC' in smartform; user types the euro symbol in the Invoice header text, but the Invoice smartform prints some other characters when I print the header text;
    Appreciate your help if some of you have a solution to print the euro symbol in the header text by smartform;
    Thank you very much
    Iver

    Gi,
    That is strange, it works fine for me. I copy the relevan parts into this thread.
    Regards,
    Aidan
    Symptom
    There are problems to print the euro character U20AC and and trademark character U2122.
    Cause
    This can vary depending on the device type used to create the spool and whether the system is Unicode or non-Unicode. The problem is because the characters are not supported in the system character set or the character set of the device type.
    Resolution
    In Unicode systems, these characters can be printed via windows and cascading fonts device type SWINCF. The unicode system codepage supports these characters and the character set 4220 of device type SWINCF also supports these characters U20AC and U2122. In a Unicode system, it is also possible to print the euro and trademark characters via Unicode device types like HPUTF8 or LEXUTF8 In this case, the printer must also be Unicode. i.e. It must have a built-in hard disk, which contains Unicode fonts and symbol sets.(see notes 750219 and 215015)
    For non-unicode systems, it is more difficult. For sapscript and smartforms, it is possible to use both signs for releases >= 4.6A. In the graphical SAPScript editor, available as of, you can select "Edit"   > "Command..."-> "Insert Command" -> "SAP character" and then enter the SAP character number 156 (Euro sign) or 357 (trademark sign). With this method, it is possible to print the euro and tradwmark characters. You need to use one of the device types specified in note #129581. or in the old line editor, you can  enter <156> or <357>(between "<" and ">" without spaces). It is not necessary to add any character to the character set if you use one of thes device types listed in note #129581. The print of the euro and trademark characters are only possible for postscript device types POST2, I2HPPS and I4HPPS after you implement note #1334841.

  • How to print currency symbol in SAPScript

    Hi,
    How to print different currency symbol in SAP?
    The requirement is that the SAPScript should print the currency symbol along with the currency code.
    i.e. USD ($)
    The currency can be any foreign currency.
    Is there any table where i can get currency symbol or is there any way i can print this. I am working in 4.6C.
    Please help.
    Thanks,
    Pratik

    Hii
    When the user has to insert a particular symbol, from menu:
    Insert->Character->Displayble Characters:
    Here in the input field insert <156> and then press enter

  • Euro symbol on sapscript

    Hi  Guyz,
    Euro on sapscript. plz advise..
    regards

    hi
    go to following link
    this question is answered previously
    Need Sign u0080 ( EURO ) in SAp Script
    Reward points
    Cheers
    Snehi

  • EURO symbol print problem

    Hello ,
    When i am trying to print EURO Symbol in SAP SCript , it is being replaced with # symbol and giving error  in 4.6C version.
    If anyone is having Idea on this please help me .
    Thanks ,

    Hi
    How to Print Euro Currency Symbol
    Regards,
    Sravanthi

  • Euro Symbol in Oracle

    Hi All,
    I want to print Euro symbol in oracle.
    Please advice how we can do that.
    Regards,
    Shruti

    Hi;
    Please follow donw links and see helpful
    Subject: Using Pasta to Print Euro € Symbol Print Incorrect Spurious Character Doc ID: 373504.1
    Subject: Euro Symbol not Printed with Oracle Reports Doc ID: 168337.1
    Subject: Dunning Letters Unable To Print € And £ Symbols in PDF Format Doc ID: 388657.1
    Subject: How to print the Euro Character In PostScript on UNIX platforms. Doc ID: 251732.1
    Regards
    Helios

  • Smart Forms Euro € symbol?

    Hello Experts!
    I want to add € in my Smart Forms Text.
    There is an OSS hint 616683 to this question but all releases mentioned are lower than our used release and the solution with entering the Number 156 for € doesn't work.
    Please help
    Best Regards
    Annette

    Hi Annette,
    Using SAP Script: 
    To print Euro Symbol in SAP Script, do the following: 
    Put the sequence <156> at the desired location in the text editor of the corresponding page window as shown below: 
    During the print preview, the output would be as shown below: 
    Using Smart Forms: 
    For printing Euro symbol in Smart Form, do the following: 
    In the Microsoft Word document, click on Insert -> Symbols 
    Select the Euro symbol from the list. The symbol would appear on the document. Copy the symbol and paste in the text editor of the Smart form as shown below: 
    Save and activate the Smart Form and do the test run. The print preview would be as shown below: 
    Printing of Euro symbol might not be possible on all Printers. By default, SAP R/3 supports the euro symbol only when using the SAPWIN device type and printing over SAPLPD (mainly used for individual document printing).
    To print this on Kyocera printers, do the following: 
    “When using PRESCRIBE device types (like kyofs150, kyofs170, zkm10pre) the euro sign will not be printed very beautiful. To print the real Euro sign instead of the combined ( and = character on top of each other) please set the character 156 of the SAP code page 1114 to 80 hex. In this case the Euro sign will be printed correctly. Alternatively please copy the code page 1114 to e.g. 9114 and make the modification there. Then you just have to switch the used code page of your device type (kyofs150, 170 or zkm10pre) to 9114 as well.”   
    Also check the SAP Note 0129581 for more information on this.

  • 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

  • Print Currency as symbols in SAPSCRIPT/Smartforms

    Hi all,
    My customer want to print currency not as text but as symbols , for example "S" instead of "USD" .
    Does somebody know how to make it?
    Is there a dynamic solution ?
    Best regards.

    Hi
    U should check if in your system there's the currency symbol and if it supports it.
    The other problem can be in the printer, it need to know if it can understand that symbol.
    U can get all symbols available in your system from table TCP01.
    Here the symbol corresponds to a number has to be used in the sapscript/smartform.
    For example Euro sing is 156, so in the sapscript it need to insert <156>, the dollar shoul be 36, so <036>.
    Anyway you can't be sure your device can print the symbol.
    Max

  • How do I get Special character Euro symbol € to display ?

    Hi,
    How do I get the euro symbol € to display in Flash from
    PHP file created in DW ?. It does not display it properly. I have
    simplified the PHP code I have is:
    <?php
    $msgtoflash = "This is the Euro Symbol &#8364";
    print ("&Databaseinfo=$msgtoflash");
    ?>
    The &#8364 is a special character code for HTML.
    If I use the $ or £ symbols it works perfectly but not
    € ?
    Thanks,
    Paul

    maith wrote:
    > Im using Actionscript2. I had placed a query in Flash in
    "General
    > Discussions", before I came on the Dreamweaver Forum,
    but got no reply.
    The way to get the euro symbol to display in Flash is to use
    XML. I have
    tested this, and it works:
    euro.php
    <?php
    header('Content-type: text/xml');
    echo '<root>
    <elem>This is the euro symbol:
    &#8364;</elem>
    </root>';
    ?>
    ActionScript 2.0 to display the value of <elem> in a
    dynamic text field
    called myText:
    var myXML:XML = new XML();
    myXML.ignoreWhite = true;
    myXML.onLoad = handleLoad;
    myXML.load('
    http://localhost/test/euro.php');
    function handleLoad(success) {
    if (success) {
    var theRoot:XMLNode = this.firstChild;
    myText.text = theRoot.firstChild.firstChild.nodeValue;
    } else {
    myText.text = 'Not working :(';
    Handling XML in ActionScript 2.0 is like poking needles in
    your eyes,
    but it's the only way I have been able to get the euro symbol
    from an
    external source into a Flash movie.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • How  can i print currency symbol in smart form?

    how  can i print currency symbol in smart form?
    i want to print the currency symbol with grant total based on the vendor currency.
    pls hepl............

    Hi,
    think You can't print the symbols for currency like $ and Pound etc
    see this doc if needed
    A variable in SAPscript is called a symbol. There are the following types.
    • System symbol (e.g. the number of the current page)
    • Standard symbol (usable in any document)
    • Program symbol (value from the print program)
    • Text symbol (“local variable”)
    The value of a symbol is text for using within SAPscript code and is represented by the symbol-name enclosed by ampersands. On seeing the tell-tale ampersands in SAPscript code, you sometimes need to figure out the symbol type.
    goto any PAGEWINDOW's Text elements in Script (SE71)
    from the Menu-> INSERT-> Symbols
    you find all symbols here
    System symbols
    System symbols in a SAPscript form are comparable to system fields like SY-UZEIT in an ABAP program, and include these. The graphical editor offers three types of system symbol.
    1. General system symbols
    See the table TTSXY. PAGE is the most widely used. The list given in our BC460 training manuals is out of date.
    2. SAPscript system symbols
    See the dictionary structure SAPSCRIPT. SAPSCRIPT-FORMPAGES is the most widely used.
    3. ABAP system symbols
    For the ABAP system field SY-UNAME, say, the symbol is SYST-UNAME. http://SYST is the dictionary structure for ABAP system fields.
    Sample code:
    User: &SYST-UNAME&
    Page &PAGE& of &SAPSCRIPT-FORMPAGES(C3)&
    Standard symbols
    Standard symbols are maintained centrally (in the table TTDTG via transaction SE75) for use in any document. Menu path:
    Tools
    Form Printout
    Administration
    Settings
    Some standard symbols are SAP-standard and others are custom. Curiously, table TTDTG is cross-client although SAPscript forms are not.
    The value of a standard symbol has to be defined for each language used. This gives a way to make a single SAPscript form multi-lingual.
    We can take advantage to an extent of the central maintenance, though there is no guarantee that the available standard symbols will used in every appropriate context.
    Standard symbols complicate searching a SAPscript form, since text like ‘Charity registration 211581’ may be hiding in a standard symbol.
    Text symbols
    A text symbol is declared and assigned to within the SAPscript code, and so obviously applies only to the current document. The command DEFINE is used, requiring /: in the tag column, as in the following examples.
    /: DEFINE &COMP_NAME& = ‘University of Warwick’
    /: DEFINE &WS_RATE& = &TAX_SUMM_C&
    Reward points for useful Answers
    Regards
    Shiva Kumar

Maybe you are looking for

  • When i try to open Photoshop 7.0 I get a message "the search discs are full" and it will not open. Help?

    When I open Photoshop 7.0 I get the message "the search discs are full"  and it will not open.  Help?

  • Add Files To iTunes Library is not working

    I unlocked several files put them on my desktop then added them to my iTunes library by going to File>Add to Library but after it clearly shows it's being imported and finished I then search the library for it but there's nothing there of that sort.

  • Anyconnect version 3.1.01065

    I want to deploy anyconnect via GPO since it is MSI format.  What I need to know is how do I have it put in the hostname and change the preferences so Block connections to untrusted servers is unchecked?                    

  • Restoring a phone via recovery mode

    Hi If I upgrade a phone using recovery moody as a new phone, can I restore the apps from a previously saved backup in iTunes, or do I have to do a manual build again from the app store?

  • Proxy Settings using MIDP

    Hi, Where should i set the username and password for proxy using MIDP.Actually i need to connect to a url.i need to connect to this url thru proxy. Regards Srinivas.P