Previous purchase price in PO -

Hi Friends,
How to get previous purchase price in PO as item wise.
1 time -Ex. Material A , net price=5000
2-time - if i will put Material A for purchase , system have to show me my last (Previous) purchase price of this material is 5000.
Regards,
MAhesh.

If you want the system to take the price from the last Purchase Order, then do not maintain the conditions in the info record because it has precedence over the last PO. This means that the netprice field in the info record should be left blank.
In the case when you have already maintained the conditions in the info record (or netprice), try to delete them or make them invalid by changing the validity date.
Even though no price was maintained, the info record will still keep track of the Order price history.
To check the Order price history, go into the material info record and click Environment -> Order price history

Similar Messages

  • Previous purchase price in PR.

    Dear all,
    I need to get previous purchase price in Purchase requisition by default. But PR will take material master price. is it possible to get previous purchase price in PR instead of material valuation price ? please suggest.
    In PO previous purchase price will come.

    By standard in PR material price will be picked.

  • Purchase Price Comparison by Items

    Hi Experts,
    Need your advise for a report. I need a report which would show the two previous purchase prices of items to compare them. Something like below:
    Latest Purchase Price
    Previous Purchase Price
    Difference
    Item Code
    I am able to create the report per item but could n't for all items or a list of all items.
    Can you help please?
    Thank you.
    Best Regards
    K
    The report for single item as input parameter is:
    /* SELECT FROM [dbo].[PCH1] T1 */
    DECLARE @Item AS varchar(50)
    /* WHERE */
    SET @Item = /* T1.ItemCode */ '[%0]'
    Select TC.Item, TC.MDate, TC.MPrice [Last Purchase Price], TD.NDate, TD.NPrice [Previous Price], TC.MPrice-TD.NPrice [Price Diff]
    From
    (Select TA.Item, TA.Date MDate, TA.Price MPrice From
    (SELECT T1.[ItemCode] Item, T0.[DocDate] Date,T1.[Price],Row_Number() Over (Order By T0.[DocNum] desc) as RowNum
    FROM OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.ItemCode = @Item
    )TA
    Where TA.RowNum = 1) TC
    INNER JOIN
    (Select TB.Item, TB.Date NDate, TB.Price NPrice From
    (SELECT T1.[ItemCode] Item, T0.[DocDate] Date,T1.[Price],Row_Number() Over (Order By T0.[DocNum] desc) as RowNum
    FROM OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry WHERE T1.ItemCode = @Item
    )TB
    Where TB.RowNum = 2) TD
    ON TC.Item=TD.Item

    Dear Kanu, i was searching for the same query and then designed this one;
    this will give you the recent and the last purchase date (from GRPO) and their rate differences, with the document number of ALL ITEMS from item Master Data (of-course NULL to which are not purchased/received). i usually add queries through command on CR  and then do the formula stuff (like suppressing etc). therefore forwarding you the same.
    select ItemCode ,ItemName,
    ---- Last GRPO No(by Document Date) -----
    (Select top 1 PDN1.DocEntry from PDN1 INNER JOIN OPDN ON PDN1.DocEntry = OPDN.DocEntry where ItemCode = OITM.ItemCode order by OPDN.TaxDate desc) as LatestGRPONo,
    -----LATest PUrchase Date ---
    (Select top 1 opdn.TaxDate from PDN1 INner join OPDN ON PDN1.DocEntry = OPDN.DocEntry where ItemCode = OITm.ItemCode order by opdn.TaxDate desc)
    as LatestPurchaseDate_Postingdate,
    -----Last Purchase Price ----
    (Select top 1 PDN1.Price from PDN1 INNER JOIN OPDN ON PDN1.DocEntry = OPDn.DocEntry where ItemCode = OITm.ItemCode order by OPDN.TaxDate desc) as LastPurchasePrice,
    ------Previous GRPO ----
    (Select top 1 OPDN.DocEntry from PDN1 INNER JOIN OPDN ON PDN1.DocEntry = OPDN.DocEntry where PDN1.ItemCode = OITM.ItemCode and OPDN.TaxDate = ((Select top 1 opdn.TaxDate from PDN1 INner join OPDN ON PDN1.DocEntry = OPDN.DocEntry
    where ItemCode = OITm.ItemCode and OPDn.TaxDate < ((Select top 1 opdn.TaxDate from PDN1 INner join OPDN ON PDN1.DocEntry = OPDN.DocEntry where ItemCode = OITm.ItemCode order by opdn.TaxDate desc)) order by opdn.TaxDate desc))) as PreviousGRPONo,
    -----Previous Purchase Date
    (Select top 1 opdn.TaxDate from PDN1 INner join OPDN ON PDN1.DocEntry = OPDN.DocEntry
    where ItemCode = OITm.ItemCode and OPDn.TaxDate < ((Select top 1 opdn.TaxDate from PDN1 INner join OPDN ON PDN1.DocEntry = OPDN.DocEntry
    where ItemCode = OITm.ItemCode order by opdn.TaxDate desc))
    order by opdn.TaxDate desc) as PreviousPurchaseDate,
    ------ Previous Purchase Price
    (Select top 1 PDN1.Price from PDN1 INNER JOIN OPDN ON PDN1.DocEntry = OPDN.DocEntry
    where PDN1.ItemCode = OITM.ItemCode and  OPDN.TaxDate = (Select top 1 opdn.TaxDate from PDN1 INner join OPDN ON PDN1.DocEntry = OPDN.DocEntry
    where ItemCode = OITm.ItemCode and OPDn.TaxDate < ((Select top 1 opdn.TaxDate from PDN1 INner join OPDN ON PDN1.DocEntry = OPDN.DocEntry
    where ItemCode = OITm.ItemCode order by opdn.TaxDate desc)) order by opdn.TaxDate desc)) as PreviousPurchasePrice,
    ------ Difference
    (Select top 1 PDN1.Price from PDN1 INNER JOIN OPDN ON PDN1.DocEntry = OPDn.DocEntry where ItemCode = OITm.ItemCode order by OPDN.TaxDate desc) -
    (Select top 1 PDN1.Price from PDN1 INNER JOIN OPDN ON PDN1.DocEntry = OPDN.DocEntry where PDN1.ItemCode = OITM.ItemCode and  OPDN.TaxDate = (Select top 1 opdn.TaxDate from PDN1 INner join OPDN ON PDN1.DocEntry = OPDN.DocEntry
    where ItemCode = OITm.ItemCode and OPDn.TaxDate < ((Select top 1 opdn.TaxDate from PDN1 INner join OPDN ON PDN1.DocEntry = OPDN.DocEntry where ItemCode = OITm.ItemCode order by opdn.TaxDate desc)) order by opdn.TaxDate desc)) as PriceDifference
    from OITM
    Do let me know if this helps.
    Regards.

  • Previous Purchase Order Price

    While creating Purchase order, if i need to see the Previous Purchase order Price for the material, From where i have to see?

    Hi
    Prompt the last Purchase Order Price for the Material
    If you want the system to take the price from the last Purchase Order, then do not maintain the conditions in the info record because it has precedence over the last PO. This means that the net price field in the info record should be left blank.
    Even though no price was maintained, the info record will still keep track of the Order price history.
    To check the Order price history, go into the material info record and click Environment -> Order price history
    Regards
    Anand

  • I have a problem with a previous purchase and sign in is required. However, the card is no longer in use and so no money can be billed from it. I need to add a new card so that the money can be taken from that card instead. It's from a different country

    I have an Australian card associated with itunes and the App Store. However, I am no longer in Australia and I wish to change my country of residence and card to the UK/English. When I try to change country, it says there's a problem with a previous purchase, meaning I have no money on the Australian card and therefore the previous purchase cannot be billed.
    The only way I can pay for the previous purchase is by adding an English card but it won't let me do this.
    Does this mean I have to somehow put money on the old Australian card to pay for the previous purchase? Or is there a way I can transfer the bill to an English new card?
    Cheers guys
    Arron

    You are right, but how could i send it to Apple? when the phone company first replaced my iphone they had in stock alots of iphones and they just sent mine back to Apple and gave me a new one, so all i did is to give them my phone, but now how could i sent it to Apple? and i cant send it by myself, and the store wont do that, its a lost for them.. so sending it to Apple wasnt an option from the begining.
    and for the record, i dont think the store where i bought it is an authorized shop.. its just a store who boughts phone's from Apple in a low price and sells it in much more money..

  • HT201359 i have a problems while purchasing or download a free item in apps store or itunes, it said that you have a problems with previous purchase, it also said that my payment method was decline.,..

    i have a problems while purchasing or download a free item in apps store or itunes, it said that you have a problems with previous purchase, it also said that my payment method was decline.,..

    Hi shldr2thewheel,
         it has been a while since we have last spoke, I would like to let you know, I am still working on getting used to the switch from windows to a Mac/Apple system. I do have a new question for you, I did purchase In Design CS5.5 through journeyed.com through Cuyahoga Community College of which I attend as a student, is there a way to purchase an online book through iTunes to learn that as well? Also, you know me, the struggling student, I would also, when and if the book can be purchased through the iTunes, would need to know if you do know of a much easier book for struggling students like myself and at a reasonable price as well for the In Design CS5.5 program. Our campus bookstore had closed early, and, so did the colleges library and our local library here where I do live, so, I cannot go to either place to purchase a book or to take out a book, plus cash funds are low at this moment as well but, I do have money left on the iTunes account to use, if it can be used. So, can it be used, the iTunes money, towards finding a low priced online book? I am in great need of assistance as I have a project due for my one course for this Tuesday, September 4, 2012.
    Sincerely in need of help once again,
    Kim

  • How do I stop Mac App Store apps listing as "Accept" rather than the purchase price?

    Hi there,
    I'm attempting to buy iPhoto '11 from the Mac App Store but it lists as "Accept" rather than the purchase price.
    When I click on Accept a message pops up saying "These apps cannot be accepted by your Apple ID: These apps were already assigned to another Apple ID, and they will be available in that Apple ID's Purchases list. If you don't have access to that Apple ID and want to receive future updates, you will need to purchase the applications."
    The pop-up gives the option to hit OK and there are no other buttons.
    iPhoto '11 is not in my purchases list. I have never bought it before. I am using a second hand Mac and I suspect the previous owner may have downloaded iPhoto but it is no longer installed anywhere on the system and I am the sole user of it. There are no other accounts on this Mac and it looks like it was reformatted back to scratch before I bought it.
    The problem is I cannot find any way to reset the "Accept" option so I can actually purchase the App.
    Does anyone know how to fix this issue?

    i also am having this EXACT same problem and alot of others seem to be too? i wonder what is going on here! if anyone from apple reads this, maybe it is something you can look into? My mac did not come with a start up disk and i accidently deleted the iphoto app... i have 2 apple I.Ds but i dont use the one originally registered. i am aware i will have to buy the app again in this case so please let me buy iPhoto please! and thanks!

  • Purchasing price variance report

    dear all,
    I have to generate the purchasing price variance report...
    Report to analyze and compare the following data elements from the invoice and standard cost:Period Actual average price per unit.YTD actual average price per unit o current year.YTD actual average price per unit o previous year.Current (actual) standard cost per unit.
    The tables to be used Ekko/ Ekpo/Ekbe.
    Best regards

            Setting of Chartrange and Labelrange (1)
    .ChartRange  = .Range(start, end)
    .ChartRange  = .Range(.Cells(row#,column#), .Cells(.Rows.Count row#, column#))
    .ChartRange  = .Range(.Cells(1,1), .Cells(.Rows.Count-1, 5))
    0
    1
    2
    3
    4
    5
    0
    Label Range
    ** Header names not to be exported to chart **
    1
    4
    3
    -8
    2
    4
    3
    -7
    3
    5
    2
    -6
    4
    7
    21
    -5
    5
    18
    35
    -4
    6
    15
    25
    -3
    7
    20
    16
    -2
    8
    0
    0
    32
    2.5
    5
    -1
    .ChartRange  = .Range(.Cells(2,1), .Cells(.Rows.Count-1, 5))
    0
    1
    2
    3
    4
    5
    0
    Label Range
    ** Header names not to be exported to chart **
    1
    ** data not to be exported to chart **
    -8
    2
    4
    3
    -7
    3
    5
    2
    -6
    4
    7
    21
    -5
    5
    18
    35
    -4
    6
    15
    25
    -3
    7
    20
    16
    -2
    8
    0
    0
    32
    2.5
    5
    -1

  • HT201359 I purchased the program from before, why was the discount amount on a program previously purchased

    I purchased the program from before, why was the discount amount on a program previously purchased
    Item     Developer     Type     Unit Price
    Learn English with busuu!, A1 - Beginner
    Report a Problem      Busuu Limited      In App Purchase     $4.99
    Order Total:     $4.99
    Please retain for your records
    Please See Below For Terms And Conditions Pertaining To This Order.
    Apple Inc.
    You can find the iTunes Store Terms of Sale and Sales Policies by launching your iTunes application and clicking on Terms of Sale or Sales Policies
    Answers to frequently asked questions regarding the iTunes Store can be found at http://www.apple.com/support/itunes/ww/
    Apple ID Summary •  Purchase History
    Apple respects your privacy
    Information regarding your personal information can be viewed at http://www.apple.com/uk/privacy/
    Copyright © 2011 Apple Inc. All rights reserved
    <Personal Information Edited by Host>

    Sorry, but I don't understand your question. What "discount amount" are you referring to?

  • Last Purchase Price wasn't updated after GR with 0 price

    I created Goods Receipt for the item with total 0. When I check last purchase price I see still a price from the previous document and not zero.
    How can I make last purchase price as zero?
    Thanks,
    Olga

    The Goods Receipt PO does not update the 'Last Purchase Price' list. The 'Last Purchase Price' list can only be updated by the following documents:
    AP Invoice
    Goods Receipt (Inventory Transactions)
    Initial Quantity (Inventory Transactions)
    Inventory updates e.g. Stock Posting
    Landed Costs
    Production Order
    Please refer the following WIKI
    [Does a Goods Receipt PO update the Last Purchase Price List?|https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageid=36438427]

  • Previous purchases not downloading to IPhone4

    Hi!
    My friend is having some trouble downloading his previous purchased songs onto his Iphone 4. He goes into the itunes store app, to download his previous purchases. When he clicks on the little arrow to start sycing it to his iphone, it says its downloading, and then it stops and the little arrow shows again. Can someone please help. Thanks!

    Just keep on buying episode by episode - previously purchased episoded aren't applied to to a multi-pass in order to reduce its price.

  • Previous Purchases not applied to Season-Pass or Multi-Pass?

    I’ve purchased 15 episodes of Lost, Season 2, and when I try to buy a Season Pass for that Season, the iTunes Store wants me to buy these episodes again. Since iTunes is adding the Season-Pass or Multi-Pass in the middle of the season, I would think they would apply what I’ve purchased so far to the Season Pass. What do you Think?

    Just keep on buying episode by episode - previously purchased episoded aren't applied to to a multi-pass in order to reduce its price.

  • Is there a history of purchase prices?

    Hello,
    We occasionaly change the purchase price of a product.
    Now I would like to to know
    - when did the price change?
    - What was the previous price?
    any idee what tables to use?

    Hello,
    Sorry to tell you but in my experience.  There is no history for the price changes in SBO 2005. 

  • HT201272 There is no mention here of audiobooks bought via iTunes. My previous purchases do not show up when I hit the "purchased" button, only music - help!

    I am trying to re-download, via iCloud, a previously purchased audiobook, but all the records of audiobooks i previously purchased seem to have been wiped from my purchase history, and no mention of auto downloads for audiobooks appears anywhere. Can anyone shed light on this anomaly?

    Audiobooks are currently a one-time only download, so they won't appear in the cloud for re-downloading. Have you not still got a copy of them that you can sync to your phone e.g. on your computer and/or on a backup ?

  • My app store wont let me download apps, says the card is expired and theres a problem with previous purchase can someone help me pls?

    My app store wont let me download apps, asks me to update my payment details then says theres a problem with previous purchase and card is expired which is untrue someone help me pls

    This is a User to User Forum...
    See Here for
    Mac Apps Store Customer Service
    http://www.apple.com/support/mac/app-store/contact.html?form=account
    iTunes Customer Service Contact
    http://www.apple.com/support/itunes/contact.html

Maybe you are looking for

  • My iTunes Purchases are not showing up at all

    I have the latest version of OSX (Mavericks). I have the latest version of iTunes (11.1.3) and I also use iTunes Match. Something must have happened in the past few weeks or so, but when I go into iTunes on my computer, go to the STORE and click PURC

  • How to open Adobe Reader file from another native IOS application?

    There is an existing thread, but I want to re-open it because I think this is an important feature that we need badly.  I was wondering if there is any plan to add this feature so we can open PDFs directly into Adobe from the web / other apps. How to

  • White bars in document aftre changing background color

    I changed the background color of my adobe acrobat 9.5.1 from white to green. However, the transition is not perfect; white bars (sometimes many, sometimes few), possibly evenly distributed, can always been seen (as you can see from the attached pict

  • Where can I get fix for TID3456911 (Virtual Office password issue)

    We currently experience the problem described in Document ID 3456911 (Novell Virtual Office - "your password has expired" popup) located on the novell knowledgebase (http://www.novell.com/support/search...200%2032504829). As described in the resoluti

  • Assign a value to a component of a field-symbol

    Hi, I'm struggling with field-symbols, hope someone can help me with this: I have two field-symbols: - <row> which for example can have structure E1P0002 assigned to it; - <row_it> which for example can have stucture P0002 assigned to it. Certain com