Advice needed: Volume discount pricing structure

I need advice on how to have a volume pricing discount structure for Contract.
Example:
Part number item is purchased at $10 for 100pcs. Subsequent POs issued after 100pcs is going to be $9.
I'm sure SAP tracks the number of orders that go out and then effect the new price correctly.
How to go about creating this condition and how to use it in the PO?
Thank you.

I think you need to use the scales in contract. In the contrct conditions you can give in the following
upto 100           $10
upto 500           $9
upto 1000          $8
................. so on.
Hope this will suffice your requiments.
Award me if it works.
Cheers!!!
Umakanth

Similar Messages

  • Advice needed on Discount Given by Vendor

    Need Advice......
    Vendor has given a discount of 5% on Item.When we enter this transaction in SAP and save it, the Discount amount was not debited, but instead the Net Purchase amount was Debited.
    For ex
    Item Paint and solvents - Qty (60 Ltr) * Unit Price 160/-
    Discount - 5% ie 480/---
    This is what the Entry is passed by SAP B1
    Paint and solvents a/c Dr ....9120.00
    Input [email protected]%   a/c Dr .... 1140.00
          To Creditor a/c..............10260.00
    User want is
    Paint and solvents a/c Dr ....9600.00
    Input [email protected]%   a/c Dr .... 1140.00
    Purchase- Discount a/c Dr......480.00
          To Creditor a/c..............10260.00
    can you guide what can we do, due to which discount can be mapped.

    Sanjay,
    The discounts applied in marketing documents get subtracted from the actual line total / document total and do not create a journal entry line.  The only time a discount will appear in the Journal entry is when processing Incoming / Outgoing Payment where you enter the discount % or amount against the Invoice row.
    This is by design.
    Suda

  • I have just purchased Logic Pro X and it doesn't seem to want to work with my Tascam us-122L sound card. Do i need to purchase a new one and if so, any advice on a reasonable priced one?

    I have just purchased Logic Pro X and it doesn't seem to want to work with my Tascam us-122L sound card. Do i need to purchase a new one and if so, any advice on a reasonable priced one?

    What OS do you have? Have you tried the latest drivers?
    http://tascam.com/product/us-122l/downloads/
    alternatives: Focusrite Scarlett 2i2, Presonus Audiobox.

  • Volume discount on the catalog, not the product...

    Is that possible?
    Our client wants a specific catalog on the web site to have a volume discount. You purchase 40 of any of the items in that catalog and the price drops.
    1. There are several different catalogs on the site with different pricing structures, so this isn't something I want to implement site wide.
    2. I have already considered volume discounts on the individual items, but one would have to purchase 40 of a single product to get the discount. She wants the customer to purchase different quantities of different products (5+10+3+7+15) totalling 40, at which point the volume discount would kick in.
    Can this be implemented?
    Chuck

    You can only offer precentage discounts per person, per catalog via the subscriptions element of a customer in the CRM. Volume Pricing is per product only. You can also offer shipping discounts on a catalog basis, but again not a volume discount option at this time for catalogs.

  • Update pricelist and volume discount

    Hi Experts,
    I want to update an existing pricelist with date and volume discount. Now i use the same xls as i used on first import but i get the error message in DTW.
    Invalid value in Quantity field - apllication defined error.
    I have 3 files.
    1 file with prices
    1 file with date
    1 file with only volume discount (not discount 1 piece)
    What could be the problem? Maybe i need linenum because it is an update. I have no data in linenum
    Thx
    Mark

    Hi Gordon,
    No Quantity is also there. I believe the problem is that it is an existing pricelist which i want to update.
    Do i need linenum on the files? and on all 3 files pricelist, date and volume discount?
    thx
    mark

  • Period and Volume Discounts

    It is unfortunate that Period and Volume discounts are not currently supported.
    I have a situation where a customer is using this functionality :currently there are around 2500 customers and 1500 prices with single discounted quantity breaks.
    In B1 the quantity breaks are handled in the standard way and I would not want to set up individual special prices in B1 for each customer and synch.
    How then to handle this online ?
    I assume using SQL to insert some 3 million records into the PartsPricing table is possible but I don't know how practical this is or whether it would affect performance.
    Is there perhaps a more practical alternative using some code which runs when the calculate button is clicked ? This would have to combine the Customer the part and an integer representing the quantity break and a discount %.
    Any ideas would be appreciated

    I thought that this was supported in this version? (sp1p1). I haven't tested yet, but I had hoped to turn off my work around.
    The work around involves populating the partspricing table with qtybreak records for each item & price list that has a qtybreak setup. We do not have that many, and currently there are only about 573 records (no. items with qtybreaks x no. breaks x no. pricelists). I do this using an SSIS package that runs each night. I also had to add a trigger on the PartsPricingMaster to make sure that the SpecialCalcType stayed as B, for some reason Webtools overwrites this value each sync, which prevented the qtybreaks from working.
    Far from ideal, but it worked. However, I have not yet tested the current version to see what changes have been made in relation to this.
    Hope that helps.
    Also, I have the sql for the select query if you need it.
    Edited by: Martin Barrett on Apr 2, 2009 12:32 PM

  • How to implement volume discounts in Business One

    Hi, All
    Volume discounts are part of the Business One application price list. How to implement these volume discounts in Business One?
    For example:
    If the value of sold B1 licenses more than 15 000 Euro, the customer gets 10 % discount. If the value of B1 licenses more than 23 000 Eur the customer gets 20 % discount.
    The problem is: a sales quotation contains in additional to B1 licenses also services (System customizing, Data migration etc.). The services should not be considered by the discount calculation.So the volume discount should be calculated based of the document subtotal (licenses total).
    Best Regards,
    Inna Baskina

    Hi Inna,
    as you see discount normally based on articles. For single items you use
    Stock Management -> Price Lists -> Period and Volume Discount
    But if you have a cupple of items you need to calculate it manually alternative by a FMS. You could insert a FMS into the discount field.
    Regards Steffen

  • Quick advice needed on Observer and Observable...

    Ok at the moment i have about 10 sorting algorithms in 10 classes. They all extend another class which includes methods like print, randomise, user input etc etc which all sorting classes use. So basically my sorting classes only sort and nothing more is done in those classes.
    Now what i want to do is have some statistics on a GUI. This will include copy coperations, compare operations and total operations. I will obviously need to input where these operations occur for each sorting class. I want the GUI to be updated each time an operation happens. All my sorts run in a thread, i did this so i can choose the speed of the sort with a JSlider.
    My question is, will i need to be using the Observer and Observable interface? If so, can i have some advice into how i would structure this. If not, then how else can i do a statistics class. I tried a way without this approach, but it didn't seem too OO friendly. Any help is appreciated.
    Thanks in advance.

    I'm not a GUI guy and this is definitely not the best way to do it - but you could probably call an update method after each calculation or whatever. Make a static method that has a reference to your GUI form.
    This is definitely not an elegant solution - but I think it's explicit and readable, and that can be more valuable than elegance.

  • Volume discounts

    I have asked this before but where are you up to with enabling volum discounts across a range of items in the one catalog? At present we can only volume discount orders of the one product.
    What confuses me is that the shipping drop down option is based upon a total number of products in the checkout, why can’t we have a discount drop down option to do the same thing? The shipping tool can differentiate between 11 bottles & 12 bottles & determine what to charge or what not to charge, the discounts should work the same way!
    This issue is a major problem for our website and it doesn't seem particularly complicated, i would expect most companies would want to offer this. And no i don't want to use the discount coupons at the checkout.

    I've done shipping pricing based on volume for BC systems, it is totally possible drop me a PM.

  • Inventory Price Lists Period and Volume Discounts

    Hi all
    Is it possible to mass import Inventory Price Lists Period and Volume Discounts for all Items?
    Kedalene Chong

    Hi,
    To get correct result, you need to split your existing records in maximum of 1000 records per import. If more than that, you may get incorrect update.
    Please check SAP note for updating price list:
    903392
    - DTW_How to set PriceList field for the Items_Price object
    Thanks & Regards,
    Nagarajan

  • Period and volume discounts but do not show discount%

    HI,
    Customer is using 2007A PL49. They are heavily using tier pricing(Period and volume discounts) in SAP. They do not want system to display discount % in sales document but displaying price after discount in period and volume discounts as unit price in sales document instead. The Discount% in sales document will be used as second level discount.
    Any workaround to solve this problem?
    Regards
    Thomas

    Customer wants the price after discount in period and volume display in AR Invoice as unit price(before discount) and make the original discount% in AR Invoice line as second level discount.
    Eg in period and volume discounts
    Qty     Discount      Unit price after discount
    1                             RM100
    10                           RM90
    Customer wants RM90 appears as unit price(price before discount) in AR Invoice line. The price difference in volume is not considered as discount for this customer.
    Any workaround to tackle this customer?
    Regards
    Thomas

  • Volume Discount on Different Products

    Ok, this might be a bit complex, but I would appreciate if someone can come up with a solution as we are running out of time.
    We have a catalogue with a set of products
    Let say Product A, Product B and Product C
    each product has different sizes, so we created:
    Product A - Size 1, Product A - Size 2 and so forth for each product and group them (As we know we're still waiting for the Inventory over Attributes, this way we can still control the inventory).
    However, the client is offering a discount when you purchase 3 or more. Now, the Volume discount works fine if you get 3 of the same Product. But the question was can the Volume Discount be applied when they select 3 from any of those products.
    Which means, when a customer select Product A, Product B and Product C, then the Volume Discount applies.
    I'm not sure if someone has a a quick solution for this, even if it's a JS code or something to get us rolling.
    Thanks.

    Once you have items in the cart there is no way to manipulate the price through JavaScript. We have tried manipulating discount codes but only a manual entry is successfully processed.
    The only thing I can think of is offering a product that is considered all three as a set with a price and volume discounts reflected too.
    Anything in regard to multiple item discoutns based on anything other then a discount code or voucher is something BC has literally no support for at this time.
    You will need to get the client to think of a new approach offering a discount code or voucher.
    What you can do is use the shipping capture one a product and if the 3 items are added this comes rough the invoice and workflow. This will notify the site owners to send out a discount code or voucher.
    Few other ideas on a more automated but never tried them setting values that forms a code which had already been set as well.

  • Is there a way to enable & configure Volume Discounts via the Product Import Spreadsheet? Is there a way to enable more than 2 Quantity Thresholds?

    Is there a way to enable & configure Volume Discounts via the Product Import Spreadsheet? Is there a way to enable more than 2 Quantity Thresholds?

    Hi Michael,
    You can set the thresholds via an import file. The easiest way to do this (and this goes for all importable data, webapps included, 301 redirects and so on) is this:
    1. go into the Admin and create a single item, in you case create a test product and set the thresholds
    2. export that data - in your case export the product list
    3. take a look at how the data looks like in the export file so you can get an idea of how the format should be like in the import file
    Unfortunately you cannot set more than 2 thresholds, that is not possible at the moment.
    Thanks,
    Mihai

  • I need help with event structure. I am trying to feed the index of the array, the index can vary from 0 to 7. Based on the logic ouput of a comparison, the index buffer should increment ?

    I need help with event structure.
    I am trying to feed the index of the array, the index number can vary from 0 to 7.
    Based on the logic ouput of a comparison, the index buffer should increment
    or decrement every time the output of comparsion changes(event change). I guess I need to use event structure?
    (My event code doesn't execute when there is an  event at its input /comparator changes its boolean state.
    Anyone coded on similar lines? Any ideas appreciated.
    Thanks in advance!

    You don't need an Event Structure, a simple State Machine would be more appropriate.
    There are many examples of State Machines within this forum.
    RayR

  • Does anyone know the pricing structure for Digital Marketing Suite?

    Does anyone know the pricing structure for Digital Marketing Suite? I asked for info but no one ever got back to me. I don't want to waste anyones time if it's too expensive so I'd like to know up front what the fees/package rates are.
    Thanks.
    Peter Marino
    Owner of an
    SEO Comapny in NYC

    This is the top story at this writing at AppleInsider:
    Like the updated mid-2014 13-inch MacBook Pro with Retina display, Apple's latest 15-inch notebook brings slightly speedier Intel processors. But with memory, graphics and design all carried over from last year, the most substantial change is a $100 price cut.
    http://appleinsider.com/articles/14/09/07/review-apples-mid-2014-15-inch-macbook -pro-with-retina-display

Maybe you are looking for