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

Similar Messages

  • How to handle currency & unit fields in call transaction?

    Hi,
    Can any one tell me How to handle currency & unit fields in call transaction? & how to dael with error for this fields? whith some sort of coding.
    Thanks In Advance.
    Pravin

    Hi Pravin,
    The same topic has been discussed in the following thread:
    How to handle currency & unit fields in BDC recording method?
    Regards,
    Chandra Sekhar

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

  • Currency & Unit creation in Cube

    Hi,
    Could anyone guide me the Steps for using of currency field from start to end in BI 7.0.
    Am trying with a small example where keyfields contains a currency or unit infobject.
    a) created infoobject with Quantity field as Unit and Price as Currency
    b) Created a Cube, with Unit & Currency dimensions
    c) Created a Infosource, able to see Unit & Currency fields
    d) Created transformations by using cube, able to map fields automatically
    e) Am unable to proceed from DTP onwards.
    I request you to please provide the steps of currency creation.
    -Naveen

    Its not a standard datasource.
    I created my own Characteristics & KeyFigures Infobjects for practice. In that i added Amount as Currency and Quantity as Unit key figures.
    I want to generate a simple report with creating Cube by Currency & Unit fields.
    Could you please provide Step by Step for these in BI 7.0.
    -Naveen

  • Units field WAERS of particular Datasource is hidden

    Hello friends,
    While cration of datasources through Function module i am getting below error on saving
    Units field WAERS of particular Datasource is hidden
    Could someone plz assist on this issue....
    points would be given on replies...
    Regards
    jiten

    Hi,
    Go to RSO2 and see if you are able to see WAERS field there or not??
    If this field is hidden??
    Also what is your key figues in the data source...if its referencing some other currency unit fields in the table??
    you will have to inculde WAERS in the structure as well.
    Bascially all those units and currencies should be included in the structure which are getting referenced by the unit or currencieds which you are using in the data source
    Thanks
    Ajeet

  • 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

  • In reports, i want to display currency field out put with diff currencies

    Hi all
    in reports, i want to display currency field out put with different type of currencies like 1st record in rupees 2nd record in dolors 3rd record in       
    Euros. for this i should not use any tables and any currency fields and any functional modules. pls give replay urgently.

    Hi swamy,
    so sorry, but you have to use some of the objects you do not want to:
    Currency values in ABAP are stored in currency fields (type CURR). If they are stored in structures or database, every CURR field must be connected to a CUKY field (currency key).
    Displaying data using WRITE statement four output on a list is obsolete technique, you may use the use WRITE with the option CURRENCY c to format according to currency c in table TCURX.
    SAP recommends to use ALV technique. If you use ALV to display structure data, then create a dictionary structure with currency value and currency key. The rest goes automatically.
    Believe me: It is much easier and more reliable.
    Regards,
    Clemens

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

  • 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 field in Ad Hoc Query

    I done enhancment in Infotype 23 for Last Salary drawn as currency field and ref type as PA0015 WAERS in Ad Hoc Query.  But I am not able to display the same field with value.  Its always shows me blank.  Is there any settings to be done to display currency field in ad hoc query??  Pl. help me as this is very urgent.

    Hi Praveen,
    i have selected both value and text, still i'm not getting it.

  • Missing Currency Field/ Unit  Field.

    Hi Experts,
    I'm trying to load Master data in to an InfoObject, And the master data contains 5 char and 3 keyfigures.
    I have created 2 KFs as Amount and have mentioned data type as currency field and Fixed currency as INR
    and the other KF as Quantity and Fixed Unit of Measure as EA.
    And my Flat file contains column 8.Quantity, 9.UnitOfMeasure, 10.UnitPrice, 11.TotalValue.
    While I try to activated the Datasource I'm getting an Error as (Position 8) Missing Currency Field/ Unit  Field.
    Can anyone tell me what has gone wrong with it please.
    Thanks

    Check have you assigned the fileds from your flat file for Unit and Current to the Data Types in UNIT and CUKY.
    Cheers,
    Neel.

  • Diff. between currency and unit fields

    Hi All,
    What is the diff. between 0DOC_CURRCY and 0CURRENCY, OUNIT and 0BASE_UOM? In which scenarios do we use each of them?
    I have a flat file which contains some values for sales and quantity but does not have any units. So I have to upload them using constant currency and unit. now, I have to create my own keyfigures for the sales and quantity. What currency and unit fields should I use i.e 0CURRENCY or 0DOC_CURRCY and OUNIT or 0BASE_UOM?
    Thanks a lot,
    James.

    hi James,
    0doc_currency, 0currency share the same master data->0currency, 0unit, 0base_uom share the same master data->0unit, the 'basic' infoobject is 0currency and 0unit, all currency and unit will have reference to these infoobjects.
    currency is used for keyfigures amount, with currency e.g usd, gbp, etc.
    unit for keyfigures quantity, with unit like KG, CM etc.
    currency tables are TCUR* and unit table T006*
    you can use any of these infoobject currency or unit in your keyfigure (RSD2) or fix value like USD etc, normaly 0doc_currcy used for document currency; 0loc_currcy for local currency, you can create your own infoobject currency/unit with RSD3.
    hope this helps.

  • 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

  • Display the document currency instead display Currency in Report

    Hi Experts,
      I am having  a query in support system, in that one characteristic called document  currency is there under Unit Dimension and this Doc currency info object  having the Display currency and Document currency as Variables. Document currency Info object is in Free characteristics without related  variables (Disp.curr and Doc.curr)
    When I execute the query  defaultly Display currency will appear as a  variable in selection screen, because customer exit(cmod) has created like that
    Now user want to display the document currency instead Display currency  in the report, may I know how can I solve this problem?
    Here I am unable to get the customer exit  detatils and which program is there in CMOD, can anyone suggest me, how I will get the details?
    And one more requirement in this CR, that is user want to display the key figure amount in the report should be displayed with the document currency amount only
    May I know, want to do any settings for this?
    Thanks to All
    Regards
    Mrudula

    Hi rajesh,
    1.customer exit value you can change in CMOD,select your project and go to components  and select EXIT_SAPLRRS0_001.there go to  include zxrsru01,and change  display variable to document currency variable.
    2. if u want to display your key figure value in document currency ,,go to that key figure info object ,,,in currency ( reference) field give document currency info object.Then map the respective amount value again in transformation.load the data, now  in report document currency will be displayed along with key figure amount.
    Thank you,
    Joseph

Maybe you are looking for

  • Need help with date and time calculations please

    Hello there.. Im stuck, and im hoping someone can help.. Working on a list to manage and track PTO.  User completes PTO request form, Fields Name Start Date (with time) End Date (with time) Total Number of Days/hours requested: (calculation) Full Day

  • Safari doesn't work but other browsers do

    Hello everyone, Very recently safari has stopped working on my macbook pro. When I say safari isn't working I mean that the application is opening but no sites or webpages load. When I go to Chrome however everything loads without a problem. I am sur

  • Apple sign, then sad ipod sign.. cycles over and over

    It's truly frusterating. my warranty ended just last month and my ipod broke about a week after my warranty ended. ARG! When i try to turn my ipod on, the apple sign shows for about 10 seconds then the sad ipod sign shows for about 20. I'm charging i

  • How to run O/S command from SQL * Plus.

    Hi, Can i run O/S commands, say copy or move, from SQL * Plus prompt? If yes, what is the command. Thanks.

  • Lion erase and reinstall by the Apple Store

    Ok, I'll admit I'm a recent PC crossover so that qualifies me as a Newbie.  Today I took my MacBook to the apple store for an erase and reinstall due to about 20gb of space was missing on my HD.  My latest backup was done the day before I went back t