0.01 price difference local currency amount (not due to forex)

Hi All,
I have this strange system behaviour.
In foreign currency, it has no issue. But when see in local currency, it has price difference which is not due to forex.
The exchange rate used is 7.79594
ithe 4 GR lines in foreign currency
14,006.00
9,870.00
14,194.00
3,948.00
where the total foreign amount is 42,018.00
the 4 GR lines in local currency
109,189.98
76,945.96
110,655.62
30,778.38
where the total calculated by system is 327,569.94
BUT, if you calculate yourself, it should be the below where total is 327569.81.
109189.94
76945.93
110655.57
30778.37
Both amount giving the difference of 0.12. (line item of GRC cannot set off due to difference of 0.12. GR 327,569.94 and IR 327,569.82).
Now, during IR, the foreign amount is same which is 42,018.00 and exchagne rate also the same 7.79594 but the GRC amount is credited 327569.82.
But if you see in PO history in me23n, the amount at IR line is 327569.81.
When I see the document in local currency, it throws out credit of 0.01.
My question is,
1) why during GR, the amount calculated manually and system different by 0.12?
2) why during IR, the local amount with addition of 0.01, which is 327569.82 whereas in PO history in me23n, it is showing 327569.81. Why FI document figure and PO history tab IR line different by 0.01?
Thanks

Hi Calesta,
While the currencies have decimals exceeding 4places, then system would many times dismayed while converting and displaying between the local and the foreign currencies. Pls check if you have defined decimal places for the currencies as per your requirement.
Finally the concern is in the acc doc entries either in MIGO or MIRO. If the difference you are getting is affecting your accounting due to exchange rate differences etc you can configure automatic posting by TE key KDR in OBYC
Regards
Shiva

Similar Messages

  • Amount in Local Currency Field not showing up under PO history tab

    Hi Freinds,
    I have faced a strange situation where one of the Business user can see the field Amount in Local currency under PO history tab , however the other user can not see this field.
    When the second user( who can not see this field) checked for the Layout Settings, the field Amount in Local currency is not present there also.
    Kindly guide me what needs to be done for the second user to be able to see the needed field.
    A quick reply will be highly appreciated
    Thanks& Regards,
    Anshul

    Hi Jain,
    The issue was realted to authorisation, if you have chekced the layout and it doesnt concern the layout settings then ask BASIS to provide authorisation to the user who is not able to see amoutn in local currency field under PO History tab
    Cheers,
    Anshul

  • Change of local currency amount in park document

    Dear SAP Experts,
    I have some queries regarding the local currency in parked document.
    Here are the steps to generate the issues:
    1. Enter vendor invoice using FB01 tcode. E.g the company code currency is MYR, then change the document currency to USD.  Maintain both debit and credit leg for the document. Please enter more than one expense account with different amount at debit side.
    Enter the amount in document currency (in this example is USD) field and enter. System will populate the local curreny (in this case is MYR) based on the table currenct updated in the system.
    At this point, the local currency (MYR) need to be changed based on user's requirement. In this case,they will be some deviation of currency rate since user has manually entered the desired amount for local currency.
    2. Park the document once finished.
    3.Goto transaction FBV0 and open the parked document.
    4. You can see the ammended local currency amount still populated correctly in local currency field.
    5. Post parked document.
    6. Display the document posted and see that the local currency amount has been changed to the amount based on table rate in system.
    Queries:
    a. Is there any way to make sure that the ammended amount would not be changed after the document has been parked and then get posted? Please be informed that this scenario would not happened if the document is directly being posted without parked.
    b. If the exchange rate at document header is being changed based on the desired amount of local currency, this would not be an issue. Since the requirement is only to change the local currency amount at GL level and not at Vendor line item. But at the end the total ammended amount at GL level has to be equal to the vendor total amount. how to resolve this issue? Can standard SAP process/configuration can catered this scenarios..?
    Thanks a lot for you help.
    Your kind cooperation is highly appreciated.
    Kind regards,
    Yuzeila

    Hi SAP experts ,
    My situation is the same - to park GL documents by uploading from a file  and then edit the local currency amount if necessary.
    However in my case we have an excel sheet generated from an external system and our users want to upload them and park all the journals  at a single time.
    We are using RFBIBl0 direct input program to upload the file and park then transaction using FBV1.  Alll the documents are parked with the data  as in the excel sheet. 
    Next step is that the users go to FBV0 to edit the parked documents and sometimes it is required to change the local currency based on the current exchange rate and then post the journal  .
    However when the parked documents are edited using FBV0 the local currency amount entered by the user is ignored and the system still  overwrites it with  the system calculated amount .
    b. As per your suggestion - I cannot use FV60 using direct input program as FV60 transaction is not supported.
    Please can you suggest if there is any way to park the Gl documents in background  from a file  and then edit the parked documents as required i.e change amounts and other fields.
    You help is much appretiated.
    Thanks and Regards,
    Aarthi

  • Local currency is not posted into SAP

    Hi,
    I am using the program 'RFBIBL00' for postings into SAP from leagacy file after validations. For this I am facing one issue.
    CURRENCY - USD
    AMOUNT    - 12345.12 (example)
    for this postings , the amount  in local currency  is not posting into SAP and the amount in local currency is recalculated by SAP at the exchange of system.
    Please help me for this how to post local currency into SAP.
    regards
    SVR

    Hi,
    Which field in BBSEG structure you are passing the amount field to? Did you use BBSEG-DMBTR?
    Regds,
    Rudra

  • In Journal can i specify the Foreign currency  and local currency amount?

    In Journal Entry can i specify the Foreign currency amount and local currency amount?
    I tried the following code it is working fine using DIAPI.
    Here the Local currency and the System currency is SGD. And the Journal is for USD.
    oJnl.Lines.FCDebit = 120.10
    oJnl.Lines.FCCredit = 0
    oJnl.Lines.FCCurrency = "USD"
    oJnl.Lines.Debit = 120.10
    oJnl.Lines.Credit = 0
    oJnl.Lines.Add()
    oJnl.Lines.FCDebit = 0
    oJnl.Lines.FCCredit = 120.10
    oJnl.Lines.FCCurrency = "USD"
    oJnl.Lines.Debit = 0
    oJnl.Lines.Credit = 120.10
    oJnl.Add()
    But, the above way of doing is not working if i pass this Journal through B1.
    B1 is not allowing to change the local currency amount, Local currency amount is automatically calculated based on the FC amount and the Exchange rate.
    So Can i use the DIAPI to do this? is this right to do?

    Solved.
    In Journal Entry window, please kindly go to Form Settings/Document/
    Table tab page/ Convert Amounts According to Rate upon Exit:
    Clear the checkboxes 'From LC Field' & 'From FC Field', then the Local
    currency amount will not be automatically calculated based on the FC
    amount and the Exchange rate.

  • FAGLB03 - *"No Authorization for Transfer Prices, Third Local Currency"*

    Hi Experts,
    I am getting error while process the line item avilable in the T.Code FAGLB03- New GL Display.
    When I am double clicking any line item the system giving this below error.
    "No Authorization for Transfer Prices, Third Local Currency"
    Hope it would be same gap in the configuration level.
    Experts, please advice asap.
    Warm Regards,
    Sivakumar Sathiyamoorthy

    Hi,
    Note 1238115 - FAGLB03: Authorizations not always checked
    Sorry for inconviniecy caused
    Regards,
    jigar

  • FDSR-DMSHB - Local currency amount blank

    Hi collegues,
    We need to evalute our treasury on a local currency basis but on tables FDSR and FDSB "Local currency amount(DMSHB)" field it is not allways updated...
    We know that Standard RFTS7000 - Position/Treasury forecast report can convert the amounts on treasury currency into LC but what we need it is the field "Local currency" updated on both tables.
    Is this a standard behaviour or something should be mended?
    Thanks in advance!
    Regards,
    Rushid

    Has somebody ever came across this same task?

  • F-03: Amt in doc currency & local currency does not tally

    Hello Friends,
    When doing clearing using F-03 for GL Account 137500 in SGD (document currency), The amount
    does not tally with Amount in local currency (USD) and the selected items
    clearing lines not generated automatically. Why is this happening.
    I found that this is not due to exchange rate
    Please help to resolve.
    Ramu

    There are too many questions..let us take it one at a time
    a. I am using tcode f-03 for clearing GL Account  - OK
    b. When i process the open items and select the items for clearing OK
    c. When posting the difference of the selected items OK
    d. the amount in local currency(USD) does not tally with the amount in document currency (SGD)
    Response:  This will not as the exchange rates are not 1:1  that is One USD will not get you One SGD. The difference will remain.
    e. this is not due to the exchange rate, for example the figure in amount in local currency is 100 USD, the figure in the field amount in document currency is showing as 300 SGD,
    Response:  In all likelihood look at the GL master data `(FS00) and check the values in the `Control Tab`
    f. and also automatic generation of lines (debit & credit) for the sum of selected open items are missing
    Response:*  As in (e) please check if the line item display is checked in the same tab.
    Cheers
    tkvishwa

  • Forcing Local Currency amounts when posting Foreign Currency documents

    When posting entries in a foreign currency (FC), it is possible and often used to force through a local currency (LC) amount that differs from what SAP would have posted using the current For Ex rate.  This is used in cases where a payment is made in FC a couple months later and someone would like to see the LC of the originally posted invoice match the LC of the payment.  Although SAP allows you to override the For Ex rate in such a manner, what are the effects of these types of postings?  Does the difference ever get recognized, and, if so, where? 
    Thanks in advance for any explanations.

    Hi,
    Suppose at the time of invoice the exchange rate was 40 and the amount shoule be as below:-
    Document currency = 100
    Local Currency = 4000
    But you have entered the invoice at exchange rate of 45 which was applicable at the payment date
    Document currency = 100
    Local Currency = 4500
    And the payment document line item is posted with the
    Document currency = 100
    Local Currency = 4500
    In this case, system will not do any foreign exchange rate difference provided there is no month end revaluation happening between the invoice posting date and paymentt posting date.
    Regards,
    Gaurav

  • Material Document List - Local currency amount

    Hi Experts,
    We encountered the material list initial entry of stock total amount does not tally with the goods issue for an order.
    All the material was purchase in (EUR) currency and the material document list was converted to local currency (RM).
    Just want to confirm this is normal for the material document list as due to foreign currency exchange rate ?
    Hope you can assist to answer the doubts for us.
    thanks.
    rgds,
    tee

    Hi,
    Its MB51 - Detail list.
    Whereby the curency amount was display in RM.  But at PO level, item was purchase under EUR currency.
    The user was add-up the total and found the its not tally even the qty of material was fully consumed.
    thanks.
    rgds,
    tee

  • Profit center report with cumulative local currency amount

    Hi,
    I am working to create a report with cumulative local currency .,so that the report data should tally with GL account balance (FS10N).
    This report is for balance sheet accounts . Whenever we used to create report with either report painter or drill down report, the option for defining key characteristics is showing only the profit center currency, company code currency or transaction currency.No option for cumulative local currency.
    Thanks,
    Anitha

    Hi Srinu
    RPC0 applies to CC reports and not PCA reports
    I am surprised by your statement that Summary reports derive values based on Current Fx rate
    GLPCA and GLPCT are the tables that are used in line item and Summary reports.. check the value in GLPCT and do they match with GLPCA or not
    I am still not convinced about your issue.. Why do you need currency conversion in report?
    Assume your comp code curr is USD and Cont Area curr is EUR.. You will be able to see all reports in both currencies without any conversion required during report execution. This is because all the transactions are recorded in these two currencies
    Ensure that the All Currencies indicator is turned ON for your contr area
    Br. Ajay M

  • Local Currency is not maintained

    Hi guys,
    I've done transfer posting (mvt type 301) and this error message was popped out
    "Local currency of cons unit XXXX-1234 is not maintained"
    and the diagnosis is :
    "the master data of consolidation unit XXX-1234 does not show a local currency"
    Why did this error message happen? and what steps do I need to config the currency? Kindly need your help to solve this issue.
    Thanks and Regards

    Hi ,
    Please check  whether u maintained Hard currency In T.Code OY01 against ur country. 
    Can u give Message No.
    Regards,
    Chowdary

  • ERROR:  Local Currency does not equal Group Currency within line item(s)

    Hello SAP Gurus,
    I am getting the above error message while scraping the asset using ABAVN.
    Please help me.
    Many Thanks,
    Bob

    hi
    check your depreciation area settings for the Currencies.
    also check your company code has parallel currencies & Check whether foreign currency translation is maintained in the table.

  • Amount in local currency for GRs

    Hello gurus,
    can anyone please explain to me this phenomenon:
    We have got a PO for 10 pieces of a material. The price is $7,40 per 10 pieces, so $7,40 total.
    Someone posted a goods receipt for 7 pieces. For whatever reason the amount in local currency (Amount in LC) for that GR is $6,17.
    Later, this GR was reversed using movement type 122 and a new GR for 10 pieces was posted. This time, the Amount in LC is $15,66.
    Can someone please explain to me where those values come from? I cannot change the price in MIGO, can I? And if I cannot, how does the system calculate those values?
    The problem is that now there is a difference between GR and invoice (correct price = $ 7,73)...
    Thanks
    Alicia

    Hi
    The problem is due to non sequential operation.
    Generally,
    Step 1: When GR is done after P.O , system will pick the price of P.O and Post.
    Inventory (Dr)  and GR/IR ( Cr.)
    Step 2 : If the IR is done after P.O and latter GR, then IR price take precedence over the P.O price.
    Step 3 : If there is no stock and Partial IR is done after P.O , tehn while GR system will take partial value from P.O and Partial from P.O
    In this case.
    PO: 10 pcs., $7,40 : Unit Price is .74$
    GR (101): 7 pcs., $6,17 (incl. VAT) : Base Price 5.18 + 0.99 = 6.17$
    GR (122): -7 pcs., $6,17 (goods return)
    Till now it is o.k
    Now : IR: 1 pc., $ 7,73 (wrong IR, 1 pc instead of 10) : Unit price is 7.73$.
    GR (101): 10 pcs., = 1 pc. price from IR ( 7.73) + 9*(.86) = 15.47$
    *0.86 : refers to the P.O value inclusive of Tax ( assuming the Tax as 16.04)
    The problem in such cases is due to in appropriate GR/IR entry .
    Solution : Always Can cell all the documents last come first basis then post the document one by one.
    Solution 2 : Do clear the GR/IR account through Manual JV from FI module and Change the price by MR21 entry.

  • Amount in Local Currency is showing 0 if document currency having 124,50 dollars ?

    Hi,
    I have an issue were the documents are posted using t code CJ88 for settlement between different company codes. In such case the document are posted in USD were the company code local currency is CAD. The document is displaying the local currnecy amount as 0 even when the document currency is 124,50 dollars. The document header part is showing the exchange rate but the system not considered any exchange rate.
    I have checked the exchange rate as per the details in the document as Translation date. but system not considered it.
    No where the exchange rate is given as 0.
    I think while posting using CJ88 we cant modify the local currency amount.
    The settlement rule is perfect nothing wrong in it.
    Please advice. Attached a scrrenshot.
    Thanks in advance
    M.Shiva Kumar

    Hello ,
    Logically speaking ,if there is stock , then u should have the cost/price.
    If u create a new material , & then the first stock is acquired via procurement , then u need not maintain the MAP/SP.
    BUT , if u create a new material & need to upload some existing stock , u need to maintain the MAP/SP so that the system knows the valuation of the stock.
    While doing a GR through  PO , the system picks the valuation form PO ( & also updates the material master MAP) , but for initial entry there is no reference & hence system takes the MAP from material master
    Hope this helps
    Regards
    Anis

Maybe you are looking for

  • AP Payment Methods

    Hi, In 11i AP can we create new Payment Method? If so how to? Thanks

  • ActionListener for ComboBox

    I'm trying to make the panel realign with the choice received from the ComboBox, but it's not responding at all. Any ideas? import java.awt.*; import javax.swing.*; import java.awt.event.*; public class Layout      public static int x = 5;      publi

  • Programming approach Query..Plz reply

    HI everyone, I have a Oracle 8i DB server with 4 very large tables(Millions of rows each) and a set of 10 bussiness rules. We want to extract invalid data from all these interelated tables based on the given 10 bussiness rules and also want to update

  • Terminal does not work

    In Snow Leopard, my Terminal doesn't work. What I mean by that is when I open Terminal, there is a non-responsive cursor. I can type things in but I get nothing when I hit return. I tried deleting the terminal preferences and I get nothing. I tried m

  • Hello, help with fastforward effects in iMovie?

    yeah, I just wanna know how to fast forward a clip from my video in iMovie.