Rscur and currency

Hello,
I have a conversion problem in a query.
On the selection screen i have the currency.
If i put EUR in currency the exchange rate is 'EURM' the conversion ik ok.
If i put PLN in currency the exchange rate is 'M' the conversion ik not ok.
In rscur, in the conversion type the exchange rate type from var. is "RTYPE001". I don't undertsand why the system don't find the conversion from GBP to PLN.
I don't find documentation on transation rscur.
thanks for your help.
bets regards
Raphaël VINSON

Hi Guys...
I have posted following question on SDN but so far did not get any reply ..so thought posting here as it was discussed here...Question is :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I have generated DSO thru 0Material to convert quantity on front end side.
I have done follwing:
1) Generated DSO : UOM0MATE thru 0Material.
2) Loaded this DSO using 0MAT_UNIT_ATTR.
3) Created quantity conversion type with follwing attributes:
a) Dynamic determination of conversion factor: Using 3rd option: USing reference object, if available
otherwise use central UOMs T006.
b) Reference Material : 0Material
c) Source UOM: UOM from record
d) Target UOM: Target quantity from variable: Created one variable on 0Base_UOM and assigned to
this qunatity conversion type
4) Created query and assigned variable (user input) to quanityt KF.
Now, for a particular material I have 4 conversions loaded in UOM0MATE, but variable is converting 2 of alternate UOM but for others it is outputting 0.
e.g
Material || Base UOM|| Unit || Denomintor|| Numerator||
A || LB || CSE || 1 || 2||
A ||LB || PAL || 1 || 5||
Now when I give CSE in variable then quantity is converted but when I give PAL in the varible, quantity is zero.
Please guide me in resolving this issue.
Thanks in advance

Similar Messages

  • Profit Center Wise and Currency Wise balances in same report?

    Experts,
    Is there any report where we can see Profit Center and Currency Wise balances in the same report?
    How can we get such report?
    - Nilesh

    Hi
    Did you try FAGLL03?? I think that should suffice
    or try FGI3
    br, Ajay M

  • MS Word Web Service Interface: bad format of date and currency fields

    Hi,
    I am using MS Word Web Service interface to create contract documents. However, my date and currency fields show in a strange format. Date is in"YYYY-MM-DD" format, while currencies always have "." as decimal separator (probably technical values). My user settings are "DD.MM.YYYY" for dates and "n.nnn,dd" for decimal numbers.
    My workaround is to create a Z structure for WS interface with char fields and then do conversion through CRM_WST_RT_BADI->OUTBOUND_PROCESSING method. This works, but requires a lot of custom development.
    Is there a way to "tell" the interface to use correct formats in MS Word without doing it all manually through custom fields?
    Thanks!
    KR,
    Igor

    Oh, indeed!
    We might be closer than you think - I live close to Croatian-Slovenian border so we might pop out for a drink! But we can discuss this out of forum... 
    Now work again:
    Is there any documentation on possible formatting keywords? I suppose it's possible to set up decimal places, custom date formats etc.
    Cheers,
    Igor

  • Any Orjinal SAP Reports which has currency field and currency key

    Hi Friends,
    I am looking for a report which has currency field and currency key at selection screen. I want to learn how SAP do selection with currency. Can you say a transaction deal with my desire?
    Thanks.

    try report RFSSLD00
    A.

  • Report sould support multiple company codes and currencies

    Hi Experts,
    I had requirement, my report should support multiple company codes and currencies. Right now it is supporting 2 company codes and currencies(EUR, USD) only. Now the report should support all copmany codes and currencies.
    I had analyzed report. In the report there are class and authorization objects. In this authorization objects, they may be any chances of maintaining company codes and currencies?  This is regarding PS Module.
    Need ur suugestions to solve this issue...
    Regards,
    K. Bharat

    Hi raja,
    Could you share what you had to do to attain this functionality? I have the same requirement.
    Thanks,
    Kiran

  • Derive 'company code' and 'currency'??

    Hi there,
    I have <b>company cody, chart of account, and currency</b> in my planning level. <b>How can I derive 'chart of account' & 'currency' from 'company code'</b> if I don't like to 'manually' enter 'chart of account' and 'currency' everytime when I enter planning data?
    I know that I can use '<b>exit</b>' to do that. Can someone let me know how to use 'exit' to make it work???
    Thank you.
    J.

    Hi John,
    You don't have to use any exits for your requirement.
    Since <b>Chart of Account (0CHRT_ACCT)</b> and <b>Currency (0CURRENCY)</b> are attributes of the Characteristics <b>Company Code (0COMP_CODE)</b>, it would suffice you to apply the derivation of type "<i>Attribute</i>", provided the master data of the characteristic Company Code is properly maintained.
    But, <i>you would take out the characteristics 0CHRT_ACCT and 0CURRENCY out of your planning level, where you want to  automatize the derviation</i> (where you have your planning layout). <i>This is the requirement of characteristics derivation</i>.
    <b>The characteristic from which another characteristic has to be derived <u>must be taken in</u> the planning level and the derived one <u>would stay out</u> from the planning level.</b>
    <b>You would proceed as follows:</b>
    1) Go to change Planning area
    2) Select the tab "Characteristic Relations"
    3) Choose "type" as Attribute, and use the push button "Detail view"
    3) Select there, "derviation, combination check and combination proposal".
    4) Choose the baisc Cha. as Company code (0COMP_CODE) and Attribute as Chart of account (0CHRT_ACCT).
    5) Go back to previous screen (Characteristic relations)
    6) Use the next line and repeat the steps 1-5.
    7) Here you would choose the baisc Cha. as Company code (0COMP_CODE) and Attribute as Currency (0CURRENCY).
    8) Save the settings.
    9) Regenerate your planning layout settings.
    And thats it!
    Many Regards!

  • Date and currency in business apps

    Last year, I was concerned about the difficulty to use java.util.Date class in business applications.
    See thread "Date is a mess for business use" at http://forum.java.sun.com/thread.jsp?forum=4&thread=464726
    And yes, I continue to think that a Date with 61 seconds in a minute is unusable in a business environment !
    We need to store business dates, not timestamps.
    Working for an insurance company, suitable date and currency classes are of paramount importance, but Java doesn't include such classes, rendering its use very difficult, not to say almost impossible.
    I just give here a pointer to some very interesting articles I just came across lately.
    I think it can be of some help to people facing the same problems as me about Date and currency storage.
    http://www.idinews.com/darkside.pdf
    http://www.idinews.com/freeware.html
    http://www.idinews.com/sourcecode/DateJava.html
    http://www.idinews.com/sourcecode/MoneyJava.html
    At last, with these two classes, we can do the same data processing as we did with all our cobol programs.
    Happy reading !

    I tried using the Money class on the compound interest example from http://www.cs.princeton.edu/introcs/91float/. Here's my code:
    Money deposit = new Money(1000d);
    System.out.println("Deposit = "+deposit);
    System.out.println("Double precision interest = "+
         deposit.mpy(Math.pow(1 + .05 / 365, 365)));
    Money dailyAmount = new Money(deposit);
    for (int i = 0; i < 365; i++)
              dailyAmount = dailyAmount.mpy (1 + .05 / 365);
    System.out.println("Daily calculated interest = "+dailyAmount);The output looks like:
    Deposit = $1,000.00
    Double precision interest = $1,051.26
    Daily calculated interest = $1,049.40But the second value should be $1,051.27. Because Money uses a long to represent the amount I end up missing a penny when double precision rounding is applied, and because it rounds down I end up missing almost $2 when the amount is calculated daily.

  • Grey out rate and currency under conditions tab in PO

    Hi Expert,
    Is it possible to grey out the "rate" and "currency" field under Conditions tab in Purchase Order? If can, please guide me to the path.
    Thanks.

    Hello, crystal142,
    SPRO -> Materials Management -> Purchasing -> Purchase Order -> Define Screen Layout at Document Level -> (choose the field selection, can be assigned to document type in Purchase Order -> Define Document Types) -> Terms of delivery and payment.
    Kind Regards
    TomT

  • A table mapping between country code and currency code

    Hi experts,
    I want to know whether there is a table mapping between country code and currency code.I have found the table T005(Countries).But I don't why the filed of WAERS(Country currency) hasn't maintained in talbe T005?Whether country code and currency code hasn't direct relation?
    Regards,
    Kelvin

    Dear Kelvin
    The said field (WAERS) can be fetched from many tables.  To name a few, below are some of the tables in which, you can see the field for currency.
    1)  BKKI4
    2)  BKKI5
    3)  BWPOS
    4)  KNKA
    5)  KNVV
    6)  MSEG
    thanks
    G. Lakshmipathi

  • BEX 3.5 To display amount and currency field side by side in report

    Hello Gurus,
    I have requirement where in i have a HR report and as per the requirement the users want to see in the BEx 3.5 report to show the currency and amount field side by side
    example: I need to show 6 key figure(Amount) and their original currency side by side in the report as below
    2009 Bonus            Currency                 2009 incentive    Curr               2009 Salary               curr
    1,000                        GBP                          1,000                  USD                   1,000                        INR
    We have created a formula for the mentioned 3 key figures with NODIM to replace the currency. But we could not able to achieve by bringing the currency side by side
    Thanks in advance
    Venka

    Hi,
    Normally ther should be a another field should be there along with amount some currency either dco currency ,loc currency those fileds are assigend to the info object like 0currency
    we can go with structure at columns level u bring one as amount bouns(RKF may be) besides that u keep currency then another RKF and currency like that u can keep an d try to see the data at report level.
    Thanks & regards,
    sathisj

  • 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

  • "interest indicator se and currency eur are missing in T056z"

    Dear Gurus ,
    I am facing the above error while dunning . Please help me.
    balaji

    Hi
    its possible through standard table edit.
    Use T code Se16n ; Put Table : T056Z.
    After that goto the menu bar and type   &sap_edit   and  press enter.
    Then the SAP editing Function is activated.
    Then execute.then in that view you can add our configuration in that table itself.
    By clicking on Append Row.
    You can add
    Int Id SE and Currency EUR.
    I think it may solve your problem.

  • How to set the Date and Currency Formats Based on Country

    Hi Friends,
    I am designing the one Global Form it will use for all countries.
    in that Form i want to print the date and currnecy Formats based on country.
    Like
    For US i want print the date and Currency Like This.
    Date -  MM/DD/YYYY
    Curremcy - XX,XXX,XX.XX
    For DE i want print the date and Currency Like This.
    Date -  DD.MM.YYYY
    Curremcy - XX.XXX.XX,XX
    Please suggest how i can control these things through Java Script or Formcalc....

    Hi Nitin,
    thanks For ur reply,
    i tried with this solution,
    But it is displaying the default Format like bellow formats.
    For short - mm/dd/yy
    For Medium - mmm dd , yyyy
    For Long     - thursday ,mmm dd , yyyy
    it was prinitng in above mentioned format,
    but here i want to print my own format for USA like MM/DD/YYYY.

  • How to delete zeros in layout for quantity and currency fields

    Hi All
    Iam getting zeros in place of quantity and currency field records, which i doesnt require in layout SAP-Script.
    Please let me know if any one has an idea.
    Regards
    Bhaskar

    Hi,
    Add NO-ZEROES statement to it.
    or
    U can use CONDENSE statement.
    Cheers,
    SImha.

  • How to separate the value and currency

    Hi Experts,
    We have data in report like this 12545EUR
                                                       24521DM
    Now our requirement is  separate the value and currency.
    Can anybody tell me what i do in Query designer.
    Thanks in Advance

    Hi
    NODIM is used in a scenario like u want find the amount of product then the formula for the amount is price * quantity
    AMOUNT = PRICE * QUANTITY
    IN this case the unit for PRICE ,let say EUR and for quantity the unit is EA and say we have price value = 10 EUR and quantity value   = 5 EA
    if u apply the above value in the above formula , then it leads to the value as shown below,
    AMOUNT = 10 EUR * 5 EA = 50 EUR EA
    In this case the units for the amount should be EUR not "EUR EA" in this case we have to eliminate the units for PRICE . so that can be done by using the
    amount = /BIC/NI_AMT * NODIM(/BIC/NI_QTY)
                 = 10 EUR       *   5         = 50 EUR
    Hope u got it,
    Revert back in case of any query ,
    Assign points ,
    Thanx & Regads,
    raviChandra

Maybe you are looking for

  • Error while registering a schema

    Hi : I get this error while I am registering my XML schema. ERROR at line 1: ORA-31154: invalid XML document ORA-19202: Error occurred in XML processing LPX-00217: invalid character 0 (\u0000) ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0 ORA-06512:

  • JE Passed in case of Standard valuation method in 2007B

    Dear All, I am bit confused--- The scenario is i have done one transaction for A/P invoice.The JE passed in case of A/P invoice  & in case of item having valuation method standard  & procurement method make is hitting material variance account instea

  • Quicktime freezes everytime I open it. Windows don't close. How do I fix this?

    Quicktime freezes everytime I open it. Windows with previously watched videos keep opening. When I close them, and when the only one I wish to watch is left, it freezes and I have to force quit. A window of that video is then added to the many that o

  • How do I find my history of sent e-mail photos from iPhoto?

    I have been using iPhoto to send e-mails with iPhoto attachments straight fromiPhoto library using the Shar button. I can find no History fo sent e-mails. Where would I find the list of Sent e-mails. It is not on Mail. Many thanks. Henry

  • UD is already done but stock posting is not yet completed

    Gurus, I have an issue for this inspection lot, itu2019s current status is UD   ICCO SPRQ STUP. UD is already confirmed but the stock posting is not yet done. I tried running ZQEVAC22 but I am getting a message of u201Cstatus for lot xxxxxx is consis