Ideas for a Price Lists

We are about to start implementing another site and they have some specific price schedules we are trying to meet the requirements for. I thought I would get some ideas from the group on the Price Structure to handle it.
There are three Customer Groups, A, B , an C.
Each item has a SRP associated with each group that can vary between items from which the discounts are applied against. ( A=25, B=50, C=75).
Each Item also has Volume Discounts ( the qty breaks can vary between Customer groups as well ) ( Item A in Group A breaks at 1-49 @ 65% * SRP, but for Group B breaks at 1-75 @ 70% * SRP; etc )
Individual Items will be maintained in Item Groups. These items will have the same breaks and discounts.
Initially I can see how to set all this up but they also add 1 to 2 Items per week. which means trying to associate the new items with the correct customer group, volume breaks and discounts would be a nightmare.
How can this scenario be made more manageable so that new items can be put in with ease?
Would the Configurator tool be useful?
TIA
Jeff Cooper

Hi!
We can achive this using Price List Hierarchies and Expansions  under Inventory.
Please see this threads to have a better understanding
Price List Hierarchies and Expansions
[Special Prices for Business Partners] and [Hierarchies and Expansions]
Special Prices - Hierarchies

Similar Messages

  • Qry:How to get different price for each price list (variable area) in order

    1-How to get different price for each price list (variable area) in order for sale. for the opportunity to display and select multiple prices.
    2- I add a location store from a table in line item and I want to see this area in order,.
    I 'm created 2 field location(item line and order), 1 table location
    I tried this for exemple : select $ [userfieldlocation.OITW]

    Thanks Suda for your answer,
    the Formatted Search for prices is OK, but for the Item locations in warehouse this is not so simple,     
    I must have several (at least 2) locations for the item in the Warehouse and a track of this location and search possibilities.
    read carefully and imagine how (Management warehouse locations)
    I added a user table '@Location' who linked to a user field 'U_Location in Item master data --> lnventory data  line and an ather user field 'U_Location' in sales order
    I met the value of location in the table (list of locations for any warehouse), I select the location of each item while receiving merchandise in the user field of inventory data line (Item M data) and this value appears in the sales order 'U_Location' user field ( only the location value in the default warehouse for this Item)
    or
    create an user field 'location' in Good receipt PO to fill it while receiving merchandise that appears in the sales order to give possibility to find/select the location of the item at this order and in Item master data
    I think we will use all these tables
    @LOCATION
    PDN1
    OITM
    OITW
    OWHS
    RDR1
    Juste a another question : where you found this and What is: ' 38.1.0 '
    Is it in document (System information):Item=38 Pane=1 ??
    Thanks,
    Ouchen

  • Issue for Production Price list field missing

    Hello all,
    I have a strange issue with a field missing in the issue for production window. When an issue for production is created, the Price list field is missing. Please see the attached screenshot. Does anyone know how to show this field? I have checked form settings and it's not an option there.

    Hi Chris
    Following is the SAP Note No: 1720071
    Symptom
    When opening "Issue for Production" from "Production Order", "Price List" field is missing.
    Reproducing the issue
    1. Login to SAP Business One.
    2. Go to Production->Production Orders, open a "released" production order document.
    3. Right-click a row whose "issue method" is "Manual", and choose "Issue Components". (If all the rows have "Backflush", you need to change one of them.)
    4. "Price List" field is missing on the left top of the new screen.
    5. If you click "Attachments" tab, the field will be showing correctly.
    Solution
    Current workaround is to click "Attachments" tab to make "Price List" showing.
    The issue is planned to be fixed in SAP Business One 9.0.
    With Regards
    Balaji

  • Ideas for a "buddy list"

    hi i am trying to design and create a buddy list for my instant messenger. i have created a Jtree with online and offline has the child nodes.
    i then going to create a vector list stored in a txt file with users names, and i will load that list in a jtree..
    the problem im having is how can i load data from the vector list into the jtree? And most importantly how can the Jtree autmaticly updates itself when a user is offline/online?
    BTW i have a sMYSQL erver that knows when a user is offline/online..
    any suggetsions?

    > i read about mvc but i dont see it helping me in this situation.
    With more experience, you'll hopefully learn the relevance.
    > i read about tree listeners and thats more
    relivent than mvc patterns.
    I don't agree that it's "more" relevant at all. The view listens to the model in this case, which a JTree does (it listens to the TreeModel).
    > i added tree listeners to
    my program and insterted this code below...
    I don't see that there's a need to add any tree listeners in your case. Update the model, and the view will update itself automagically.
    Please refer to the following:
    How to Use Trees
    Dynamically Changing a Tree
    DynamicTreeDemo
    Good luck!

  • Approval for Price list

    Hi all!
    I would like to create a query for approval.
    Every Business Partner are specified for one Price list. And on each Sale Order, if user enter a price less than Price of Item that set in Price List. This Sale order will be approve before add to system.
    Could you help me please
    Thank alot.

    Hi Gordon!
    I try this query only for Sale Order. But have error.
    Can you help me!
    Select Distinct 'TRUE'
    From OCRD Inner Join ITM1 On OCRD.ListNum=ITM1.PriceList
    Where OCRD.CardCode=$[ORDR.Cardcode] And ITM1.ItemCode=$[RDR1.Itemcode]  And ITM1.Price>$[RDR1.Price]
    Thanks!

  • How to use QPXVBLK: QP: Bulk Import of Price List?

    hi,
    i'm trying to create a script for import price lists. i've read that this concurrent program "QPXVBLK: QP: Bulk Import of Price List" is what i need. i've been able to successfully create the script to populate the interface tables:
    QP_INTERFACE_LIST_HEADERS
    QP_INTERFACE_LIST_LINES
    QO_INTERFACE_PRICING_ATTRIBS
    but i'm getting an error.
    3436374/PRL/QP_INTERFACE_LIST_HEADERS/24934 Cannot perform Insert, as record with orig_sys_header_ref 24934 already exists for the list_source_code .
    i figured it has something to do with the ORIG_SYS_HEADER_REF, ORIG_SYS_LINE_REF and ORIG_SYS_PRICING_ATTR_REF columns.
    below are values i'm currently passing.
    QP_INTERFACE_LIST_HEADERS TABLE
    - ORIG_SYSTEM_HEADER_REF = LIST_HEADER_ID
    QP_INTERFACE_LIST_LINES TABLE
    - ORIG_SYS_LINE_REF = LIST_LINE_ID
    - ORIG_SYS_HEADER_REF = LIST_HEADER_ID of parent record in QP_INTERFACE_LIST_HEADERS TABLE
    QP_INTERFACE_PRICING_ATTRIBS TABLE
    - ORIG_PRICING_ATTR_REF = PRICING_ATTRIBUTE_ID
    - ORIG_SYS_LINE_REF = LIST_LINE_ID of parent record in QP_INTERFACE_LIST_LINES TABLE
    - ORIG_SYS_HEADER_REF = LIST_HEADER_ID of parent record in QP_INTERFACE_LIST_HEADERS TABLE
    if these are not correct, what values should be passed on this columns?
    thanks
    allen

    hi all,
    ii would like to add a follow up question on this.
    what fields are required when inserting records into the interface tables for the QP: Bulk Import of Price List?
    i've been running some tests and while some price lists are imported with no issues, some are not and some only partial. i'm not receiving any errors on the import which makes this harder for me to debug.
    any thoughts?
    thanks.
    allen

  • Online Price List

    Hello,
    One of our client has E-Commerce 5.0 and TREX 7.1 integrated and web shop is working fine.
    They are looking forward to integrate online price list.
    Current scenario - They have a Z table (50,000 records) which has all the pricing relevant records. We are thinking to replicate it to TREX and generate an ad-hoc query from application. We are expecting TREX should return the result which will be displayed and then users can download the same. Z table has around 25 fields and same needs to be replicated to TREX.
    Questions:
    1. Will it be a good approach to replicate whole Z table to TREX for online price list? If not, what should be the best way of accomplishing this?
    2. Is there any limitations in TREX for each records (like only 512 chars TREX can hold)?
    3. Please recommend any guide if available for this.
    Thanks in Advance.
    Thanks.
    Shubhangi

    If you are viewing the TREX as a data store, you may go wrong. It is strictly used as an Index server by the CRM / Product Catalog. The key to the records is the Product GUID and the values of the Product Attributes get indexed and stored. Queries return the product GUIDs (list) for the given attribute values.
    Normal Price List is also published in a similar sense. One value per product. If you have to associate multiple values (refer to your question about length), think in terms of Attributes and their values.
    There is no method to list the results in a way usable for printing. Any printing capability has to be custom developed.

  • Demantra Price List Collections

    We are collecting price lists from EBS into Demantra and found that not all items from the EBS Price List are included in the collection and download into Demantra msd_dem_price_list table. For example, for one price list, the EBS Price List contains 4014 distinct items with active prices; however ,after price list collection is run into Demantra, only 3160 distinct items with prices are populated in the msd_dem_price_list table for this series.
    Are there any system constraints that limit the items/pricing records included in the price list collection?
    Thanks
    Edited by: user566845 on Oct 18, 2010 3:10 PM

    Hi Raj,
    Thanks a lot for the reply.
    Actually I was thinking of loading the price at a daily level and at a Item - Location level so I'll have the SALES_DATE, ITEM_CODE, LOCATION_CODE, PRICE colums.
    Let's say that I have the next situation: if one product has price 5 starting with 01.01.2011 till 05.31.2011 and starting with that date the price will be 6. How do I define that in the flat file ?
    1. I insert 2 lines i.e.
    SALES_DATE ITEM_CODE LOCATION_CODE PRICE
    01.01.2011 X Y 5
    05.31.2011 X Y 6
    OR
    2. I insert 1 line for each date starting with 01.01.2011 till 05.31.2011 and so on i.e.
    SALES_DATE ITEM_CODE LOCATION_CODE PRICE
    01.02.2011 X Y 5
    01.03.2011 X Y 5
    01.04.2011 X Y 5
    05.31.2011 X Y 6
    06.01.2011 X Y 6
    06.02.2011 X Y 6
    06.03.2011 X Y 6
    Thak you
    AMC

  • 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

  • DTW price list import

    I have a list of 4 different price lists that correspond to the items in an import I am working on.
    There is no predictable factoring ratio to use and I'm wondering if there is a way to import them as special prices?  How would I go about importing 4 different price lists into B1.
    Thanks!
    Mike

    Hey Gordon,
    I figured it out on my own.  Took a little while but I got it working for multiple price lists and got the customers linked to the proper price list.
    I didn't figure out how to set baseline price though.  I tried using line 0 but it didn't work.  Other than that I'm sorted though, thanks for the response!

  • Formatted search - Price list

    Hello all,
    My customer need to calculate a price of a row using an his particular algoritm.
    I have planned to use a formastted serch in the field price, but I need also the price list as the "Form Settings --> Document --> Table --> Price List",
    but I can't select this value.
    Some one can help me?
    Thanks

    There is no way to set the field price list visible in a row. We solved it by inserting a udf into the row level of the documents and the combination with a formated search for the price list.
    In our scenario u can choose from this udf with fms the price list. There is a second fms in the item price field with auto act. If you choose a price list, the item price calculate it selfs with the info from the udf.

  • Terms are changing price with default BP price list

    I have a customer with 33 distince price list assigned to customer.
    they also have several different payment terms.
    I have noticed that when the payment terms are changed, the price list assigned to the order may also be changed to the default price list for the terms code. . the user is prompted if they want to update all of the lines on the order to the new price.
    More importantly, if they change the terms first, the pricing is automatically set for all of the lines based on the terms default values not the business partner default values. This is cause them all kinds of pricing problems.

    This is indeed an issue for terms change.  Whenever you change the Payment Terms, you have to be very careful.  The best way to me is: reduce the times to change.  Make the changes as much as possible in one batch.  There is no way to prevent the change for BP price lists.
    Thanks,
    Gordon

  • 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

  • Multicurrency price lists

    Is there a way to create a price list in a currency that is different from the local or system currency in 8.8 or 8.81?  If so, how?
    Thank you,
    Avraham Litzman

    you can check this
    Suppose your client using 3 Currency right then make 3 price list name with same currency and now you put price on the currency wise for all item.
    Eg. USD, GBP and INR
    So first you make three price list.
    1.Price list for USD
    2.Price List for GBP
    3.Price List for INR
    and then put different price for all price list with item same item
    Hope it will work.
    Thanks
    Manvendra

  • Price List Template?

    I am looking for a template I can use for a price list I can print out and take with me. What I am looking for is something I can use for a Photo price list for youth sports teams.
    I thought I would see if something is out there before I have to create it from scratch.
    Thanks for the help

    Hello coreymcl,
    you can find a lot of templates here: http://iworkcommunity.com/index.php. See if they have something for you.
    Frank.

Maybe you are looking for

  • Mac Mini, Sonology NAS, And Apple AirPort wireless router, Will this work?

    [IMG]http://pic20.picturetrail.com/VOL256/13533814/24272354/405877013.jpg[/IMG] OK, so my plan is to create a home movie server for the living room and the kitchen as illustrated in the diagram. I Plan on using a mac mini (current generation) as the

  • "Segment" field when invoice posting (FB60, FB70)

    Dear experts, We use Segment reporting so we need report balance sheet and income statement on each segment. But when I post invoices through t.codes FB60 (F-43) or FB70 (F-22) I can't enter Segment information for vendor or customer item under tab "

  • How can I upgrade a webdynpro theme from 6.40 to 7.0?

    Hi All, we have got a WebDynpro theme created for our company which currently runs on Web AS 6.40 SP 17. We have another WebAS Java 7.0 SP 9 installation. If I use the theme running on 6.40 on the 7.0 it does not work properly with for e.g. the WebDy

  • Virtual infocube with Function module

    hi! i wrote function module that fill virtual cube with data. i can view loaded data. but data in Bex is not displayed hierarchically. what to do? interface of function module: import parameters: I_INFOPROV type RSINFOPROV I_TH_SFC type RSDRI_TH_SFC

  • Several apps available for virtual  PC

    There are several apps for running windows on the MAC. What are the differences? Is there a web site that shows all available options and reviews all of them? A long time ago I used Virtual PC (it was the only one out there), but I noticed that there