Rounding price difference between billing and VA02

Hello,
I have a rounding problem with a price condition, when I create my order, SAP gives me a rounding difference of u20AC 0.01 (wich is normal)
Then, when I do the billing, I must go in the header for this rounding to be applied (behavior standand SAP)
However, when I returned to VA02 (or when I run a production order related to this command), the rounding difference is removed, thus the price change and I have a different price between the order and the bill.
This issue happens for a percentage condition but not for a fixed amount
Can you help me please?

hi
check your rouding off setting for the condition type for currencies and change if its required.

Similar Messages

  • Rounding Up Difference between Billing and FICA

    Hi All,  We currently have an issue with Billing and FICA in that the way figures are rounded up are different such that there's always a difference of u20AC0.01 between individual line items . However this does not happen for all cases. Does anyone know if there's any settings in customizing that can be changed so that they round up the same way?

    Hi There,
    The following possibilities exist: you can have rounding in the operands of your rate. That is the first place to check. Then there are various customizing settings for rounding. For example: in img under invoicing but also for budget billing plan, payment plan etc. You will have to check all these places. The easiest way to find all the entries in img for rounding is through searching the IMG with the binoculaurs and entering 'rounding'.
    Good luck,
    Sebastian

  • Difference between billing and invoice?

    Hi all
    can anybody say Difference between billing and invoice?
    thanks

    Hi Ipsit,
    Invoice is document indicating to delivery goods and Billing is a receipt of payment
    Tables are VBRK & VBRP. For flow, go to transaction VF03, enter document number and hit 'Display Document Flow' button on toolbar
    VBRK and VBRP holds billing/invoice details..
    Billing Document:
    Generic term for invoices, credit memos, debit memos, pro forma invoices and cancellation documents.
    The tables are VBRK and VBRP.
    2) -- once u do PGI the delivery document will be created. There is no way to stop it.. The thing u can to do go to the list of created deliveries in VL09. Select the delivery doc which u created. There u have the option of reversing the goods or canceling it.
    Billing is generic term and u can say invoice is a type of billing document.
    After PGI only way left is to cancel it by Using TCODE MBST as this Tcode is used to cancel any material document.
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Difference between billing and invoice?  How to stop PGI?

    can u please help me in these questions.
    Difference between billing and invoice?  How to stop PGI?

    Invoice is document indicating to delivery goods and Billing is a receipt of payment
    Tables are VBRK & VBRP. For flow, go to transaction VF03, enter document number and hit 'Display Document Flow' button on toolbar
    vbrk and vbrp holds billing/invoice details..
    Billing Document:
    Generic term for invoices, credit memos, debit memos, pro forma invoices and cancellation documents.
    The tables are VBRK and VBRP.
    2)-- once u do PGI the delivery document will be created . there is no way to stop it  .. the thing u can to do go to the list of created deliveries in VL09.. select the delivery doc which u created.there  u have the option of reversing the goods or canceling it.
    let me know if i am wrong...
    thanks,
    madhan
    Message was edited by:
            madhan n

  • Price difference between PO and after GR

    Hi Experts,
    we have an issue in price after the goods receipt. PO item price for 1PCE is 10EUR. After goods receipt the price is updated in order history as 490EUR at amount in local currency.
    GR has been done thourgh inbound delivery and no chance of entering amount in local currency during GR.
    Can anyone please tell why it was happend and resolution to make the price equal.
    Reagrds
    Gowri Sankar

    Hi,
    if it is not causing by the IR, can it be possible as below scenario?
    1. the currency is wrongly maintain for converting between vendor and company currency?
        - first check the material document for how many PC have been GR, if GR qty is correct, check the accounting document for the currency used to convert from vendor curr to company currency.
    , you can also check the currency in the table "TCURR"
    2. If GR have more than PO Qty, then you can check the PO Item details --> Delivery tab, see whether there is any over delivery tolerant set or unlimited overdelivery..
    Hopefully my thinking dont confuse and misleading you ^^

  • Price difference between PO and GR

    Hi
    We have a scenario where we have PO based IR and for the particular Purcahse order we have 4 GRN (out of which 3 goes by Standard Purchase Order Price) whereas one GR have with an Higher value than PO.But all the IR's have been posted with Purchase Order Price.
    What could be the possible cause for this discrepancy in Price.
    There is no change in Purchase Order Price.
    Thanks
    Regards
    Praveen

    Hi
    I guess the issue is very basic.
    If I have not misunderstood the picture, the scenario is like below:
    PO price rs10/ea
    Quantity 10
    5 quantity have been received with price rs 50 while the remaining 5 quantity have been received with rs 60.
    The price control procedure is standard.
    Here, the first 5 piece have been received with the PO price wich is rs 10/ea (50 for 5 each).
    While the remaining 5 ea have been received with rs 60.
    So, the price difference of rs 10 exists for 5 quantities. Since the price control procedure is standard, the difference will be posted to price difference account and the material price which is standard price would remain same.
    I hope, it clears the doubt.
    Regards,
    Ranjan

  • Price Difference Between PO and APInvoice item

    Dear all,
    I would like to have a report if an item is having either same OR different price when compared between Purchase Order and A/P Invoice.  in this scenario an A/P Invoice is copied from GRPO, and the GRPO is from Purchase Order.  Can anybody help me with this kind of report.
    Regards
    SV Reddy

    Hi Venkatram Reddy,
    Please check below Query.
    SELECT T0.[CardName] as 'Supplier', T0.[DocNum] as 'PO No', T0.[DocDate] as 'PO Date', T1.[Dscription] as 'PO ItemName', T1.[Quantity] as 'PO Quantity',  T3.[DocNum] as 'GRN No', T3.[DocDate] as 'GRN Date', T2.[Dscription] as 'GRN ItemName' , T2.[Quantity] as 'GRN Quantity' FROM OPOR T0  INNER JOIN POR1 T1 ON T0.[DocEntry] = T1.[DocEntry] LEFT JOIN PDN1 T2  ON  T1.[DocEntry] =  T2.[BaseEntry] AND  T1.[LineNum] =  T2.[BaseLine] LEFT JOIN OPDN T3 ON T2.[DocEntry] = T3.[DocEntry] INNER JOIN PCH1 T4 ON T2.[DocEntry] =  T4.[BaseEntry] AND  T2.[LineNum] =  T4.[BaseLine] INNER JOIN OPCH T5 ON T5.DocEntry = T4.DocEntry WHERE T1.Price <> T4.Price AND T5.[DocDate] >=[%3]  AND   T5.[DocDate] <=[%4]
    Hope this helps
    Regards::::
    Atul Chakraborty

  • Why absurd price difference between US and UK Apple store?

    I want to buy a Mac Pro in London, but the configuration I chose is £1,500 more expensive compared to the same model in the US!
    This hidden UK tax is unfair.
    Please explain.

    These are the quotes for the same machine in the US and UK, now the numbers:
    UK £4,339.01 (Includes VAT)
    US$5,299.00 = £3,146.11 (Doesn't include VAT, exchange rate on May 10, 2014)
    US price adding 20% UK VAT = £3,775.32
    Difference UK - US = £563.68
    or 15% higher in UK.
    Is this a new Apple UK tax??

  • Price difference between iTunes and Amazon instant video

    We've always purchased instant videos from Amazon, because we had TiVos to download them to.  We recently upgraded to the XL4 in the living room, and minis in the other rooms.  There is a copyright problem with the minis and we are unable to watch any purchased or rented movies from Amazon on them. They can only be watched on the XL4.  I'm not a fan of roku because it isn't compatible with one of our tvs.  I love the apple tv.  I'd like to just put one in all the rooms, but I'm finding a big difference with the price of instant videos on iTunes HD, vs Amazon HD.  Example:  Haven season 1 and 2 are $19.99 on both iTunes and Amazon.  Season 3 is $35 on iTunes and $19.99 on Amazon.  If it were just a few dollars more, I'd buy it, but $15 is a big difference for 1 show.
    Does anyone know if iTunes will start matching prices, or become more comparable with Amazon and Vudu?

    All prices are set by the content providers, so it's the TV company that will need to change their prices for iTunes. Whether that will happen, only the providers will know.

  • Differences between billing and accounting document with down paym. request

    Hello to all
    We are creating down payment request billing from one sales order with two sales order items that has different tax classification material.
    The billing document is created correctly (with the same value for each item), not as the account document.
    If you compare the value from the billing document to the account document is not the same. In the account document the system decreases the amount of the first item with the tax amount of the second item and the same for the second item (the amount of the second item decreases the amount of the second item with the tax amount of the first item).Then the tax amount of the two items is right.
    If the two items have the same tax classification material, it works fine.
    Can anyone help me?, is it a problem with the payment request billing?.
    Thanks in advance.
    Edited by: tonnetti pablo on Jan 8, 2008 9:46 AM

    Hi,
    The following Customizing settings have to be made for down payment processing:
    Settings for the billing plan – To activate the billing plan function, maintain the materials, for which you wish to process down payments, with item category group 0005 (milestone billing). This gives the item type TAO via item type determination. The item type TAO calls up the billing plan function.
    You need to implement the following activities in the billing plan for down payments:
    Maintain deadline category – This determines the billing rule (percentage or value down payment) for the down payment request. The system assigns billing type FAZ (payment request) defined in the standard system with billing category P. (For the billing type FAZ there is the cancellation billing document type FAS in the standard system).
    Maintain the deadline proposal – Use the down payments that are due for the proposed deadlines.
    Maintaining a Pricing Procedure with the Condition Type AZWR:
    In the standard system the condition type AZWR is delivered for the down payment value already provided but which has not yet been calculated. You must include this condition type in the relevant pricing procedure before output tax.
    Enter condition 2 (item with pricing) and the calculation formula 48 (down payment clearing value must not be bigger than the item value) for the condition type AZWR.
    Before the condition AZWR you can create a subtotal with the base value calculation formula 2 (net value). If the condition AZWR is changed manually, you can get information on the original system proposal from the subtotal.
    Maintain the printing indicator – The pricing procedure can not be marked as a transaction-specific pricing procedure (field Spec.proc.) The condition type AZWR has the calculation type B (fixed amount) and the condition category E (down payment request / clearing).
    Maintaining the Billing Document – In the standard system there is the billing type FAZ (down payment request) and the billing type FAS for canceling . The down payment is controlled using the billing category P of the billing type. A billing type becomes a down payment request when the billing category P is assigned. You have to maintain blocking reason 02 (complete confirmation missing) for the billing documents and assign it to billing type FAZ.
    Copying control – Copying requirement 20 must be entered in copying control at item level for the down payment request. In the standard system the order type TA for copying control is set up according to the billing type FAZ for the item category TAO.
    Copying requirement 23 must be entered in copying control at item level for down payment clearing. In the standard system the order type TA for copying control is set up according to the billing type F2 for the item category TAO.
    Financial Accounting settings – A prerequisite for down payment processing is that the account is assigned to the underlying sales document. To do this, change the field status settings in Customizing as follows:
    Set reconciliation accounts (transaction OBXR) – For the `received down payments’ and `down payment requests’ from
    the G/L accounts you have selected, you should assign the field status definition G031.
    Maintain accounting configuration (transaction OBXB) – For the down payments (posting key ANZ in the standard system) and the output tax clearing (posting key MVA in the standard system), you must maintain the posting key.
    You must also carry out a G/L account number assignment for the tax account.
    Maintain the posting key (transaction OB41) – For posting key 19, set the sales order as an optional field
    Maintain the field status definition (transaction OB14) – For field status variant 0001, field status group G031, set the
    sales order as an optional field
    Assign the company code to the field status variants (transaction OBC5)
    Regards,
    Siddharth.

  • Price difference between PO and the Info Record

    Dear Experts,
    I am seeing a strange problem in the MM pricing, the issue is when i am trying to create a new PO for a specific material the condition record is being updated with the wrong price, when i checked the Info Record it has two prices old and new(currently valid), but when creating the PO the material is always picking the old price always, can you pl. give me a thought where the problem could be appearing ?
    I tried to check all the dates, and everything is fine.
    Thanks for your valuable inputs.
    Regards,
    RK

    Hi Ravi
    As you said if inforecord has 2 price 2 validity date created at the same time , in that case at table level first price and date is saved ..when old dates gets over ..in table, updation of new price is not done ..there is one program RM06INP0 which you can run and update the table with correct info record price ,so after that you can create PO and it should  pick the correct price from Info records.
    Check
    Awaiting your reply.
    Kishor

  • What is the difference between billing and invoice

    hi

    Hi,
    Generally in SAP Billing comes under SD (VF01)to create document to the Customer and Invoice Comes under MM(MIRO)to create document to the Vendor.
    In SD side we are given Material to the customer and in MM we are recieved Material from the Customer.
    Raghu

  • Price Difference between creating and buying a iPhoto Book

    I am wanting to purchase an XL iPhoto Hardcover book which is listed as $49.99 plus tax.  When I go to purchase my book however, it is telling me that the book is $73.85?  Any thoughts?  I didn't add any extra pages.

    The base book is 20 pages and that is the base price - extra pages have an additional cost - you have 16 additional pages - if you delete 16 pages and order the base book of 20 pages you will get the base book price - as you have additional pages (no matter whether you added them on purpose of did it using AutoFlow) you have an additional cost per page
    That is not a problem - it is a fact and has been the same since the first photos books were introduced in (I think) iPhoto 6 some eight years ago
    LN

  • Whats with the price difference between america and australia with the new macbook with retina display why are aussies paying so much more

    what is apple charging so much more for the same product when u convert 1999 us dollars to au dollar apple is over charging like $400

    Silly child ...
    I am not discussing individual policies, and only in the context of "cannot ciriticize Apple" ("over charging" in the original post.
    Now go away away, boy ... you bother me! 

  • Posting of difference between PO and invoice by authorization level

    Hi all,
    I have a question on price difference between PO and invoice. 
    If i want to restrict postings of invoice by authorization like the following, is it possible to be done?  If yes, how?
    Clerks only allowed to post those invoice with no difference and rounding difference (small difference).  Other invoice with difference (not caused by rounding) can be posted by a higher authorised person and not the clerk.  Can this type of authorization be set? 
    Thanks.
    Regards,

    Hello
    First decide on the authorization roles for different users.
    Then these roles can be set by the BASIS team.
    Also tolerence groups for different users and amounts can also be set.
    Tolerances for Employees
    To carry out the activity, choose one of the following navigation options:
    Transaction Code     SPRO
    IMG Menu     Financial Accounting ® Accounts Payable Accounts Receivable  ® Business Transactions ® Incoming Payments  ® Manual incoming payments ® Define Tolerance Groups for Employees
    Tolerances for Business Partners
    To carry out the activity, choose one of the following navigation options:
    Transaction Code     SPRO
    IMG Menu     Financial Accounting ® Accounts Payable Accounts Receivable  ® Business Transactions ® Incoming Payments  ® Manual incoming payments ® Define Tolerances (Customer)
    Regards

Maybe you are looking for

  • System slow after adding sata2 hd k8n-slifi

    hi. recently added a 160gb 7200.9 seagate for more storage space but the system is slower now than before. amd64 3200+ stock speed k8n neo4 sli-fi pc4000 geil 2.5-4-4-9 at pc3200 speed. hitachi 7k250 160gb primary master ibm 30gb primary slave seagat

  • 'Edit Locally' command Error -- IISProxy?

    Hi, We have a problem with 'Edit Locally' command since we are using Windows Authentication. Our architecture is: SAP EP 6.0 SP2 Patch 28 (Solaris) IIS Proxy (Windows 2003) The situation is: If we access to SAP Portal using old url (directly to Solar

  • IPhone drops wireless when downloading

    I have a strange fault. I have bt home hub 3 infinity and although speed is fairly variable to the time of the day it usually is connected. Except for on my iPhone. And then only when I'm downloading! If I try to download an album the wireless drops

  • How to Install Greenfoot (Beginner Java programmers)

    I haven't posted in a long time. I recently started studying java and we had to download greenfoot. Greenfoot has a .deb file. To install a deb file on arch is pretty simple: ar -x fileName.deb tar -xzvf data.tar.gz then just move the stuff from data

  • E2000: Some IPs simply won't "talk"

    I don't understand what is going on and it's getting me extremely frustrated. I have certain machines/IP addresses that simply won't "talk" on the network. The machine itself can talk to the internet through the router but no other computer on the lo