Preventing display of currency unit infoobject values in a report

Hi,
For a currency type key figure, there is a currency unit infoobject specified. This has INR (Indian Rupees) as its value in the infocube for all the records. When I display the KF in a report, the value of the associated currency unit also gets displayed with it. Is there any way to not get this display of the associated currency unit other than not having any currency unit values in the infocube?

Hi Jr,
Thanks, that works.

Similar Messages

  • How to display Currency Unit beside value in BEx Report?

    Hi,
    I have 2 separate Amounts in the columns area. Their respective currencies exist as Characteristics in Unit dimension. How do I display the amount along with currency unit beside it?
    As of now my Report looks like....
    Amount 1              Amount 2
    2000                     3000
    I would like to display it as......
    Amount1           CUR                Amount2          CUR
    2000                 EUR                 3000               USD
    Thanks,
    SD
    Edited by: Sebastian D'Souza on Jan 16, 2009 11:40 AM

    Hi Sebastian,
    Yes it can be possible to get the currency unit along with currency in ur report.
    To do this, first of all u need to have the currency unit in ur flat file or else in ur data.
    If u have so, here are the steps to do that.
    1.Double click ur amount info object under 'currency/unit of measure tab' , in the unit/currency field just give as 0currency.
    2.And then activate ur info object.
    3.In Transformations u will find another field '0currency', just map it to the amount field.
    and then do the process as usally loading data to target, and the execute the report.
    u will be able to see currency unit filed also.
    hope this helps u.
    Thanks,
    Sai Chand.

  • Display Currency symbol with value in ALV Report

    Hi Experts,
    I need to display currency symbol with value in ALV Report like if currency type is dollar then $200.
    Here I am using field catalog type slis_t_fieldcat_alv and suing field merge catalog FM: 'REUSE_ALV_FIELDCATALOG_MERGE'
    I tried like this
        IF <fs_fieldcat>-fieldname = 'STPRS'.
          <fs_fieldcat>-seltext_s = 'Std Cost '.
          <fs_fieldcat>-seltext_m = 'Std Cost'.
          <fs_fieldcat>-seltext_l = 'Std Cost '
           <fs_fieldcat>-tabname = 'MBEW'.
          <fs_fieldcat>-ctabname = 'T001'.
          <fs_fieldcat>-cfieldname ='WAERS'.
          <fs_fieldcat>-datatype = 'CURR'.
        ENDIF.
    Please any one can suggest the solution for this.
    Advance Thanks.
    Regards,
    Bala Achari

    Hİ,
    Check this link.
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=24379571
    Take care.
    Çağatay

  • How to ceate a new Country key,currency ,version and value type for report

    hi,
    can you please let me know How to ceate a new Country key,currency ,version and value type for report
    along with tables and tcodes.
    thanking you

    Not clear on your comments
    How to ceate a new Country key,currency,
       version and value type for report
    because in one line you are saying you want to create Country Key, which means your requirement is in some transaction whereas at the end, you say for report.
    Can you let us know you want to develop a report and if so, from which transactions, you want to take datas.  You have to be clear on this.
    thanks
    G. Lakshmipathi

  • Improper display with Currency/Unit in drilldown

    Hi ,
    There are 2 KFs in the query , 2nd KF is one level down (i.e inside the triangle of first KF) .
    KF's are :
    Net value
    Net val in doc currency
    when i drill down on Currency/unit it just drills down by statistics currency (i.e for first KF) it doesn't display other currencies for KF Net val in doc currency .
    But when i bring the 2nd KF to same level as first KF (i.e outside triangle) it works properly .
    Can any one tell me the reason if you had a similar case .
    I think it's some front end problem ?
    Thanks
    Gururaj

    Gururaj,
    I think that it is normal behaviour.
    When you drill down by currency, the 1st KF is drilled down. For example, after drill down you have several rows (columns) with particular statistics currencies.
    The currency shown in each particular row (column) acts like a filter for subordinate nodes.
    If your doc currency doesn't equal to statistics currency, nothing will be shown.
    Best regards,
    Eugene

  • No display of currency - unit in bex

    Hi,
    I have a problem regarding currency translation - coversion. I have made a currency translation type from USD to EUR  with fixed target currency EUR. When I use the conversion in BEx query it works, but it does not show the currency unit EURO into the scaling factor.
    Does any body know how to solve the problem?
    THX
    Miha

    Hi
    Go to the BEx query designer and check query properties in the header of the query....find whether dispaly scaling factor is tick marked .....
    Assign points if useful
    Regards
    N Ganesh

  • Local Currency COP, KRW values wrong in report

    I have the following problem. Any values in local currency COP (Columbian Pesos) or KRW (Korean Won) comes in a report 100 times in value. For example if the value in the infocube is 1950  COP, in the report it shows as 195,000 COP. This happens only for currencies COP, KRW. For all other currencies the value in the cube and report are same. This is happening in AR cube, AP cube, Inventory cube.
    How to correct and is there any setting to be done for this.
    Please note that i am not using any currency conversion. I am just reporting in local currency .
    Ram

    Hi Ram,
    It should be a bug.
    The situation is the following.
    For example, you load amount in COP (KRW) = 12345. Since default number of decimal places for amounts with currency is 2, the system keeps amount loaded as 12345,00 (with 2 decimals).
    There is a special table TCURX which lists currencies with number of decimals not equal to 2 (you can also access or set values in this table through SPRO -> SAP Netweaver -> General settings -> Currencies -> Set decimal places for currencies).
    I beleive you can find KRW & COP in the mentioned above table with number of decimals not set (zero).
    During query result generation the system apply the real number of decimals from TCURX table and 12345,00 is treated as amount without decimals (coma simply ignored). That gives 1234500 amount. The same amount in TND (with 3 decimals) becomes 1234,500 etc.
    There are plenty of OSS notes about this bug, for example, # 760195. Not sure which one to implement. You’d better contact SAP Support.
    As a workaround I can suggest either delete KWR & COP from TCURX table or use amounts without currency or as number (with a separate 0CURRENCY field going into the cube).
    Best regards,
    Eugene

  • Display selected currency translation type in BEX webappl report

    Hi everybody,
    we use currency translation at query runtime. We do not select the translation type in the variable screen but use the possibility with Context menu -> Calculations and Translations -> Global Currency Translation
    Everything works fine, the conversion is done correctly BUT I want somehow display the selected tranlation type on the report! Is this possible? As I know there is the possibility in web applications to call a class method at runtime, maybe there exists a function module or class which can return the actual translation type used.
    There must be something like that because when I select the context menu "Gloabl Currency Translation" again a second time, the actual translation type is selected in the combo box.
    We also need the information on the generated pdf dokuments.
    Thanks for any hints!
    Regards
    Oskar

    Dear Oskar,
    have you found a way to display the currency translation info in web report? Or could somebody give me enlightment whether this is possible? Thank you in advance.
    Best regards,
    Mariana

  • How to Display WBS's with Zero values in a report created by CJE2

    Hi All,
    I have created a report using CJE1 (Report painter). When I execute the report, it only shows WBS that have values. How do I display WBS elements that do NOT have values? i.e. display items with zero values. I'm certain there is a setting either within report painter or forms...
    Help appreciated.
    Samir

    Menu>Formatting>Report Layout and then tab Rows. Check if setting under 'Treatment of zero rows' helps.
    Regards
    Sreenivas

  • Display currency  unit  field in FM reuse_alv_grid_display

    Hi friends,
    I am using ALV list, I want to display the currency field as a column in the list , also the '$' sign should get displayed in the amount field .
    I have used the logic given in the SAP help, but i am unable to display the currency unit.
    can anybody help me out .
    Thanks in advance for the suggestions.

    Hi Poonam,
       I think you cannot have the $ sign in the same amount field if you have declared it as a TYPE CURR field.
    YOu can have an extra field, immediately after the Amount Field which has a value '$' in it.
    If you want to have the dollar sign in the field itself, then concatenate the amount field and '$' sign into a common field and build a field catalog for that field.
    But there is an inherent disadvantage with this approach that you will not be able to have utilities like totals, subtotals etc.
    Welcome to SDN..:)
    Regards,
    Ravi
    Message was edited by: Ravi Kanth Talagana

  • Display the description of a parameter in the report

    Hi Guru:
    I have a parameter, for each value to be selected, there is a description.
    Now my question is, how to display the description of the value in the report?
    I tried to put the parameter into the report, but it display the value, not the description.
    For example, I have a parameter, for company code, each company code will have a description in the value list of the parameter, after the user pick 1000, I want to put the name of company code 1000 into the report.
    Thanks.
    Eric

    The only way I have found to do this without hard-coding a translation table is to return the value in your dataset.  In your case, cross join your results to
    select company_name from company where company_code = {?comp parm}
    (or something similar...)
    HTH,
    Carl

  • Subject: Displaying key figures without currency unit in BEX reports

    Hello,
    Is it possible to display key figures without currency unit in BEx reports? For example; Material Costs 1000 EUR
    should be shown as 1000. Currency unit EUR and also scaling factor (*1000 EUR) does not interest us.
    When we use display options in query properties, we just see an option of displaying key figures with/without scaling factors, which does not solve our problem.
    Thanks for your reply.
    Regards,
    Nuran Adal

    Hi Eugene,
    thank you very much for your quick reply. We have very detailed reports with min. 10 columns, I should have defined 10 more formula columns to realize this (NODIM), but anyway there is no other way to do this, am I right?
    Best Regards,
    Nuran

  • Display currency unit in ALV

    hi,
    can anyone tell me how to mention the currency unit in the field which is displayed in ALV???
    ex: 250 USD in a single column.
    i have used ALV grid display.

    hi,
    i tried doing that but im not getting it.
    please help.
    i used what u said.
    it_fcat-col_pos = 9.
      it_fcat-fieldname = 'DISCAVAIL'.
      it_fcat-cfieldname = 'WAERS'.
      it_fcat-tabname = 'IT_FINAL'.
      it_fcat-do_sum = 'X'.
      it_fcat-seltext_m = 'DISC AVAILED'.
      APPEND it_fcat.
    this is the thing
    Edited by: Poonam Naik on Jul 22, 2008 9:09 AM

  • Group Currency Unit

    Hi,
    I'm working on one of the reports which displays group currency. I'm using a function module to convert the incoming local currency(which is in different units like GBP,AUD) into the group currency which is in USD. After loading the data the currency field is populated with USD(which is right as all the currency values are in group currency which is in USD).
    But when i write a query on this data the Bex analyzer displays the right value for group currency but its unit is the same as the Local currency. Can somebody throw some light on this.

    Hi Ravi,
    All currencies will refere to 0CURRENCY (they are created as a reference to 0CURRENCY.
    If your local currency amounts have assigned to 0CURRENCY, then you need to have another currency key, say ZGRPCUR, created also as a reference to 0CURRENCY.
    You need to have this ZGRPCUR in the cube. If it always 'USD', then in URs you may assign it to a constant 'USD'. If this currency is determined earlier, say, in transfer rules, you need to have it in the comm structure too.
    If you make all currency translation before or on a cube level (not in a query), then you need to have the custom key figures for a balance, debit and credit inflows (though some of them might be not necessary if you calculate them on a query level) and assigned to them ZGRPCUR.
    Best regards,
    Eugene

  • Currency UNIT at row level

    Hi Experts,
    I am using BI 7 and my reports are showing Currency Unit for key figures at the top (in row header only)
    Whereas I want them to be shown with the Key figure Values.
    Current View                             Desired
    plant    Sales                         plant     Sales
              USD                                           
    US01     100                            US01     100 USD                
    US02     50                             US02     50  USD
    Is there any setting where I can achieve the above feature.
    Appreciate your help.
    Best Regards,
    Pratap Sone

    Hi Pratap,
        Please refer the following link for query properties.
    [Currency and Unit Display in Business Explorer|http://help.sap.com/saphelp_nw70/helpdata/en/08/81b98895e911d4b2ca0050da4c74dc/content.htm]
    In that there is a setting mentioned for displaying the unit in the header.
    Please check and I hope this helps.
    Regards.

Maybe you are looking for

  • WRT54G not working with Satellite internet

    Please help! I purchased the Linksys WRT54G a few months ago, set up my home network (laptop with wireless running XP, desktop hard wired to router running 2000, and desktop wireless running XP) everything worked great! I got the internet installed. 

  • While composing an email I want to change the colour of the background in some sentences.  How do I do that?

    I want to change the background colour of certain sentences in an e-mail (on my MacBook Air).  I'm sure I've done this before, but I forget how. Hope someone can help me. Thank you. Jill

  • Need to send results to Word or Excel

    The following code is generated by macromedia captivate to send Quiz results via e-mail. Unfortunatly security issues make the transfer of data from the script to the e-mail very problematic. In fact it usually fails. Is there a way to send the resul

  • Regarding Error Handling  by using VBA code

    I want to skip the "Server Error in '/' Application" in one page( page 5), and goback to previews worked page (page 4) , continue to next page( page 6). If errNumber = -1 Then RSWApp.GoBack RSWApp.GotoPage (6) End If but it didn't go back.

  • OBIEE in SQL Server

    Hi, I am trying to learn how to use OBIEE 11GR1 against SQL Server 2008R2 for reporting. I am following this manual: http://docs.oracle.com/cd/E23943_01/bi.1111/e10539/c3_requrmnts.htm#BGBJAIDI Just need to know what would be the process to start off