Price list based on tot quantity ordered

Is it possible to manage a price list thinking about the quantity ordered and not the validity date?
Example: I have a new item and the price negotiated is 5,00 USD. Validity date from 01 Oct 2010.
For the first 10.000 pcs the price will be 6,00 because I need to pay the development costs to the supplier.
I would like to insert price 6,00 from quantity 0 to 10.000 and price 5,00 from 01 Oct 2010 to 31 Dec 9999.
Order 1 for 3.000 pcs --> price 6,00
Order 2 for 6.000 pcs --> price 6,00
Order 3 for 5.000 pcs --> 1.000 price 6,00 then 4.000 price 5,00
It is possible?
Thanks.

Hi,
For the Basic price Condition type
Goto M/06 >>Condition Type ( Ex : PB00 ) >>Select condition type >>Details ( Lense symbol ) Scales
Maintain Scale Basis  : C  :   Quantity scale
              Check Value : As per business Requirement ( Asending or desending ) save the condition type
Now Goto Info record >>Puechase order data 1>>Conditions>> Select the condition type >> click F2 ( Scales )
Maintain the Quantity & Price >>> Save the info record.
Create the PO & test scenario with the variable quantity.
Regards
Manish kumar

Similar Messages

  • Add a Price List based on last purchase price

    Hi!
    I'm working with SAP B1 2005 A SP01 PL39 and I'm trying to add a Price List via DIAPI using this code in VB.net.
    Dim oPriceList As SAPbobsCOM.PriceLists
    oPriceList = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPriceLists)
    oPriceList.PriceListName = "PriceList Z"
    oPriceList.BasePriceList = 0  '// last purchase price
    oPriceList.Factor = 1
    oPriceList.GroupNum = BoPriceListGroupNum.boplgn_Group1
    oPriceList.RoundingMethod = BoRoundingMethod.borm_NoRounding
    oPriceList.Add()
    The problem is when the Price List is added, the base price list changes and becomes "PriceList Z" instead of "last purchase price"!!
    After i try to update the base price list from "PriceList Z" to "last purchase price" manually at Inventory > Price Lists > Price Lists and it works!
    I even tested the code changing the base price list to "last evaluated price"...
    oPriceList.BasePriceList = -1  '// last evaluated price
    ... and it works too! The Price List is added based on the last evaluated price.
    I'm only having problems with last purchase price... why?

    Thanks for the quick response Petr but my problem isn't solved yet...
    As you can read in my first post, i've changed the code and based the new price list on the "Last Evaluated Price".
    This "Last Evaluated Price" isn't in the OPLN table and the new price list (with last evaluated price based on) is added successfully.
    The problem comes when i try to add a new price list based on the last purchase price.

  • Price list based on item group

    It would be great to have possibility to set up price lists with different factors based on item groups. Now it can be achieved by setting Period and Volume Discounts. But it doesn't allow to display correct price in Item Master Data or setup rounding.

    Hi,
    If I understand you correctly, here is the answer:
    1. An option of create new price list based on Item Cost. YES
    2. Have the ITEM COST as price list. (for AVG and STANDARD items valuation). Not sure what you exact mean. Probably not.
    3. For items with valuation FIFO, can consider other price list only for this items, that include the information over FIFO layer.  Probably not.
    Thanks,
    Gordon

  • Selection of a price list based on the delivery date of purchase orders

    Description of requirement:
    One of our customers would like to have the price list selected on the basis of the delivery date of purchase orders rather than on the posting date.
    The customer wants to have this feature available by the date scheduled for their go-live, that is January 2nd 2008.
    Best regards,
    Emmanuel Ruellan

    Dear development team,
    Is it possible to have the above functionality in a future version?
    Best regards,
    Emmanuel Ruellan

  • Price List based on Item Cost

    We often get asked if we can have a Price List that is based on the Item's cost (AvgPrice in OITW).  It would be helpful if the Price List had the ability to be based on actual Item Cost.  Purchasing often wants to create purchase orders based on actual cost rather than a static price list.  Others use cost plus markup pricing methods in calculating customer price lists.

    We have the same problem. A client want to use the price cost as list of prices.
    Ismael

  • Assign price list based on value in Group field

    Hi,
    Is there a simple way to make the default price list for a customer based on the customer group value when creating/update a BP master data?
    i.e..When I create a new Business Partner, I choose group = wholesaler. I want the price list (under payment terms tab) to default automatically to the 'wholesaler' price list.
    Purpose of this is so that the new business partner gets the correct pricing as per what i have set up under price lists/volume discounts etc...
    thanks

    Dear Maeve Cahillane,
    As per your expanation you want to assing the Price list to payment terms.
    if you 10 customer groups and you want to assing the your payment terms to 4 of them so you cant do this for that you need to creat 4 payment terms base on customer group.
    The best and simple way you creat the your price list base on customer group, for that you may be use factor fuction.
    by way of FMS you can refresh Customer Master> payment terms Tab > Price List.
    my it help you.
    Regards
    MANGESH PAGDAHRE.

  • Error while switching from price list  while entering  the sales order

    hi
    i am getting this error " App - ont -250271 On line discounting is not allowed ; order type enforces price list"
    while switching from price list column
    I checked the transaction type and it does not have enforce price list check box checked.
    do i have to check some where else?
    Regards
    sudharshan.

    Hello,
    Did you fill lines? and after this you want change price list on the header?
    Check your price list, modifier and qualifier set-up because it seems that there is a problem.
    Regards,
    Luko

  • How i can limit the price lists in the LOV in Order Managment  using form personlization

    am using the below query in the argument but always am getting (FRM-41826 cannot replace group;columns don't match LOV )
    SELECT hh.list_header_id,name,description  FROM qp.qp_list_headers_tl  hh,qp_list_headers_b  bb
    where ATTRIBUTE15='SPS'
    and  bb.list_header_id=hh.list_header_id
    and  bb.end_date_active  is null
    can any body help to give the match columns in the LOV ?
    regards

    Hi Sanjay
    Thanks for reply
    Actually  i already made a  restriction on order type  LOV and it is working , my problem in getting the correct matched column names in the select statement for price lists
    regards

  • Price List by quantity ordered

    Can SAP create a price list by which different price levels will default onto a sales order or invoice based on the quantity of the item ordered? 
    For example item XYZ defaults at price of $50 if the quantity ordered is < 5, but if the quantity is 6-20 the default price becomes $40. 
    I have reviewed the price list setup and don't see how this can be accomplished.
    Thanks,
    Anthony

    Hi Robert
    Couple of things you need to know -
    Hiearchical order of price list  which means which setting overides what price
    If you are planning to setup pricelist based on period and volume discount
    1 . Go to Period and Volume discount
    2.Select or Add item
    3.Dbl click on the row .It will open another form
    4.Double click on the row <same procedure as before.
    5.It will open another form Volume discount
    Please specify it over here
    Thank you
    Bishal

  • Pricing Group & Price list for Sales Order?

    Hai ,
    Can any one tell me how to get the Pricing Group & Price list for a particular Sales Order?in which tables it will be stored & relation between them?
    Thanks & Regards,
    Bhaskar

    whatever pricing condition ur are talking about just go to vk13 and see the screen number
    the table will be starting with A plus the screen number,leaving the first number of the screen
    like if the screen number is 1916 then the table name will be a916
    from this table with ur date and condition type take the value of the field KNUMH
    now go to table konv with this khumh and ur condition type you will get the price within a given period of time.
    hope it helps

  • Price list change according to raw material cost

    Dear Experts,
    We are currently working in a client where for those products for which the raw material is the main component as the cost of the raw materials varies with a high frequency (daily or weekly) the list price (the price we want to invoice to customers) should be updated accordingly and automatically with a specific mark up.
    Have you found a similar requirement in any client? If yes, could you explain us from a functional perspective how (SAP standard functionality or custom development with a detailed explanation of the solution) you solved this requirement?
    Is there any procedure to do regular massive updates of Finished Good price lists based on the actual variation (and/or expected variation) of raw materials cost?
    Thanks in advance for your help.
    M.Baig

    Hi Baig,
    It is possible to determine the price based on the raw material cost. I dont know whether you are using Moving average price or standard price for the raw material cost.
    Whatever be the  method, when you create the sales order, it is possible to take the raw material cost on the date of order creation using one of teh cost condition types like VPRS. You can use this condition type as statistical.
    You can also have another condition type which is the mark up on this cost.
    Now you can calculate your grossprice using another condition type which total up the cost in VPRS condition type adn the mark up %, either through just configuration or by means of a calculation type routine created in VOFM adn then assigning the same for the gross price condition type.
    I you have any concerns, pls lemme know.

  • Error in adding List Line in Price Lists setup form

    Hi Gurus,
    users are facing below error message while they try to add new items in the list lines on the "Price List Setup" Screen.
    Navigation - Order Management Super User --> Pricing --> Price Lists --> Price List Setup. Query the required price list. go to the list lines and add new line. While saving the new line below error message encountered.
    Error ORA-00001: unique constraint (QP.QP_LIST_LINES_U1) violated in Package QP_Price_List_Line_Util Procedure Insert_Row
    QP_LIST_LINES_U1 is a unique index with below script -
    CREATE UNIQUE INDEX QP.QP_LIST_LINES_U1 ON QP.QP_LIST_LINES
    (LIST_HEADER_ID, LIST_LINE_NO)
    LOGGING
    TABLESPACE APPS_TS_TX_IDX
    PCTFREE 10
    INITRANS 11
    MAXTRANS 255
    STORAGE (
    INITIAL 128K
    NEXT 128K
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    NOPARALLEL;
    N:B:- when we try to do the same thing in our test instance which is last refreshed from production 2 weeks ago, we are able to add new line and save without the error message. seems like some data corruption has occured in production recently. please help on how to diagnostic the corruption. its quite critical issue now from bussiness point of view.
    Regards,
    Samir Kumar Das

    Hi Samir,
    Please follow the below metalink notes...
    Cannot Add Item To Price List as it Errors With ORA-00001: unique constraint (QP.QP_LIST_LINES_U1) violated in Package QP_Price_List_line_Util Procedures Insert_Row [ID 466320.1]
    Thanks
    -Arif.

  • Price lists

    Good morning.
    I have a question: I buy my items in US dollars. My currency is Euro. I created a sale price list based on last purchase price. Can I have my sale price list in euro?
    Which documents update last purchase price? When?
    Thanks for your answers!
    Alberto Malacarne

    Hi,
    Besides using DTW, you can also using utility tools embed in SAP application program.
    a)Go -> Administration -> Data import/Export -> date import -> import from excel
    b)Select data type to import to 'item'
    c)You must have excel column for item no, price list code,price according to price list, price list price currency.
    d) All the above column can select from the list
    e) The item no is compulsory; price list code = 1(if u wanted update price list 1 in standard b1), price according to price list=   
        price amount based on currency, price list price currency = currency code(example :EURO)
    f) Check the bottom option checkbox 'update existing records'
    system will update the record and price accordingly based on specific item number
    Regards,
    Eric

  • Currency of Price List

    Hi,
    I have a question regarding the price lists.
    I need 2 sales price list:
    - 1 in the local currecy: Last Purchase Price *1.35
    - 2 in a foreign currency (EUR): Last Purchase Price *1.35
    But, when I buy an item in EURO, when I select Price List 1, I still get the price in EURO. How can I set so that I can set also the currency of the sales price?
    Thanks,
    Irina Stanca

    Irina,
    The Unit Price will be in the currency of the price list. If you want it to be the same as BP currency, you need to use a price list in BP currency too.
    If you create the price list based on another one, I don't think it's possible to change the currency in any way.
    Can you please explain why is it important to use the BP currency for the unit price as well? Maybe understanding your needs could lead to a different solution.
    Regards,
    Nat

  • Is it possible to have price list as a function of say item Property?

    Hi, there is a need for our customer to have a price list based as a function of item metal content. For example certain items have 900 grams and others have 750 grams of say copper content. Whenever the price of copper changes or once every month, they would like to recalibrate the price based on copper market price.
    The metal contents is not really variable for different products, it is one of possible say 5 sets of values. 750grams, 900 grams, 1100 grams or 3000 grams etc.
    The question is should I use items properties say property 64 for 750grams one, property 63 for 900 grams one etc.
    If I use the properties, then can I calculate special price based as following function:
    ItemPrice=Base Price + ItemPropertyNN * market value of copper
    Where Item PropertyNN= item Property 64 or Item Property 63 or Item Property 62 etc. Only one of them will be populated for each produce based upon the metal content.
    To summarise : How can I make a price list, a function of item metal content? I thought of above by using item properties, but I still can not make the price list a function of the item property. Is there a way?
    Thanks a million!!

    Hi,
    Item group would be a better way to classify items. Especially for price list.  Try it.
    Thanks,
    Gordon

Maybe you are looking for