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.

Similar Messages

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

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

  • 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

  • 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

  • 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

  • Printing INR symbol in smartform

    Hi All,
    I have a requirement to print INR  (Indian National Rupee ) Symbol in smartfom.
    Does SAP Unicode system support for this?
    Please suggest.
    Regards,
    Amit Singh

    HI friend,
    Try using Unicode device type SWINCF for printing the Indian currency. Also check whether your system has or supports that currency format.
    If your system is a Unicode device you must be able to copy and paste the rupee symbol over there.
    For more reference on printing the currency just see the SAP Note #812821
    I think this will solve your issue.
    If you face any difficulties please revert back to me i will help you.
    Thanks,
    Sri Hari

  • Currency symbol printing

    Hi experts,
    In scripts, i need to print currency symbol with amount.  How it can be done ?
    EX : $1100.  - US dollar.
    Please help me to do .
    Thanks.

    Hi
    I 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. [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&
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Currency symbol in Applications

    Hi All,
    I am using Jdeveloper 10.1.3.3, i want to display Egypt currency symbol in amount fields in my application. what should i do for the same?
    what is the entry should be in my property file?
    Thanks in advance
    Regards
    GG

    if i give \u5143 it gives boxes, but i want to print
    currency symbol,Are you sure that the correct fonts are available for the browser to display the symbol?
    Are you sure that you have the correct code? According to unicode.org character 5143 is a unified Han ideograph and is found within this document: http://www.unicode.org/charts/PDF/U4E00.pdf .

  • Printing Currency Fields

    Hi,
    How to Print Currency Fields in Smartforms [in tables node]
    Thanks & Regards,
    Ajith

    hi
    use sth like this
    data: lv_neto type string,
             wa_tabla-to_neto like bseg-dmbrt.
    write wa_tabla-to_neto to lv_neto currency 'CLP'.
    then in ur text of the smartform write &lv_neto&, doing that ur amount will be showed fine.
    Regards

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

  • Error while printing currency in Smartform

    Hi All,
    In ME23N t.code i am entering currency value as 1.000 but while i am printing in smartforms the value printing as 10.00 , Please let me know how to print same currency in the smartform ?
    Regards,
    Phani.

    Declare your currency field as a Currency
    Global DefinitionsCurrency Quantity Fields-there give your currency field and set as a CURR then it will work
    Try it.
    Regards,
    Madan Mohan.

Maybe you are looking for

  • How do i change .pages to a .doc without microsoft? I've tried going to file format .doc but all of the selctions are grey as in i can't even click on them?

    How do i change a .pages to a .doc format when i don;t have microsoft. I've tried file>format>.doc, though all selections are grey as in a cant't select them? Please help. I can't afford microsoft yet and this is a new macso im very new to this and h

  • Help with Plash player 10,3,162,29.

    Help with Plash player 10,3,162,29.e I need some help with Flash Player 10,3,162,29. I'm able to play youtube videos and most prerecorded videos. However,with streams in realtime,like news sites,live sporting events and live webcam feeds, they play f

  • CreateRootApplicationModule in Scheduled task

    Dear All, I found an interesting bug in Fusion Web Application Framework. If I call a service method from a scheduling job using Configuration.createRootApplicationModule(...) as the code below: schedulerModule = (SchedulerModule) Configuration.creat

  • Itunes sync two iphones one account

    I have already started account with i tunes and every time i download something it goes to his phone too or when i synced his phone all my contact went to his phone how do i seperate the two on one account

  • Safari 4 takes a month to launch

    Well, not a month, but literally 20 min. I had an earlier problem where Safari wouldn't launch at all, but fixed that thanks to Carolyn Samit. Now it just takes forever to launch on my PowerMac G5 dual 2 GHz. Once it launches, it works ok, without an