Currency sign in report

Hi,
I have created an ageing report for AR in BW 3.1
My report has two columns. One is Debit amount in Local currency and Debit amount in Group currency (USD)
Though the amounts in both the columns is correct; it shows ERROR word in front of the amount in second column.
for ex: 12443ERROR I want to display this as $12443.
How can we add $ sign in this column in thid report?
Pts for ans..

Hi Pankaj,
Local currency has several currency units, but grp currency is in USD.
Values in report is coreect but it shows error word in front of the value.

Similar Messages

  • How to change currency sign in report

    How can I change the currency sign in report like from dollar to pound sign. Any help and advice will be highly appreciated.

    Sherry,
    I'm stumbling my way thru the same question. we need to print the currency symbol based on the country defined in the data. here's the not-so-short answer:
    we're looking into storing the currency symbol as a unicode value (NVARCHAR2 field) in the database by country and linking it to the data selected in the report. I have a select statement in the report sql that retrieves the correct unicode value per data row. the question then seems to become: do i want to display the field as a number with a format mask, or convert the whole thing to a string/char value?
    Keeping everything as a number, in the report format field Format Trigger, i create a mask for each field and call a function to do the following:
    v_format := q'{(}' || q'{"}' || p_currency || q'{"}' || v_format || q'{)}';
    this gives you a mask with the parenthesis for negative numbers, the currency as literal string, and the v_format (NN,NNN,NNN,NNN,NN0.00) for currency amounts. we vary the # of decimal places and pass that value into the function (just to make things complicated.)
    the 'uber complex' version of the function converts the number field to a string/char value. this allows you to change the decimal and separator values for an individual data row. we have not decided to implement this, but it works. you have to enter a 'bogus' character field in the report format and use srw.set_field to change the value at runtime. this keeps the value as a number in the sql for math, but a char to display. complicated. the function does this...
              v_format := '999G999G999G990';
              v_decimalplaces := MOD((p_decimalplaces * 10),10);
              IF v_decimalplaces > 0 THEN
                             v_format := v_format || 'D';
                   FOR i in 1..v_decimalplaces LOOP
                   v_format := v_format || '9';
                   END LOOP;
              END IF;
              CASE WHEN SIGN(p_value) >= 0
                   THEN
                        v_format := p_currency || TO_CHAR(p_value, v_format, 'NLS_NUMERIC_CHARACTERS = '',.'' ');
                        ELSE
                        v_format := '(' || p_currency || TO_CHAR(ABS(p_value), v_format, 'NLS_NUMERIC_CHARACTERS = '',.'' ') || ')';
                   END CASE;
    we would pass the values of NLS_NUMERIC_CHARACTERS to the function.
    the last 'hitch' is that not every UNICODE currency symbol displays properly. the euro (hex 20AC) is fine, but the korean won (hex 20A9) is not. the database character set is AL32UTF8, and the sql works fine in sql_developer. however, reports does not reliably display the symbol. i have a TAR into oracle at the moment, hoping for clarification. there seem to be many layers in oracle reports to get this to work (database character set, report server character set, font in developer, font on report server, etc.)
    let us know how it goes...an often asked, but rarely answered question (IMO). hopefully this gives you some ideas.
    thanks,
    john

  • Removing Currency Sign from report figures

    Hi,
    Please any one has an idea on how I can prevent the currency sign from appearing on the body of the workbook.
    I have column headers with the appropriate currency sign but I do not wish to see the key figure values appearing with the currency sign prefixed.
    Your assistance will be appreciated.
    Regards,
    Uche

    Hi
    create a new forumla with NoDim(key figure) and use that formula while hiding the orinigal key figure.
    This will work.
    Regards
    Pradip

  • How to Currency Sign

    How can I change the currency sign in report like from dollar to pound sign. Any help and advice will be highly appreciated.

    You'd better to post this thread to Reports forum....
    Reports
    My greetings,
    Simon

  • 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

  • Multi-language currency sign display

    Did anyone figure out how to display multiple currencies utilizing unicodes. I have a need to dynamically display euro, yen, pound, or us dollar signs. The currency sign needs to be stored within database and pulled out on the form or report needs.

    I am not sure what you mean by displaying currencies utilizing Unicode. The four currencies that you listed can be supported by the Microsoft English Windows codepage-1252 without going to Unicode. And also you don't need to store currency symbols inside the database, it can be retrieved via SQL by dynamically changing the NLS_TERRITORY session parameter.
    SQL> alter session set nls_territory=america;
    Session altered.
    SQL> select to_char( '123.45','L999.99') from dual;
    TO_CHAR('123.45',
    $123.45
    SQL> alter session set nls_territory="united kingdom";
    Session altered.
    SQL> select to_char( '123.45','L999.99') from dual;
    TO_CHAR('123.45',
    �123.45
    SQL> alter session set nls_territory=japan;
    Session altered.
    SQL> select to_char( '123.45','L999.99') from dual;
    TO_CHAR('123.45',
    �123.45
    SQL> alter session set nls_territory=france;
    Session altered.
    SQL> select to_char( '123,45','L999.99') from dual;
    TO_CHAR('123,45',
    �123.45

  • Currency unit in Report painter

    Hi,
    I met a problem when i maintain a report using report panter. Table FAGLFLEXT is used for the library, and I want to using currency translation function. I use Basic key figure "HSL local currency" and CC_HSL translation local currency for the report. But when i run the report, there is a problem, system tell me that can not find the unit of source currency, so can not translated to target currency. The data of local currency can be displayed.
    i set the format of the local currency column, find that even i click "print the unit", there is no currency unit of the data, so I think there is some problem.
    What is the problem? thank you!

    Hi Amir,
    Thank you for your answer.
    I changed the key figue to "Crcy Transltn TransCrcy (Act.)" as told, and run the report again, but still have problem.
    No valid exchange rate for currency translation from  to USD
    Message no. GR640
    Diagnosis
    The system could not find a valid exchange rate for the currency translation.
    System Response
    The system could not translate into the target currency.
    Procedure
    Check the target currency, the exchange rate date and the exchange rate type.
    I am sure i have maintain the exchange rate type and related rate.
    The setting of "Define Currencies of leading Ledger" is "1 Translation taking transaction currency as a basis".
    I think the problem is that the system cannot find the unit of the currency, so the error massage display as "No valid exchange rate for currency translation from  to USD". If can find the unit of currency, i thought the message should be like "No valid exchange rate for currency translation from EUR to USD".
    If the unit can be found, I think after set the format of the column "print the unit", in the report the unit can be displayed. But in my system, can not display the unit.
    What do you think about this? thanks in advance.

  • List / database currency in FAGLFLEXT reporting (FGI0)

    Hi everyone
    We have a number of New GL reports that can be run under transaction FGI0. However, they all have the same problem, that when displaying the reports as "Graphical report output" the users can go in under Setting -> Currency and enter a currency that the report should be translated into. When leaving the reports the users can save the definition of the report being unaware that this translation takes effect for everyone running this report. Furthermore the users following can not see that the display currency is different from their local currency since it is not part of the selection data!
    Do you know of any way to block this option to change currency away from the local currency in the reports?
    Kind regards
    Steen Koefoed

    se16-->AGR_HIER
    AGR_* will be tables for Roles. Tables SMEN_* are for user favorites.
    You can find the information you want in table AGR_HIER.
    In this table you can select the role,
    In the field REPORT, select RRMX ,this will show you all roles with their workbooks.
    AGR_NAME = ROLE (technical name)
    REPORT= RRMX
    Hope it Helps
    Chetan
    @CP..

  • € currency sign not acceptable in RSKC

    Hi BW experts,
    I tried to add the u20AC currency sign in transaction RSKC but the system converted it to # when execute button is it.  The system also produces an error message 'The input field contains prohibited characters (already deleted)'.
    There is an OSS note 1159373 (Euro character not loaded during file upload) which explains the cause of this error.  This note applies to a unicode system however my BI7 system isn't set as unicode.  My BI7 system is currently on support pack 18.
    I do not want to use ALL_CAPITAL in RSKC as it has caused a lot of issues previously.  Is there another way to fix this problem ?  I currently have text data with u20AC in them.
    Please help.
    Many thanks,
    Anthony

    Hi Anthony Tan,
    The blog below says that there are no invalid characters in the texts of master data..
        https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3955. [original link is broken]
    if it is the characteristic text for an infoobject but not master data ... and if you are unable to handle write this in the field routine
    DATA: L_S_ERRORLOG TYPE RSSM_S_ERRORLOG_INT,
             G_ALLOWED_CHAR(300) TYPE C.
    IF G_ALLOWED_CHAR IS INITIAL.
    CALL FUNCTION 'RSKC_ALLOWED_CHAR_GET'
    IMPORTING
    E_ALLOWED_CHAR = G_ALLOWED_CHAR.
    ENDIF.
    concatenate G_ALLOWED_CHAR '@u20ACabcdefghijklmnopqrstuvwxyz' into G_ALLOWED_CHAR.
    do.
    if not text co g_allowed_char.
    shift text+sy-fdpos left.
    else.
    exit.
    endif.
    enddo.
    instead of text use ur correspondign object...
    try this it works...
    Regards
    vamsi

  • Display totals with currency sign in ALV

    Hi,
    I have to display totals with currency sign in ALV.
    column1      colums2
    10               USD
    20               USD
    30               USD
    40               USD
    100            USD
    Can anybody help on this.
    Regsrds,
    Zak.

    Hi,
      fieldcatalog-fieldname   = 'NETPR'.
      fieldcatalog-seltext_m   = 'Net Price'.
      fieldcatalog-col_pos     = 7.
      fieldcatalog-outputlen   = 15.
      fieldcatalog-do_sum      = 'X'.        "Display column total
      fieldcatalog-datatype     = 'CURR'. "
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    Thanks
    Vikranth

  • Totals text and currency sign in alv grid

    Hi!
    How to display totals text and currency sign in the totals part of the alv grid??
    Ex.
                  5    6
                  4    9
                  5    2
    Totals: $14 $17

    Hi,
    For Currency :
    https://forums.sdn.sap.com/click.jspa?searchID=11871008&messageID=3564279
    https://forums.sdn.sap.com/click.jspa?searchID=11871008&messageID=1019294
    For Total_text
    Maybe you will find something in examples SALV_OBJECTS.
    it's a package in the systems above 6.4 with new ALV. There are nice examples. Main package is SALV.
    https://forums.sdn.sap.com/click.jspa?searchID=11871273&messageID=3935361
    Regards,
    Shiva Kumar

  • Currency sign in identifiers - what about � � � �?

    Is the following true for any currency sign?
    [from tutorial http://www.javacertificate.com/]
    An identifier is a word used by the programmer to name a variable, method, class, or label.
    Identifiers can start with the currency sign $,�, but cannot start with a digit. Identifiers can start with any currency sign as long it is a Java Letter.
    what about � � � �?
    �_euro
    �price
    �ytuy978
    are these valid identifiers?

    You can test it with the method Character.isJavaIdentifierStart(char c).
    And for example,
    java.lang.Object \u20ac = new Object(); //the unicode escape \u20ac is for the euro symbol
    System.out.println(\u20ac.toString());runs normally.

  • Currency signs

    This may be a stupid question, but does anyone know how to make a currency sign visible in forms and documents rather than the type.
    e.g. I would like to display £ not GBP
    Many thanks
    Dom

    Create a new currency code "₤" setup in Administration >setup>Financials-->Currencies
    Jeyakanthan

  • Text view with price and currency sign

    Hello,
    I have a textview in an table showing the netprice. The datatype is CURR. I would like to show the currency sign in the same textview, e.g. 1,87€. Is this possible and how?
    regards
    stefan

    Hi Stefan,
    Declare another attribute in your table (say final_price) of type string. For all the elements in your node, concatenate the price and currency and fill in the values for final_price. Now, let your text view display final_price.
    For example, this is how your data should look in the node
    price-curr-final_price
    100---€----100€
    24----€----24€
    Hope this helps.
    Regards,
    Neha

  • Wrong currency sign

    Somewhere along the way, AppleWorks 6.2.9 on my machine has decided that my currency sign is the British Pound sign (£). Granger Morton posted this response when I mentioned the problem in another thread:
    I just had this problem and in desperation changed the settings in System Prefs/Formats.
    Although in 'Formats" it was on british pound (which I wanted....it was showing dollars in appleworks spreadsheet) I changed it to Zimbabwe dollar, started appleworks and spreadsheet was showing Zimbabwe dollar. After closing apleworks, I changed it back to British pound, started appleworks..... job done, set back to the good old pound. Obviously a little glitch somewhere.
    I've gone through the general procedure he describes—quit AppleWorks, change the System Preferences > International > Format... Currency setting to one of the other choices, then start AppleWorks, open a new spreadsheet, format a cell to Currency with the default precision of 2, and enter a value—but to no avail. No matter what currency I've set the System prefs to, AppleWorks continues to display £123.00 (or similar) in the cell. Any ideas?
    Regards,
    Barry
    iBook G4 OS X 10.4.6 AppleWorks 6.2.9

    Hmm, just like me. Are you using one of Apple's
    Canuck layouts, like the CSA one, or the patch that
    puts up a Maple Leaf even tho' the keyboard's 100%
    US?
    Ther are two Canadian keyboard layouts in 10.4.x, "Canadian" and "Canadian French—CSA". I'm using the former.
    I ask because a switch to the Union Jack will
    assuredly put a pound sign in your formats, as you
    describe, and Old Glory will likewise give you dollar
    signs. Apple's idea of Canadian keyboards (and
    attendant format assumptions) is something only a
    swivel servant committee could love. The patch
    (Google "CanUSA.rsrc") is the layout for the rest of
    us
    Try the Aussie flag, or the US and see if either
    cures your ill. If so, get the patch.
    Both the OZ and USA layouts make no difference. Even with the US keyboard selected, System Prefs set to show currency as US Dollars, and a restart of AppleWorks, the spreadsheet still attaches £ to currency.
    From what you've said, Tom's patch isn't likely to help, n'est pas?
    Regards,
    Barry

Maybe you are looking for

  • Error target not found base-level failed to install the packages

    Im trying to install arch on my Virtualbox VM and its just returning: error target not found base-level failed to install the packages to new root What do I do? I have selected the right mirrors, pinging google, my own VPS's and a few other servers a

  • How to retrieve Rows from OATableBean

    Hi, In my OA Project, I have an OATable, and I am trying to retrieve the data present in the table, through code.. I tried using the oaTableBean.getTableData() method, but am getting 'null' all the time. Couldn't find any other function that would do

  • Greatest Conversion Tool Yet!!!

    Just got my new Nano...and wanted to share some info, in hopes someone (like me) will find it useful. To upload video files (movies, shows, clips) that you have either downloaded or have previously stored - you need to convert the file (avi,mpeg...)

  • Is it quicker to DL from PPCS6 to Encore CS6 instead of...

    Is it quicker to Dynamic Link from PPCS6 - Encore CS6 instead of Letting PP encode to mpg2dvd 1st than loading the mpg in Encore....? I do 2 hour timelines with motion menus & are concerned about speed of conversion & Quality of mpg as well. Pros & C

  • No sound when PC boots

    Hi all , could anyone give us an idea on whats happening here, for some strange reason my PC doesnt play the boot-up sound when booted and shutdown also when browsing the net i used to hear a click when pages changed,also new hardware plugged in out