Purchase price same as sale price

hi,
if the sale price in sale order is 30usd, and convert to purchase order. I want the purchase price in purchase order is same as sale price, how can do it. pls advice. thanks

As per my Knowledge I dont think so this is possible in standard, There is no way to copy Sales order pricing to Purchase order pricing.
Check with ABAPer for any exits.
Regards,
Ramesh

Similar Messages

  • Purchase Price V/s Sales price

    Dear All,
    We are buying some raw material and we are sending it to our vendors through sales order. The raw material rates keep on changing, whereas the sales price is unchanged many times. my requirement is can we provide any report or query so that the PO price and sales price at various stages can be tracked.
    regards
    Ashish

    You can develop customized report to suffice requirement.
    Look for purchase price in MC$4.

  • Would you guys price match THIS sale price?

    {removed per forum guidelines}
    I have a Best Buy gift card and I'd rather buy it from your company than Sears.
    But I know if I go in store to attempt a price match I'm going to get one snippy rep or another making a comment about how it's 'too much of a discount' like when I asked them to PM Wolfenstein: The New Order last week. Kmart had it for $20 in store, you guys had it at $60, even though I'm pretty sure MSRP has gone down to at least $40 by now on it.
    Anyway, any ideas if you guys would match that Dual Shock 3 I linked above? It's priced currently at $15.65 from Sears.com and as of the time this thread is being created(3:17am EST 12/14/14) it is still in stock and available for shipping as well as in stock to buy at my closest Sears store.

    Hi CheapestGamer,
    I'm sorry for our delay to your post. We're doing our best to reach everyone who has contacted us. I'm also sorry you weren't able to get your price match approved; unfortunately, it sounds like we made reasonable efforts to verify its availability at Sears, but we had to deny your request based on the information we were given. Still, I'm glad you were able to find the items you were looking for, even if they weren't purchased from us.
    Thanks for sharing your story.
    Elizabeth|Social Media Supervisor|Best Buy® Corporate
     Private Message

  • VKP5 price to sales price

    Hi all
    Can we maintain the same retail sales price(RSP - Price created in the VKP5 calculation)  in the sales order for the sales price or do we need to maintain the condition records for the sales order price.
    Which means the price of VKP0 Condition record should be updated automatically??
    Thanks in advance.

    Hi,
    No need to maintain condition record for sales order...price which define in vkp5 is determined in sales order automatically
    In Retail Price, Sale Price is determined automatically.
    http://help.sap.com/saphelp_erp2004/helpdata/en/50/94f500470e11d1894a0000e8323352/frameset.htm
    Regards
    Vijai jain
    Edited by: Vijai Jain on May 13, 2009 12:39 PM
    Edited by: Vijai Jain on May 13, 2009 12:40 PM

  • In Retail, variant sales price shouls be diff from its Generic

    Hi Retail MM expert,
    we are using generic article in retail scenario. our client has requirement that variant sales price may be diffrent from generic price.
    for this i am maintaining pricing profile in basic data for generic article '1'.
    but in the sales view when i am checking sales price, final price is showing in display mode whereas it shouls be in change mode.
    kindly tell the solution.
    Regards,
    Santosh

    Hi do the following
    In generic artilce basic data view, Set the indicator as blank in pricing profile -      
    (Variants priceable diff.; do not propose GMaterial as ref.)
    Save the article, now change the price using following options:
    Option 1: go to change article of variant article and click sales view , ichange price in 'net
    sales price'  or change the markup% and save article
    Option 2: Go to VKP1 - change the markup and save the sales price calulation
    Let me know still its not working, i am able to do the above things.
    regards
    satish

  • Purchase and sales price on same screen

    Hi,
    I have to write a report that shows for some material / article whole PO pricing and whole Sales pricing, like VKP5 does.
    Is there any simple solution or function modules which can be called to catch proper pricings?

    hi,
    you can get tota purchase price of article by gettin its all PIR.
    Against article you get info record in EINA table and for all info record you get purchase price in EINE table.
    For sales price use tcode VK12.
    I hope you will get start.

  • Last purchase and sales price

    Dear Experts,
    I do require a report in which we can compare last purchase vs sales price of same item.
    Item Code,  description, last purchase rate, last sales rate ,     Profit  ,     %
    1234 ,            furniture   ,   1500.00  ,             1800.00  ,            300.00 ,    20%
    I can find last purchase price from master data but couldn't find last sales price.
    Any inputs will be highly appreciated.
    Regards,
    Ravi

    Hi,
    Try this query:
    SELECT case when T1.[ObjType] = 17 then 'OR' end as DocType,
    T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price] FROM OCRD T0 INNER JOIN ORDR T1 ON T0.CardCode = T1.CardCode INNER JOIN RDR1 T2 ON T1.DocEntry = T2.DocEntry WHERE T2.[ItemCode] = [%0] and T0.[CardCode] = [%1] Group by T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price],T1.[ObjType]
    union all
    SELECT case when T1.[ObjType] = 15 then 'DN' end as DocType,T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price] FROM OCRD T0 INNER JOIN ODLN T1 ON T0.CardCode = T1.CardCode INNER JOIN DLN1 T2 ON T1.DocEntry = T2.DocEntry WHERE T2.[ItemCode] = [%0] and T0.[CardCode] = [%1] Group by T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price],T1.[ObjType]
    union all
    SELECT case when T1.[ObjType] = 23 then 'QT' end as DocType,
    T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price] FROM OCRD T0 INNER JOIN OQUT T1 ON T0.CardCode = T1.CardCode INNER JOIN QUT1 T2 ON T1.DocEntry = T2.DocEntry WHERE T2.[ItemCode] = [%0] and T0.[CardCode] = [%1] Group by T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price],T1.[ObjType]
    union all
    SELECT case when T1.[ObjType] = 13 then 'AR' end as DocType,T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price] FROM OCRD T0 INNER JOIN OINV T1 ON T0.CardCode = T1.CardCode INNER JOIN INV1 T2 ON T1.DocEntry = T2.DocEntry WHERE T2.[ItemCode] = [%0] and T0.[CardCode] = [%1] Group by T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price],T1.[ObjType]
    union all
    SELECT case when T1.[ObjType] = 16 then 'SR' end as DocType,
    T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price] FROM OCRD T0 INNER JOIN ORDN T1 ON T0.CardCode = T1.CardCode INNER JOIN RDN1 T2 ON T1.DocEntry = T2.DocEntry WHERE T2.[ItemCode] = [%0] and T0.[CardCode] = [%1] Group by T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price],T1.[ObjType]
    union all
    SELECT case when T1.[ObjType] = 14 then 'AR' end as DocType,
    T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price] FROM OCRD T0 INNER JOIN ORIN T1 ON T0.CardCode = T1.CardCode INNER JOIN RIN1 T2 ON T1.DocEntry = T2.DocEntry WHERE T2.[ItemCode] = [%0] and T0.[CardCode] = [%1] Group by T1.[DocNum], T0.[CardCode], T1.[DocDate], T2.[ItemCode], T2.[Dscription], T2.[Quantity], T2.[Price],T1.[ObjType]
    Thanks & Regards,
    Nagarajan

  • Issue in Exporting the Sales Price List and Purchase Price List for the Materials from SAP Business ByDesign (SAP Cloud)

    Hello Everyone,
    I would like to have a discussion on the issues, which I am facing at the time of Exporting the Sales Price List and Purchase Price List for the Materials from
    SAP Business ByDesign (SAP Cloud).
    (1). Sales Price List :
    We have maintained Customer Group Specific Sales Price List for the Materials in the following Location.
    Location :         Product and Service Portfolio Work Center > Pricing > Price Lists > Customer Group Specific Price List (Type of Price List)
    Target :             We want to export the entire records in some reports or excel sheet.
    Records :          Number of Materials in the Customer Group Specific Price List is more than 2,00,000
    Issues : 
                                         (A). In the SAP Business ByDesign Screen we can filter by number of records but we can export till  50,000 records.
                                                 And if we are trying to export records more than that limit, then it throws "HTTP 500 Internal Server Error".
                                         (B). We could not find any SAP standard reports in Product and Service Portfolio and/or Business Analytics Work Center
                                                for getting the entire record set of the Sales Price List, so that we can have the entire set of records together.
    Searching For :
                                          (A). Is there any SAP reports or data source available for getting the entire Sales Price List records?
                                          (B). Can we have any other filter conditions for exporting the Sales Price List records in a single shot or module wise?
    (2). Purchase Price List :
    We have maintained the Purchase Price List for the Materials in the following Location.
    Location :           Product Portfolio Work Center > List Prices > Active List Prices (Type of Price List)
    Target :               We want to export the entire records in some reports or excel sheet.
    Records :            Number of Materials in the Purchase Price List is more than 4,00,000.
    Issues :  
                                           (A). In the SAP Business ByDesign Screen we can not see more than 10,000 records and the actual number of
                                                   records are more than 4,00,000. We could able to download the records till 10,000 but that is not sufficient.
                                                   We want to export the entire records in an excel sheet.
                                           (B). We could not find any SAP standard reports in Product Portfolio and/or Business Analytics Work Center for
                                                  getting the entire record set of the Purchase Price List, so that we can have the entire set of records together.
    Searching For :
                                           (A). Is there any SAP reports or data source available for getting the entire Purchase Price List records?
                                           (B). Can we have any other filter conditions for exporting the Purchase Price List records in a single shot or module wise?
    Please go through the attached screen shots for the references and more clarity on the issues.
    I am waiting for the valuable responses.
    Thanks and regards,
    Susanta Dey Sarkar
    Bangalore, India
    19th March, 2015

    Dear Michael,
    The number of records :
    2 Million (Approximately) is for the Sales Price List Material Price Data
    4 Million (Approximately) is for the Purchase Price List Material Price Data.
    Regards,
    Susanta Dey Sarkar

  • Diffrent Unit sale Price in Different Warehouses of a same Product

    HI Experts
    I have an item in different warehouses I require different prices in each warehouse
    Kindly Suggest
    Tahir

    Hi Tahir,
    Prices are defined in Price List.  If you want to have Diffrent Unit sale Price in Different Warehouses of a same Product, you need to set up as much as price lists per warehouses.
    Thanks,
    Gordon

  • Sale price copy from purchase price

    Hi Experts
    how to copy sales price from purchase price
    thanks

    Hi Experts
    when i do MIGO system shows message
    Sales price for 10.04.2009 BK0000000000000059 EA A001 could not be found
    and suggest proceed when i proceed that way t.code is  VKP2
    and mentain then system show message below
    No conditions could be found for the item displayed
    i menton price in t.code VKP5 ALSO
    PLEASE SUGGEST

  • Net/Gross Sales Price vs Gross/Net Purchase Price

    If I'm not mistaken, in SD,
    Net SP does not include any taxes.
    Gross SP includes all possible taxes.
    Gross SP is calculated based on Net SP.
    however, in MM,
    Gross PP does not include any discounts or surcharges.
    Net PP includes all possible discounts or surcharges.
    Net PP is calculated based on Gross PP.
    Why are they calculated inversely?

    Dear Vitthavat,
    There r simple defns of the Net Price n Gross Price (irrespective of it being Selling ot Purchasing 1):
    Thus Gross Price is what the end customer pays whereas the Net Price is what the manufacturer receives:
    Thus when we r talking from SD point of view then we want to tell the customer the Price he / she needs to pay which as per d defn is the "Gross Price". Thus from Net Price we calculate the Gross Price 4 d customer.
    Whereas frm the MM side, though we pay the Gross Price but we actually want 2 know the cost of the product we r paying sans taxes, levies etc thus v derive "Net Price" from the "Gross Price".
    Hope it clarifies ur doubt.
    Thnk u

  • Last sales price in new sales order document

    Hi every one,
          One of my client requirement is important to be able to show the last purchase price (from customer point of view is PO our side is last sales Order) of each item for same customer in sales order, for ex: customer brought 2 Items in SO#1 item1 Price $100, Item 2 Price is $200 and SO#5 item1 $110, item2 $220 when we create the Sales Order for same customer in his next order if his buying same items I want to show the last Sales order price That is SO#5, I hope for this need to be create a UDF and formatted search I did this two but problem is need a query to bring the last Sales order Price.......
    if any one have any idea about this issue please...........
    thank you
    Shankar

    When you use the query as a formatted search with auto refresh the query will Populate the Value of the first column from the first row of the query result.  Therefore the user will not see the last 2 prices for which the SELECT statement was created.
    To see the last 2 prices the user has to manually press ShiftF2 which is the same effort as CTRLTab.
    Writing a simple SQL is easy but it is important to educate the client with the benefits of using out of the box functionality when one already exists
    -Suda

  • Price change summary report & approach of price change on Sales Orders

    Hi,
    I have made the setups for updating the price on Sales Order via profile options (i update the list price field on SO line the SO line price gets updated). The Customer have manual price overide in their existing system in place so they want same in oracle system as well. Their price change doesn't have any serious logic,,it is quite erratic based on market condition on that day.
    (1) How can I get the report fro the changed price wrt price on price list for all the items on Sales Orders (during a period). It seems, Audit trial functionality for changing list price is not available.
    (2) For the system whether required price change as above is better approach or maintaining new price list all the time is preferable option. In case of new price list, do we have any standard report which fetches itemwise price change details on Sales Orders for a period.
    Thanks.
    With Best Regards,
    Nirabh Nayan

    Nirabh,
    Did you say you update the List Price itself in the Order Lines? In my opinion you should never update List Price. Set the profile OM: Discounting Privilege to 'Unlimited' to allow update of Selling Price, but switch off 'OM: List Price Override Privilege' for the responsibilities so that List Price field is not Editable. So that List Price always reflect the price with which Order Line was created (From the price List). Now create a custom report wherever Unit Selling Price does not match Unit List Price.
    If you really want to go a little further then create a modifier with Application method 'New Price' that should kick in everytime the Unit Selling Price is updated. Let me know if that helped.
    Dipanjan
    Edited by: Dipanjan Maitra on May 25, 2012 2:25 PM

  • Function Module or BAPI for Sales price calculation and Pricing worklist

    Hi Retail experts,
    We frequently change purchase conditions, but not that frequently for cases like perishables, so sales price calculations needs to be done each time. This means pricing worklist generation and release is done often and then sales price recalculation is done each time article wise and for various organization level.
    We have 15000 articles for which purcahse conditions changes, it is impossible to generate and release pricing worklist and do sales price calculation for each article
    So solution may be to find a FM/BAPI for the following transactions and automate them.
    Do you know FM/BAPI for VKP5/VKBP or VKP6, WVN0, WVN1 transactions.
    Regards
    Bob

    HI Madhu,
             Thanks for the reply,
    I am looking for BAPI or FM which will check all pricing condition types( like MRP of the Material(table A304), discounts(A800,A802,A803,A804) for that customer and Tax) and give me the value(KONP-KBETR).
    I can only pass Customer, material, quantity etc.. so that BAPI or FM has do all standred checks/ validation and give the
    KONP-KBETR for all condition types like MRP, discounts, Tax. we are developing the custom program for sales order creation so we require the all this before saving the sales order.
    Regards,
    Nagesh
    Edited by: nageshdb4u on Mar 5, 2011 12:05 PM

  • MIGO-Sales price for material (NL1S ROH1 ) could not be found

    Hi Experts
    When i doing MIGO , i am getting following Error Message .i.e.,
    *Sales price for material (NL1S ROH1 ) could not be found*Message no. M7158
    Diagnosis
    The sales price valuation is active in the valuation area.
    The system could not determine a sales price on the specified posting date for material NL1S ROH1 in unit of entry in plant .
    Sales price conditions may not be defined for the material in plant .
    Procedure
    u2022 If you have a goods receipt for a purchase order or an order, the sales price is taken from the purchase order or the order concerned.
    Check the sales price in the purchase order or the order.
    u2022 if you have goods movements without a reference, you can specify the sales value (sales price including sales tax) manually.
    If the screen does not have the field Sales price, then you have a Customizing error: the sales price valuation was activated in the valuation area, but the field selection of the movement type was not changed accordingly. In this case, contact your system administrator.
    u2022 Check the definition of the sales price.
    Note that for distribution centers, the sales price of the consumer distribution chain maintained in the distribution center's master data is used.
    Proceed
    If you post this movement without the sales value, the movement will be valuated with value zero. This can change the average sales price.
    Please Advice us ...
    Thanks in advance
    Regards
    Rajesh .P

    Hello,
    Please check the following:
    -check with SE16 at table T001K whether you have sales pricing active for your valuation area,does your material belong to a very special material type
    -Check SAP Note 84480 ,109881
    -No sales price exists, no goods movements can be posted for an article subject to value-based inventory management. You must maintain the sales price in all cases.
    Please refer the link below:
    http://help.sap.com/erp2005_ehp_04/helpdata/en/12/085e95470311d1894a0000e8323352/frameset.htm
    hope the information is helpful
    regards

Maybe you are looking for

  • Deploying an application with crystal reports

    Hi, we have a license for Crystal reports (please contact me for key information, if needed), and have been developing them in a VB.Net application. Now, we are trying to install on the application on the client side. We have followed this guide for

  • Adobe Album Import (bad)

    I currently use Adobe Album 2 to manage my photography collection. I really like it, it's fast, easy to organize and allow sme to set up tagging so it's to find and export images. perfect. Except that Adobe has dropped the product. Why? If anything s

  • Can i buy online the mac snow leopard if i dont have the app world?

    I want to updgarde my computer to the mac snow leopard 10.6  software in order to have the mac app world. The only problem is that i cant seem to find the online version of the snow leopard!

  • Package Body from SQL Developer ?

    Team I am using SQL Developer Version 2.1.1.64 But I can not able to see the package body. Right click on the package provides an option to 'Save Package Spec and Body', but when I save it .. it only store the package spec .. Is it not possible to vi

  • Silly question, how to display a bitmap in a JDialog?

    I know there should be somehow easy to do this, but I can't find the documentation that would let me add a graphic object in a dialog box and assign a bitmap file (either GIF or JPG). Any help will be apreciated, or a link to a web page that shows th