How to add currency converter icon to toolbar

Does firefox 5 have an icon for currency converter? How do I add a currency converter to a toolbar?

Hi,
You can enable currency in the reporting output using following steps:
Query properties> Display> select Display scaling factors for key figures.
but using this option currency($) will be displayed after the amount. it means key figure values will be displayed like 300$, 800$.
hope it helps..
regards,
raju

Similar Messages

  • How to add currency sign?

    Hi,
    I have a group currency key figure in my report. I want to add $ sign in front of the amount for ex. 12550 it should show as $12550.
    How to add currency sign $ in front of the aount.
    Pts for ans.
    Regards,
    Shri.

    Hi,
    You can enable currency in the reporting output using following steps:
    Query properties> Display> select Display scaling factors for key figures.
    but using this option currency($) will be displayed after the amount. it means key figure values will be displayed like 300$, 800$.
    hope it helps..
    regards,
    raju

  • How to add program documentation icon on selection screen

    Hi All,
    Please let me know how to add  program documentation icon on selection screen.
    Thanks
    Jog

    THis is pretty straight forward, in se38, enter program name, click change.  Now click Go To, Documentation.  Enter the documentation on this screen, save and activate, now run the program,  the icon will be there.
    REgards,
    Rich Heilman

  • How to add a button to the toolbar of standard transaction

    hi friends
    currently i am working in IS-OIL(DS)-TSW module, in which we need to add a button to the toolbar of standard transaction(O4nm)
    can anybody help me how to proceed with this
    with regards
    s.janagar

    Hi,
    To be able to add a button to the toolbar of a standard transaction, you can use GuiXT which is a bundled solution within SAP R/3 or Netweaver.  With GuiXT, you can create your own pushbuttons within an R/3 screen or within the toolbar. You can make both the menu functions and the navigation to other transactions directly accessible with your own pushbuttons along with a new icon that you wanted to assign to the pushbuttons.
    Also, you can customize the pushbutton's size effortlessly.  And in your situation of adding it to the toolbar, GuiXT can help to set your pushbuttons automatically to fit onto the toolbar with its designer tool.
    For more information about front end changes, you can view more information about GuiXT at http://www.guixt.com/site/solutions.php
    Thank you and hope this helps!

  • How to add download button to safari toolbar?

    Does anybody know how to add the download button to safari toolbar?

    Here are the steps you've been given in picture form:
    Do View menu > Customize ToolBar:
    Doing so brings up this:
    Find the Downloads icon (in the second row in the image) and drag it to the toolbar.

  • How to Add Checkbox and icon in ALVGRID

    Hi Experts,
      i have one Requirement. i need to add Checkbox, Selectall,icon(Unlock or inactive) infront of Contracts of ALV GRID.How to achive that.
    Thanks,
    Venkat.

    Hi
    For check box
    At declaring field catalog using structure LVC_S_FCAT
    mark CHECKBOX = 'X' and also EDIT = 'X'.
    For reference check below subroutine in program BCALV_EDIT_05.
    form build_fieldcat changing pt_fieldcat type lvc_t_fcat.
    data ls_fcat type lvc_s_fcat.
    call function 'LVC_FIELDCATALOG_MERGE'
    exporting
    i_structure_name = 'SFLIGHT'
    changing
    ct_fieldcat = pt_fieldcat.
    *§A2.Add an entry for the checkbox in the fieldcatalog
    clear ls_fcat.
    ls_fcat-fieldname = 'CHECKBOX'.
    * Essential: declare field as checkbox and
    * mark it as editable field:
    ls_fcat-checkbox = 'X'.
    ls_fcat-edit = 'X'.
    * do not forget to provide texts for this extra field
    ls_fcat-coltext = text-f01.
    ls_fcat-tooltip = text-f02.
    ls_fcat-seltext = text-f03.
    * optional: set column width
    ls_fcat-outputlen = 10.
    append ls_fcat to pt_fieldcat.
    endform.
    For Icon:
    CONSTANTS:
         icon_id_failure            LIKE icon-id   VALUE ' ((Content component not found.)) @',
         icon_id_okay              LIKE icon-id   VALUE ' ((Content component not found.)) @'.
    TYPES: BEGIN OF ls_tab,
           matnr LIKE equi-matnr,
           maktx LIKE makt-maktx,
           b_werk  LIKE equi-werk,
           b_lager LIKE equi-lager,
           lgobe LIKE t001l-lgobe,
           sernr LIKE equi-sernr,
           icon LIKE icon-id,
           objnr LIKE equi-objnr,
          END OF   ls_tab.
    *Table that display the data for the ALV.
    DATA: itab  TYPE ls_tab OCCURS 0 WITH HEADER LINE.
        PERFORM get_h_date .
        IF h_date => sy-datum .
          itab-icon = icon_id_okay.
        ELSE .
          itab-icon = icon_id_failure.
         ENDIF.
    Regards
    Sudheer

  • How to add custom file icons on SharePoint 2010 document library?

    Hi there,
    In a document library SharePoint shows the PDF and Word etc icons all fine - however we have a custom file format with a custom icon. Is this possible to add this custom icon for our custom extension? How?
    Thank you so much.

    Hi,
    You could accomplish your requirement by using jQuery with these steps, and this code is using jQuery to modify it on the current page, if you would like to make it work on all library, you need to choose the former method or add this JQuery script on all
    library pages manually:
    Upload a custom icon to file “14\ Template\Images” or your SharePoint document library.
    Add this code below in the document library that you want to extend your custom icon, you could add code by following these: Click edit page in the document library -> add a web part -> choose Content Editor -> click edit source in the Ribbon ->
    add the source below -> click OK.
    <script src="https://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script><script type="text/javascript">
    $(document).ready(function(){
    var fileObject = $("[title$='docx']");
    for(var i=0; i < fileObject.length; i++){
    //fileObject[i].outerHTML="<img width=\"16\" height=\"16\" title=\"test.docx\" alt=\"test.docx\" src=\"/_layouts/15/images/custom.png\" border=\"0\">"; // upload your custom icon to file ” 14\ Template\Images”, replace your src URL
    fileObject[i].outerHTML="<img width=\"16\" height=\"16\" title=\"test.docx\" alt=\"test.docx\" src=\"/sites/sharepoint2013/Shared%20Documents/custom.png\" border=\"0\">"; // upload your custom icon to SharePoint document library, replace your src URL
    </script>
    The screenshot below is my result:
    Best Regards
    Vincent Han
    TechNet Community Support

  • Air iOS - How to add iPhone 6 icons to app.xml?

    I'm using Flash CS6 and Air 3.9 to publish an iOS app.
    How to add the icons for iPhone 6 and iPhone 6 Plus to the app.xml?
    I tried this but got an error:
    <icon>
    <!-- all other icon sizes -->
    <image120x120>AppIcons/app_120.png</image120x120>
    <image180x180>AppIcons/app_180.png</image180x180>
    </icon> 
    Any help appreciated.
    Thanks

    Hi,
    Thanks for reporting, but things are working fine at our end. Could you please tell us the error you are observing. Also i would recommend you to use latest SDK and Flash pro.
    Thanks,
    Jitender

  • How to add the "comment and markup toolbar" in adobe reader 9

    Hi there, I've been trying to add the comment and markup toolbar in acrobat reader 9 but I simply cannot do it. I've tried both the Tools and View menus but I cannot add this particular toolbar. Does anyone know the reason? What can I do to get this toolbar? Even when in a pdf document commenting is not allowed, Should'nt I be able at least to see the toolbar unavailable?
    Many thanks,
    Enrique

    Impossible, and illogical. PDF files are not streamed or RAM-cached so if someone is viewing a file they must have already saved it.

  • How to do Currency convertion

    Hi All,
    I would like to know how to do currency conversion when we have source system currency as INR and target currency as USD, let me know in detail.
    regards,
    Ali

    Hi,
    First you have to define currency conversion key using T. code RRC1.
    After this, you have 3 options..
    1. Conversion at the time of loading - Write code in Transfer/Update rule
    2. Conversion at query design - In KF properties select the conversion key and target surrency
    3. Conversion at query execution time - After query execution, right click on KF and select currency conversion option.
    Regards
    SSS

  • How to add a "new" icon to the Mail toolbar?

    When I open an email in Apple Mail, I often file it in one of many folders in the left-hand pane. I frequently use two monitors, and if reading mail on the attached monitor, it becomes tiresome to keep returning to the menu on the original monitor to select Message > Move to > (find folder and drop it in) ... for that matter, it is tiresome to return to the menu bar on the same monitor, as well.
    Of course, my other option is drag and drop after closing the email or reading it without opening to allow me to select it and drag it to the correct folder.
    My preferred solution would be to insert a "Move" icon on the toolbar and after reading the email, select the icon which would provide the same drop down list of folders as Message > Move to > . However, after the email is dropped in the folder the next (or previous) email would open in its place, depending on how I selected the configuration for this option.
    Is this an operation I could create in Applescript, or is this a bit more complex than Applescript is meant to handle? I have not been successful locating a plugin for Mail to accomplish this task.
    Being a web designer, I have a scripting (javascript, PHP, etc) background in addition to a past life as a programmer. This is something I would like to tackle myself if reasonable; however, I would like to know what I am up against. If I need to learn a bit of Cocoa and the IDE, so be it.
    Thank you in advance for any advice and/or assistance.

    Wynnefield wrote:
    I have several rules moving targeted emails into specific folders; however, this does not accomplish the task I am attempting to perform. The "control-click" only works on unopened emails, and I prefer not to close the email to have to move it.
    This question is really two-fold:
    1) Can I place an icon on the toolbar if that icon is not an available choice in the "Customize Toolbar" selection from control-clicking on the toolbar? or can I add an icon to the available choices?
    I'm quite sure that the answer is no. as i said if it's possible it would require hacking Mail and you'd have to ask in the Developers forum (it's under OS X technologies) about that.
    2) Is there a way to configure Mail so when I Delete or Move an open email, instead of the email just disappearing, the "next" or "previous" email in the Inbox would open in its place?
    no.
    Message was edited by: V.K.

  • How to add a small icon that shows up in navigation toolbars of browser window?

    Silly little question and I'm not even sure what it's called, but I'm trying to (create and) add a tiny graphic icon that shows up in browser windows toolbars like this:

    Thanks. I knew that.
    Found a good tutorial here: http://www.geckodesigns.com/tutorial-dreamweaver-favicon.php

  • How to add HD & rating icon for use on ATV2

    I have a few movies in my library that have an "HD" icon and a rating icon (PG-13, R etc). Some movies do not have this and while I am converting mine from MKV format to M4V was wondering how I could add these, as well as a description and genre to the file (rather than manually using, "get info").
    Any ideas?

    No ideas anyone?

  • How to add a button to the toolbar in transaction MIRO

    Hi, I wanna know if some1 could tell me how can I add a custom button in the standard toolbar of transaction MIRO.
    The client have the lastest version of SAP so I have enhancement point to add the functionality of the button, but how can I add the button without registering the object in the OSS.
    Thx.

    Hi Siva,
    Create one custom program Eg:zxyz activate it. Now open se80 give program name:SAPMV50A and open gui status.
    In GUI Status right click on 'W0' copy it to custom 'ZW0' and the custom program name which created first.
    Now goto your custom program and write
    double click on 'ZW0' and create your custom button in application toolbar.
    activate it and activate your program.
    Now come to stander program SAPMV50A open screen 1000.
    in moduel  'initialisieren' double click on perform cua_setzen.
    again double click on module initialisieren and by using enhancement framwork functionality implement the below logic.
    Finally you will get the button in application toolbar.
    Reward if it is help full.
    Regards,
    Quddus.

  • How to get a highlight icon on toolbar?

    I use blank word documents to do my writing. Often I need to highlight phrases. When I used Word, I just put the highlight icon on the toolbar. But with Pages, I can't figure out how to highlight without going through MANY clicks.
    I know there must be an easy solution I'm missing. Can anyone help?

    Maybe the Background button available all the time in the Format Bart may be useful.
    Yvan KOENIG (VALLAURIS, France) mercredi 8 juin 2011 22:19:30
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.7
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

Maybe you are looking for