Item + Lotwise Price List Changes

Hi All,
We are Manufacturing Unit of Lubricants (FMCG). We have OPM manufacturing and each batch have different cost. so price list is defined for each batch based on cost. if the cost vary then new price list will be created or continue to have same price list until any changes in cost. Each batch stock will be stored under lot which is same as batch number. So each lot is having price list and stock is maintaining in each price list. At the time of creating sales order we book it in New price list and Shipment may happen in another 3 or few days. During shipment only we will check for stock and allocate the stock based on FIFO, if we have old stock then we will allocate that lot and change price corresponding to that lot and bill it in that price list otherwise we will bill it in same price.
Eg: Item A is manufactured and having stock in different batch with different price list
Batch 1 - 10 Qty - Lot 1 - Price -110
Batch 2 - 5 Qty - Lot 2 - Price - 100
Batch 3 - 10 Qty - Lot 3 - Price - 120
We book order for 22 Qty at Price 120 - total value is 22 * 120 = 2640
During shipment we allocate stock from Lot 1 - 10 qty + Lot 2 - 5 qty + Lot 3 - 7 qty
So based on allocation we need to update sales order line price as 10 *110+ 5*100 + 7*120 =1100+500+840 = 2440.
during shipment based on allocation we need to change price in sales order line with split up. How to achieve this scenario in oracle
Thanks in advance

There's a standard workflow to reprice the order upon shipment.. Like "Line Flow-Generic", there's another workflow with "line flow-Generic, with Repricing at fulfillment". That should resolve the issue if you associate this workflow to your order type.
Thanks
Gopi

Similar Messages

  • Customer wise Item Wise Price List History Report

    Hello Experts,
    My Customer Wants the Customer wise Item Wise Price List History Report
    Dixit Patel

    Dear Dixit,
    SELECT CardCode,ItemCode,T0.DocDate,DocNum,Price FROM RDR1 T1
    INNER JOIN ORDR T0 ON T1.DocEntry=T0.DocEntry
    ORDER BY CardCode,ItemCode,T0.DocDate DESC
    Is this will be enough?
    Best Regards,
    Hendry Wijaya

  • How to upload price for a item in price list using DTW ?

    hi all,
    How to upload prices of all the items in price list using DTW ?
    What are templates used for it ?
    Item masters were already created.
    Jeyakanthan

    Hi
    Create two Excel templates 'Items.xls' and 'Items_Prices.xls'
    Since you have already imported items, just have the record key and item code alone in the 'Items.xls' . For example:
    RecordKey.......ItemCode
    1.......................I0001
    2.......................I0002
    In the Items_Prices template, Fill Pricelist Number fromOPLN and Price of the Item
    RecordKey....LineNum......Price
    1......................1..............350.00   (Means for Item I001, Pricelist 1 is updated with 350)
    1......................2..............300.00   (Means for Item I001, Pricelist 2 is updated with 300)
    2......................1..............550.00   (Means for Item I002, Pricelist 1 is updated with 550)
    2......................2..............600.00    (Means for Item I002, Pricelist 2 is updated with 600)
    In step 4 of DTW, Choose
    Check - Update Exisiting Object
    Uncheck - Import New Object
    This should update the pricelist alone for the items

  • BP Price List changed unexpectedly

    My Customer wrote -
    We have noticed that occasionally the BPs Price List in the Payment Terms tab changes from Price List A (Trade) to Price List H (Retail) without anyone actually doing this.   When we examine the history it usually appears to have happened at the same time that a user has made another change or added a note.   All users are adamant that they have not touched the Payment Terms field.   We canu2019t find changes in the other direction (i.e. H to A).
    As anyone seen this and know what causes it?
    Help much apreciated
    Martin

    Hi Martin.......
    Without change by anybody it can not be changed.
    I would suggest you to ask your Client to restrict the price list change by giving No Authorization to the user to whom he has given and see for sometimes. And main thing just ask him to change Manager Password and not to tell anyone till solve this issue.......
    Hope this will help you.....
    Regards,
    Rahul

  • Price list changed

    I have a customer on 2005 who is having a problem with one price list. The price list is based on another base price list. Manual is ticked in the price list for all items, however the item prices on that price list are changing daily and we don't know why.
    I have tested this and the price should only change if manual is deselected(before or after) or if the price is changed on the item master. If the price is changed on the item master, it shows up on the change log as changed field 'price List'.
    The customer says they have not deselected manual at any time and the item master data change log does not show any price change on item master data.
    Any ideas how this could be happening?

    Hi,
    <br /><br />
    I might be a bit late contributing to this, but I have found a bug in relation to manual selection within price lists and price updates/imports.
    <br /><br />
    Some of our price lists represent contracts where the price for certain items is set in stone. We do this by ticking the manual checkbox and entering in the price. These price lists have a parent price list as this is the easiest way to manage the price on those items no on contract. Some contract price lists also have a % discount on these non-contract items, achieved using the price list factor.
    <br /><br />
    For a year or so (or even longer) we have suspected that changes were being made some items on contracts, and the manual checkbox being unticked. I put this down to user error and limited access to the contract price lists to only one user. Still the problem persisted. <br /><br />
    Using the query above with a few minor changes showed me the last time the price was changed that the item still had the manual checkbox ticked for the item in question on the contract price list:
    <br /><br />
    Select T2.Itemcode ,T2.PriceList ,T2.Price as 'CurrentPrice', T2.ovrwritten as 'Current Status',
    T1.Price as 'Old Price', t1.ovrwritten as 'Old Status', T0.UpdateDate,T0.UserSign ; from AITM T0 Inner Join AIT1 T1
    on T0.Itemcode =T1.Itemcode and T1.Loginstanc =T0.loginstanc inner Join ITM1 t2
    on T2.ItemCode= T0.ItemCode
    where t0.itemcode = '07041' and t2.pricelist = 13
    <br /><br />
    Checking in the price list showed that it was no longer ticked.
    <br /><br />
    The last price update has been done via Import/Excel - import from excel, nothing to do with the price list in question or its parent price list.
    <br /><br />
    However, on my laptop/test system I ran the same price list import/update, before the manual box for the item was ticked, afterwards it was not.
    <br /><br />
    Very strange, and raised the question, why didnt it do this for all items on the import, and for all other contracts?.
    <br /><br />
    Further investigation showed that although the manual checkbox had been unticked, that the price remained the same. It just so happened that the previous manual price was the same as the parent price less the child price list factor, which in this case is 5%, i.e.:
    <br /><br />
    Original manual Child PL price = u20AC35.65
    Parent PL = u20AC37.53
    Child PL factor = 0.95
    36.53 x 0.95 = 35.63
    <br /><br />
    It would seem that for some reason SAP removes the manual tick from a child price list if it see's no difference between the child manual price and the parent price less the child price list factor. Which is strange and dangerous behavior.
    <br /><br />
    Now whether or not this happens on any other method of updating prices, I do not know, I have only tested the one method so far. To prove a point, I re-ticked the items manual checkbox in the child price list, altered the price slightly in the parent price list, and reran the update. This time the item child price remained as manual, this is because the parent price - the child factor was now different to the manual price in the child price list.
    <br /><br />
    I'm not sure where to go on this now, we do plan on upgrading  towards the end of this year, which leaves me with a problem in the interim. Perhaps I might capture the oncontract status of items and generate and alert when this changes, or something similiar.
    <br /><br />
    Anyway, I hope this might help others who suspect something is not quite right with manually entered prices in 2005 (our version is actually 2005A SP1 PL36).
    <br /><br />
    Martin.
    <br /><br />
    Edited by: Martin Barrett on Mar 10, 2010 4:27 PM

  • Query for Price List changes

    Hi,
    I need a query to get a listing of all sales orders where the pricing has been changed from the approved price list.
    Also, a query to pull a list of changes to price tables that occurred in February, March, and June months of 2007.
    Can anyone help me with this?
    thanks,
    Ashwathy

    Hi,
    I agree with you, possible but not probable. In pricing, you can have prices for all items, for categories and for items. You can also have prices defined for a range of quantities in a UOM. Assuming your prices are defined in the list for items, in the same UOM product was ordered, the query would be like that for one order:
    select c.ordered_item, c.unit_list_price, c.unit_selling_price, a.operand
    from qp_list_lines a,
    qp_pricing_attributes b,
    oe_order_lines_all c
    where a.list_line_id = b.list_line_id
    and a.list_line_type_code = 'PLL'
    and b.product_attribute_context = 'ITEM'
    and b.product_attribute = 'PRICING_ATTRIBUTE1'
    and c.inventory_item_id = b.product_attr_value
    and c.pricing_quantity_uom = b.product_uom_code
    and a.arithmetic_operator = 'UNIT_PRICE'
    and c.header_id = :header_id
    and c.price_list_id = a.list_header_id
    and c.pricing_date between nvl(a.start_date_active,c.pricing_date)
    and nvl(a.end_date_active,c.pricing_date)
    Hope it helps,
    Ketter Ohnes

  • BOM Price List Change

    Does anyone know if it is possible to change the BOM price list for each item in the BOM Globally for all BOM's.
    I need to change the price list for all BOM's, this would save a lot of time.
    Thanks for your help

    Hi brett
    Update parent prices globally update the BOM prices based on the changes in the prices of the Component item, in single click it will give u the recommendation and the status of all the BOM prices it is our discretion to accept.
    thanks & regards
    baskar

  • No Price List Line Item in Price List detail page

    Hi
    I just started with Oracle ON Demand so my question my look silly but I couldn't find solution myself and I have to ask.
    When I created Price List and Product now it is time to connect one to another. But, when I went into Price List list page, click a price list name on the Price List detail page and try to click Add in the Price List Line Item section there simply is no such thing on my page. I tried on Product Edit page but wit the same effect. Do I do something wrong or for example there have to be specific field marked or unmarked somewhere? I still work in Staging Environment maybe it is a problem?
    Please help.
    Thanks

    At this time the price list functionality is only available for partner relationship management (PRM). It is on the roadmap to provide this functionality. However, I do not have a release date at this time.

  • Don't see Item in Price List

    Hi
    I have a problem with OM
    I have defined an item in Inventory, and assigned organization, too.
    But when i made price list in Order Management, I didn't see that item
    Please tell me more.

    Hi,
    You can refer metalink note # ID 392371.1.. Have you defined any qualifiers ??
    From Oracle Price Manager Responsibility please submit "QP: Maintains the denormalized data in QP Qualifiers%" along with appropriate parameters.
    Hope this will help.
    Regards,
    S.P DASH

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

  • ITEM CREDIT PRICE CHANGED

    Hello Gurus,
    We have an issue in sale order. It is like this. When we change the confirmed quantity in the sales order the item price is changing by few decimals. When we searched for notes we found in one note that it is system standard behaviour. But we asked SAP to check the issue in our system.
    In the example sales order from the production system the change log mentions that item credit price is changed in VKM4 but we could not replicate the same in quality system. We could only replicate the change in VA02.
    Now my question is how can we make any changes in the sales order from t-code VKM4
    Can anybody suggest me.
    Regards
    Prabhu

    Generally, In the change log the system takes,  the base transaction which is used. when we use VKM3/VKM4 the system goes into the sales order and makes the relavant changes like status change etc. The change mode of the sales order is called inside the VKM4 transaction.
    This is applicable to any transaction,  if you are using any FM to change the data in the sales order,the system shows SE37 as the transaction code used..

  • Item credit price changed in Sales order - credit management.

    Dear Friends,
    In Sale order item change log shows ' item credit price changed' . Item credit price  comes from 'Total ' value line in pricing which is the sum or prices and taxes. But where as none of prices and taxes that contribute to this total have been changed,  the change long shows item credit price as changed from a value to other .
    This sale order has many items and for most items same is the case. For some items it looks like quanity got confirmed eventually through back order or availability check from VA02. The  change log for the document also shows 'credit released value' also as changed.
    User wants to know how item credit price which is nothing but total value line is shown as changed when none of the prices and taxes have been changed
    Could someone throw light on this?
    Regards
    Mahesh.

    Hi Murali ,
          First, Thanks for the reply .
        In this issue what happened is,  after couple of items  added, the sales order was released for credit check. Later changes have been made to this credit released document either by way of adding new items or by confirming the availability check for some items . Because of this change log is showing ' realeased credit vlaue' as changed from certain vlaue to the other . How this could have affected change in item credit price    which is coming form toal value line which is nothing but netvalue ( price -disccount+ taxes assingend with subtoal 'A' ) ?
    What exactly is the concept of released credit value and its relation to item credit price ?
    As per releasing the document that is not a problem but user's request is he  wants to know why this is happening .
    Please help me in understanding this better.
    regards
    Mahesh

  • 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

  • Mass updating/uploading of a price list

    Hi,
    Need to know if there is a way to mass update a price list. For example, I have 1000 items on price list 3. I need to update the prices of all items in the list and there is no definete factor. Since there is no definete factor I need to update all manually and since there are many items, need to know if there is a way to upload the prices for a specific price list.
    also need to know if there is any way to update the "Last Purchase price" list
    thanks for any help !

    Hi,
    thanks for the details. I still have an issue on this. I have used the templates and tried to upload the price list and face the following problem.
    First, I am not clear as to what the field "LineNum" in the "Item_Prices" template means. I assumned that this was the price list number, but even though the upload says that all items were successfully updated, I cannot find any price list that has the updated prices... all lists still have the same old price... : (
    Now I am confused... Need some help on the below:
    1. LineNum : Is this the price list number ?
    2. I have manually maintained some of hte prices, can they be updated ?
    3. What about the prices that are taken as a factor of a base list ( like 1.3x Last purchase price...)
    Need some help urgently on this please...
    Thanks !
    Nirusha

Maybe you are looking for

  • How to access UCM Web Service in Oracle.

    Hi All, I am trying to call UCM Web Service (CheckIn.wsdl) using oracle. But these web services are secured and expecting username/password. Any one have any idea to pass username/password in oracle function. My Code :- CREATE OR REPLACE FUNCTION che

  • Cannot delete files from Mail Junk folder

    I have an issue with Mail.  I have two messages without content that cannot be deleted from the Junk folder.  I can change the classification (junk to not junk); try to move them to another folder, but nothing works.  This problem is unique to my Mac

  • 8500 All in One - touch screen not working

    One minute the touch screen with all it's functions was working fine and then, bam (!), the touch screen stopped working and I can't even use the one/off switch to power the unit off - it does not respond.  Funny thing is that the printer is still wo

  • For SCC-FT01 what is the maximum current for a 5 V excitation?

    Simple question, Will my SCC-FT01 be able to handle a total current of 86 ma?  I have a SCC-2345 and 6 SCC-SG24  I am using the FT01 to limit the excitation to 5 VDC  for my 6 load cells.

  • Command line to change file type association?

    I'm trying to find the correct way to change the association for .PDF files by command line, to add to a deployment script.  The client mahcines have Reader X and Acrobat 7.  I'm trying to get it so by default, all users on a machine will use Acrobat