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

Similar Messages

  • 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

  • Price List Base On Item Cost

    Dear All,
    Do you know how to set price list base on item cost?
    Please advice.
    Thanks in advance.
    Regards,
    Lina

    You have the option to use Last Evaluated Price.  I don't think Item Cost is available to set as a Base Price for a Price list
    Suda

  • 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.

  • How to create price list in all item..?

    Hi all,
    I want to modify the price list in all items because changing the price. If I have more 100 items, I have got difficult change on SBO one by one, there is not an efficient and need a long time. I used SBO 2005A PL 43.
    How to create it fast on SBO? How to create add on module to modify the price list in all items so I modify the price list is faster? I don't know relationship the tables to change the price list on SBO. Please let me know...
    Thanks in advance for your help....
    Agung

    Dear Mr Adrianto,
    In the stock module under price list there are different options. It could be possible to change the prices of Parent items according to thier children's prices.
    Also, you can use the option: Special prices for BP, if you need to change the prices for on BP.
    There is also the discount group if you want to reduce the price of items for the whole group. Please note that you can also increase prices when you use a percentage > 100%.
    Kind Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • 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

  • 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.

  • Price list type at item in CRMD_ORDER

    Hi,
    I need to change the price list at item level in CRMD_ORDER. Can you please help me in finding out the right BADI.
    I have used  BADI "crm_cond_badi" which is at item level but the header price list ( coming from customer master data) is overwritting this item price list. Any suggestions.
    Thanks
    Ashu

    Any suggestions.
    Thanks
    Ashu

  • Price list factor by item

    Hello,
    we are using factors to link price lists and the factors are different by item group.
    E.g.
    item group 1 -> Target Price = Base Price * 1,2
    item group 2 -> Target Price = Base Price * 1,4
    SAP stores the factor in the table ITM1.
    Is it possible to change the factor using SDK by item or item group?
    In the Items_Prices object there is no property Factor.
    The PriceLists object would update ALL items with the same factor.
    Any ideas?
    Thank you,
    Anton.

    Hello Pari,
    I do not quite understand your suggestion.
    I want to use the factors so that when the Baseprice changes the Targetprice gets updated automatically.
    E.g.
    Item1: Baseprice = 100, Factor = 1.2, Targetprice = 120
    Item2: Baseprice = 100, Factor = 1.4, Targetprice = 140
    If a user changes the Baseprice from 100 to 110 for Item1, SAP automatically updates the Targetprice = 132.
    I can set the factors manually in the pricelists to achieve this but I want to do the same with SDK.
    Thank you,
    Anton

  • Import Two Price Lists for one item

    Hi all,
    How we can import two price lits for one item and how to link it.
    For eg.
    Suppose Item A is having price 100 Rs today at 11 am
    and its price changes to 150 RS at 1 Pm.
    how we can do this.
    We also want to see the last price of that item.
    Reply
    Thanks,
    Neetu

    Neetu,
    What do you mean by changing?  Does the Item price flactuate throughout the day every day..if so you need to create a routine to import/update the pricelist constantly.
    If the 11 am and 1 pm are constant times when the prices change then you can maintain a pricelist for each one of them.
    Shooting for a solution without knowing the business background can be a bit wasteful.  If you might want to throw some light on the type of business and what the prices are for..
    I also see you have posted the same question earlier..Price Updation
    I would suggest that you post only one thread for one question.

  • 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

  • Report for vendor list based on items

    Hi Experts,
                    report format:
    ITEM NAME     ITEM TYPE    VENDOR NAME   VENDOR TYPE
    computer           domestic        abc computers     manufacturer
    computer           domestic        gef computers      dealer
    computer           domestic        jkl computers       trader
    sofa                   import            abc lifestyles       manufacturer
    chair                 domestic         xyz pvt ltd           dealer
    how many vendors are supplying that particular item? item type ? vendor type?
    Help in this query.
    Thanks & Regards,
    Saikrishna.

    Hi Raviraj,
                  Thanks. i just altered this query by giving condition.
    SELECT T1.[Dscription] as 'Item Name', T3.[ItmsGrpNam] as 'ItemType', T4.[CardName] as 'Vendor Name', T5.[GroupName] as 'Vendor Type' FROM OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod INNER JOIN OCRD T4 ON T0.CardCode = T4.CardCode INNER JOIN OCRG T5 ON T4.GroupCode = T5.GroupCode  WHERE T1.[Dscription] between [%1] and [%2] GROUP BY T4.[CardName], T1.[Dscription], T3.[ItmsGrpNam], T5.[GroupName]
    Thanks & Regards,
    Saikrishna.

  • Get Item price based on Price List

    Hi all,
    anyone has some sample of how to get the price for an item based on a specified price list, selected by the user, following the SAP's rules for assigning item price?
    I've used the GetItemPrice method, but it doesn't need a price list reference and i think it gives back the basic price of the item.
    I'm able to get the price list and the item code. How can i get the correspondig price (unit price) for that item?
    Thanks in advance.
    Nick

    Thanks Rasmus,
    i've done. I get the PriceList currently selected by the combo box and update the price list used by the BP, and after that i use the getitemprice.
    So it should work now, i get the correct prices related to the pricelist selected and i think that using the getitemprice the price that i obtain follows the sap B1 logic in assigning prices.
    After that i'm considering to set back the pricelist on the BP to the one that is originally stored in the BP.
    Thanks for your help

  • 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.

  • 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