Net Price vs Total Price (Rounding Problem)

Hi experts,
SRM 7.0 PPS Extended Classic scenario.
Users want to create a SC with a known total price (lets suppose 150k). As I have to split this value into net price and tax amount (supposing a tax rate equal to 16%):
   - If I enter 129.310,34 as net value then total value is 149.999,99
   - If I enter 129.310.35 as net value then total value is 150.000,01
So there is no way to achieve a total value equal to 150.000,00 (no more no less)
How can we handle this situation? Is it possible to directly enter gross prices instead of net prices at item level?
I am afraid that similar problem will be present when dealing with all other SRM documents...
Thanks in advance for your suggestions
Best regards
Vicente

Thanks Rahul,
This explains why I cannot select 2 decimal places for EUR. In fact, EUR is already pre-set to have 2 decimal places.
But the original problem of rounding is still open
Customer is used to manage prices as a whole (total price). They do not need tax details. Taxes are implicitily included in their total price, but they don't need to split into net price*quantity + tax rate.
Basically they have a budget of nnnnn.dd EUR for some requisition. So they need to see exactly nnnnn.dd EUR in the total price.
As they have to split into net price and tax rate to fill in the shopping cart items, they will almost never get exactly the desired total (due to rounding). This is not acceptable by business cause they work with the total price and they need the total price to be exactly what they want...
I guess that bidders will have the same problem when entering prices in bid responses (actually, surrogate bidding is being always used, so for sure customer will have the same problem).
I am sure that there should be some kind of solution. For instance, I am thinking of using 0.0 as tax rate and hide tax rate field, but I don't like this at all (they don't need tax details, but it doesn't mean that there is no taxes...)
All suggestions are welcome
Thanks again
Regards
Vicente

Similar Messages

  • How to get total numbers and total price in query reports

    Hi,
    how to get total numbers and total price in query reports.for example:
    particular item is issued 3 times a week...I need total quantity of item issued
    my query...
    SELECT T0.[DocNum], T1.[ItemCode], T1.[Quantity], T1.[Price] FROM OIGE T0  INNER JOIN IGE1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[ItemCode]  Like '%%[%1]%%'  and  T1.[U_WOType]='[%0]'

    Hi,
    Try this:
    SELECT T1.[ItemCode], SUM (T1.[Quantity]) as [Total Quantity], SUM (T1.[Quantity] * T1.[Price]) as [Total Price] FROM OIGE T0  INNER JOIN IGE1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[ItemCode]  Like '%%[%1]%%'  and  T1.[U_WOType]='[%0]'
    Group By T1.[ItemCode]
    Beni.

  • Do not show total price of po in pdf print out

    Dear expert,
    i am going to make a print out of po but in po it shows item wise value, but not show total price at the end of item,this problem is
    particularly for this po only. please help to solve this issue

    Please check in table EKPO against fields NETWR, BRTWR - if the net value or gross value in this certain PO are populating or not.
    Regards,
    Ahmad Farhan Khalid

  • Custom Report currency is missing in Total price

    Dear BC Community.
    When making a Custom Report, the "Total Price" tab doesn't show the currency the order was purchased in.
    How do I fix this? - Or is it a bug in BC?

    Is this the right notes? Is the problem not with ALV functionality?

  • DIFFERENCE BETWEEN GROSS PRICE, NET PRICE AND EFFECTIVE PRICE

    HI FRIENDS,
    CAN YOU EXPLAIN ME IN DETAIL, WHAT IS THE DIFFERENCE BETWEEN GROSS PRICE, NET PRICE AND EFFECTIVE PRICE WITH A GOOD EXAMPLE.
    REGARDS.

    Hi,
    Example: Material Price is Rs.1000/-
    & Discount is 10% and tax is 10% and freight is Rs.50/-,Fixed( it may also %)
    So Here the Material Price is called Gross Price Rs.1000/-
    Gross Price (Rs.1000/-) – Discount {Rs100/-(10% of Rs.1000/-)}= Net Price Rs.900/-
    Here Net Price Rs.900/-
    Tax Rs. 90/- (Rs.900/- +Rs.90=Rs990/- is called sub-total)
    Freight Rs. 50/-
    Rs.1040/-
    The Total Price (Rs.1040/-) is called Effective Price.
    Note:
    1) Total value = total quantity x price
    When a price changes, the value of the stock changes, since the value is calculated from the price:( its also depends on price Control)
    2) Effective (actual) price: Net price minus cash discount and plus miscellaneous provisions and delivery costs as well as non-deductible input tax.
    Regards,

  • Transaction/report for list of PGI with sales total price details

    Sir/madam,
    After making PGI we want to know the total sales price for that material. We want list of all details of price/value. Before making invoice we want to know the total price listing with sales order details.
    We get this one by one with VF01 while making invoice only. But we want all list before Invoicing.
    Pl' give answer.......
    Thanks.

    try VF04 & SDO1
    Regards,
    Akhtar
    Message was edited by:
            Akhtar Husain Shaikh

  • PO with Total Price amount calculated is incorrect at the time of printing.

    Hi Experts,
    I have one PO with Total Price amount calculated is incorrect at the time of printing.
    When my  user took the first print out the PO shows the incorrect Total amount.
    After 10 mins my user taken the printout again,that time it shows the Toatal Price value is correct amount.
    How i can analysis this type of BUG..!!!
    I am thinking it might be BUG...???
    Please advice with you valuable inputs.
    Best Regards,
    RK

    Hi,
    Are you using the standard programm and print form or are you using your own?. Most of the printing issues happens because of own programms. Try with the standard and then you will be able to see why is this happening.
    Best Regards,
    Arminda Jack

  • In the Itunes Wishlist there is no price button that you can psuh to buy the items. So I cant buy my whole wishlist without doing it all seperatly and I dont know the total price of all the items. Please help!

    In the Itunes Wishlist there is no price button that you can push to buy the items. So I cant buy my whole wishlist without doing it all seperatly and I dont know the total price of all the items. Please help!

    Both the button and the total cost appear to have been removed in the current version of iTunes - I don't have them either and other people have posted about it as well. You can try leaving feedback for Apple and maybe they'll be added back in a future update : http://www.apple.com/feedback/itunesapp.html

  • How to calculate Total Price based on a sqm rate with different price points?

    Hi,
    I'm guessing this is a script solution but I've never done any scripting so though I'd ask you guys...
    I have a form where I'd like to calculate the total price of some carpet based on the price per sqm.
    - The user enters the carpet quanitity required.
    - There are different price points for 1-20, 21-60, 61+sqm (each with their own hidden fields containing the price value).
    - The Total Price field assesses the quantity ordered, and multiplis it by the relevant square metre rate.
    Is this achievable?
    I'm guessing any solutions are placed into the "Custom Calculation Script" field too?
    Thanks in advance!

    Yes. You can use something like this as the custom calculation of the total price field (you might need to adjust the field names):
    var sqm = Number(this.getField("SQM").value);
    var rate = 0;
    if (sqm>0 && sqm<=20) rate = Number(this.getField("Rate1").value);
    else if (sqm>20 && sqm<=60) rate = Number(this.getField("Rate2").value);
    else if (sqm>60) rate = Number(this.getField("Rate3").value);
    event.value = sqm * rate;

  • What is the total price for an iphone 5 including tax

    what is the total price for an iphone 5 including tax

    Depends upon the model you want, and where you live.  Quit trolling.

  • HOW TO CALCULATE NET SALES AND CONTRACT PRICE?

    Dear experts,
    I have the requirement of sales price report
    the report layout should be
    Prod descr    material Number   Contract type  contrcat name     rebate  net sales  contract price  units
    we have the master data information is reside already in multiprovider and transaction information how to calculate in frond end ?
    for sales  pricing report how to manipulate teh net sales and contract  price
    value?
    any standard formulaes is there?
    plz suggest  me
    regards

    Hi,
    For quick and best response unless someone answer's in this forum, post your question in SAP Community Network Forums » SAP Solutions » ERP - Sales and Distribution (SD) General   or something related to your question.
    Check this link if it helps -
    http://help.sap.com/saphelp_46c/helpdata/en/93/74353e546011d1a7020000e829fd11/frameset.htm
    Thanks,
    Shambhu.

  • Total quenties & total price

    hi sap experts
            my requirement is to give report  for quantities Consumption on date bases  in mm ...
           in same date there 4 to 5 times they consumed ......so
            i want to  calculate  the  total Quantities  used and for that total price  for the particular date  they enter in input
    is there any fm r we have to write code ?
    how to write code ?
    Thanks a lot
    Moderator message : Spec dumping is not allowed, read forum rules before posting. Thread locked.
    Edited by: Vinod Kumar on Sep 15, 2011 3:41 PM

    Hi Donald,
    I don't know if there's u standard way to integrate priceunit in final price but you can handle your own specific code when the items are transfered.
    Use Badi BBP_CATALOG_TRANSFER (se18 or spro) to take the priceunit into account.
    Best regards,
    Laurent.

  • I need to be able to give them a total price calculation when they submit the form. even if im not using credit card as my only payment option.

    i have an online menu - many of my customers pay by check, cash and credit card as well - is there not an option to show those options...  and items vary in price, i need to be able to give them a total price calculation when they submit the form.

    a) No, b)Yes. Firstly, the only payment gateway currently supported from FormsCentral is PayPal. If your customers complete the FormsCentral Form and order 6 of item 1 at one dollar each and 3 of item 2 at two dollars each, when they press 'Continue to Checkout' button, they are transferred to the PayPal Gateway - which will show the Total to Pay. That's no help for your folks wanting to pay by check. Think you may need another solution. Acrobat won't link directly to a Payment Gateway either, without you doing a bit of JavaScript etc.

  • I made order on 14 sep but until now the total price not yet deducted  from my master card .. can u check plz .. 02 order under my id account  ********* thanks

    i made order on 14 sep but until now the total price not yet deducted  from my master card .. can u check plz .. 02 order under my id account  *******thanks
    <Edited by Host>

    Check your order status here http://store.apple.com/us/help/viewing_changing_orders if it was order on Apple's Online Store, or here... http://store.apple.com/us/account/home 
    Good luck!

  • Pull price from second price list

    Hi Everyone
    We have an issue where one customer wants the price from their pricelist and the price from the standard pricelist.
    It's not the same discount on each item so I can't just create a pricing condition for the customer.
    So what I was hoping to be able to do is run the Quote as normal using the customers pricelist in the final amount column.
    Then on the smartform I was going to write some code to pull the price from our standard pricelist into its own column.
    Problem is that I haven't been able to find the tables or how to get from pricelist to material price
    Thanks in advance

    Hi Jelena
    I'm not an SD person so I may be using the wrong terminology or I could have misunderstood how this works
    What I mean by price list is when you creating a quote if you go to the header details under the SALES tab there is a box PRICING AND STATISTICS with a drop down box for choosing a different price list.  Or you can go to the ITEM DATA under the SALES B tab there is a drop down box for PRICE LIST for the item.  Which I thought was where the document got the price for the materials (but I could have misunderstood).
    Here we have an option of what we use for a standard price lets call it the US price list
    Or we can select a price list for this specific customer lets call it C price list.
    I want the document to use the C price list to determine the price for each material.
    Normally we have some pricing conditions for a customer discount which we use like so using the standard price list US price list then apply the customer discount conditions to get the net price. Either that or discount can be set for the customer that is applied to everything at the same flat rate. Which I was told was the normal way to do things.
    So the document has a unit price then applies whatever kind of discount to get the net price, which both print on the output to show the difference.
    Now what we want since this customer buys so many different materials from us and the discounts is in a range from 0 to 20% (i think) for each material.  We want to us the price list C in the document apply no flat rate discount and no pricing condition discounts.  Then on the output we want to pull the net price from the document as normal.  But on the output instead of pulling the unit price from the document (which would be the same as the net price) we want to pull the UNIT PRICE from the US price list.  That way for this customer the user entering the quote will not have to add the correct discount %  pricing conditions to each material on every quote.
    So what I was wanting to do in the smartform was  use the material number entered in the document to go get the price from the US price list but I'm having trouble finding the tables which I can do this in. 
    I hope that clears it up some

Maybe you are looking for

  • Adobe media encoder error message - please help

    I purchased adobe creative suite 4 web standard in january of 2010.  I'm in the process of learning how to use all the features.  I am building a website in dreamweaver and wanted to create and import a flash movie.  I opened adobe media encoder from

  • Double click in ALV.

    How do I execute Double click event in grid and list disaplay?

  • Wwdoc_document view

    Hi, I have exported and imported the portal30 schema in a new portal installation, everything worked and it's O.K. but the images from Content Areas are not there and can not insert another one neader the banner and other images be changed. The follo

  • Does anyone have an issue when listening through the earpiece you get a vibration?

    Experiencing a small issue with the iPhone 4s, when making a phone call and listening through the phones earpiece I get a vibration like something is loose through the earpiece, I've had iPhone 3G, iPhone 4 but never experienced this before.

  • K7T Turbo2 PCI Problem

    Motherboard: MSI K7T Turbo2 MS-6330 Ver5.0 Bios: 3.6 Chipset Driver: 4.43 Processor: AMD 1800+ XP RAM: 256MB SDRAM PC133 HDD: WD800JB 80GB CDROM: Generic 50x CDRW: Lite-On 40x12x48 LTR40125S With Windows XP Home or Windows XP Pro, I cannot install an