Purchase Requisition - Adopt requisition price in purchase order

Hello all,
In Purchase Requisition there is the field BPUEB (Adopt requisition price in purchase order) that is used to transfer the valuation price from the PR to the PO.
The field's values are :
0. Do not adopt
1. As gross price
2. As net price
The default value is "Do not adopt".
How can I change the default value to "As gross price" ?
Thanks,
Isaac

Hi,
you can control this via the user parameter EVO.
the various combinations can be configured in SPRO
Material management > Purchasing > Environement data > Define default values for buyers
Choose an entry (or create a new one)
Go to the price adoption tab and set the "always copy" option and flag the "manual becomes gross price".
Allocate this code to the EVO parameter on the user profile settings.
Steve B

Similar Messages

  • Adopt requisition price in purchase order in ME51N

    Dear experts
    I am not able to get field BPUEB(Adopt requisition price in purchase order) in ME51N item details screen,in Valuation tab ,
    what is setting required to bring the filed to my valuation tab ?
    Gopi

    Hi Gopi,
    Go to the tcode ME51N and there click on the "Personal setting "
    then click on the "default values"
    then click on the "more field" there u add the purchase order price and copy it .Nowmaintain where u want the Po price to be as 1.net price or 2. gross price or do not adopt
    and  save the setting.
    Hope it wud have answered ur question
    Reward if useful
    Aasif

  • Net price on purchase order with reference to purchase requisition

    Hello!
    When I create a purchase order with reference to purchase requisition, the net price goes automatically to the purchase order.
    But It's possible change the net price on PO, and I must close this possibility.
    Do you know how can I do this?
    Thanks, Camila!

    Hello
    Try to search SCN for EVO
    You will find this: PR price in PO

  • Valuation price of Purchase requisition

    Dear Friends,
    When i create the purchase order with reference to Purchase requisition i.e i dragged the purchase requisition from document over view to box,then all the data is copying except valuation price mentioned in the purchase requisiton.
    Valuation price is not copying from the purchase requisiton into the purchase order.
    Is it the Standard functionality of SAP.
    Please suggest.
    Regards
    Dayanand

    Hi dayanand..
    we have to go for T/C mE52N , At the item level make selection..in Valuation Tab..
    as vaue from "  As net value " , then save it...
    also in personael settings also go to ..T/C Me52n , go for personal settings , select Defaault tab , say more fields , select P.O. Price get it transferred on left side , save it , say copy..
    in next scrren which follows give in empty field .." P.O.Value as net value ' , save it..
    now when you crete P.O , SYSTEM simulates P.Req value in P.O by default..
    Adarsh

  • Defaulting valuation price in Purchase requisition(ME51N)

    Hi SDN's,
    Can you tell me how to default valuation price in Purchase requisition (Tcode ME51N)? Right now it is defaulting the standard price, we need to default the valuation price with the Planned Price instead of standard price. How to achieve this.
    We found the user-exit, but it is not permitting to change the default valuation price. Is there any other method to achieve this.
    Thanks in advance.
    Regards,
    Rahul

    Hi Deepa,
    Plz follow the below steps to make sure alternative UOM to work:
    1. In the material master record, maintain the alternative UOM that you wish to  
        use, with conversion factor, in Units of Measure tab under additional
        data.                 
    2. Then, in the purchasing view, maintain the indicator 1 - Active for the field,
        Var. OUnit,             
    3 .Maintain the UOM conversion and and also activate the variable order unit in
        the corresponding inforecord.    
    Let me know if you have any issue.
    Reward if it works.
    Thanks,
    PNR.

  • Error:Purchase requisition 4008314010 00010 can only be ordered in system S

    Hi,
    I creted a shopping cart in EBP, Pur.request has been created in Backend automatically. But Iwhen i tried to create the Pur.chase order for this request, i am getting the error like"Purchase requisition 4008314010 00010 can only be ordered in system SRM_00_310". My SRM logical name is SRM_00_314. I am not checke the extended classic scenario.
    How to fix this.
    Any help is appricitaed.
    Thanks,
    Eswar

    Hi
    Which EBP version and service pack you are currently using?
    Since you created the shopping cart in EBP, Purchase requestion has been created in Backend automatically.
    Are you using any catalog item or any free text item in the Shopping cart ?
    Also, By logging to the user in R/3 backend, check the roles and authorizations given to the user, who is trying to create the Purchase Request..
    Moreover, give me details what are you entering in the Purchase Requisition in R/3 system ? 
    Regards
    -Atul

  • How to get Material Master Moving average price into Purchase Order

    Hi,
    How to get Material master moving average price into purchase order instead of Purchase Info record.
    Thanks,
    Sridhar

    Hi,
            I  cannot understand whether it is necessary .
           How about as following step?
                 1. create Purcahse requisition
                                Price come form moving average price in material master.
                 2. Create Purchase order reference Purchase  requisition
                                There is a setting  from the unit price of P/R onto the unit price of P/O.
      Regards,
         Gaito

  • To add Net price in Purchase order

    Hi,
    I have a sceneria where i need to add net price against line item which was marked as free in purchase order (Net price is 0). Subsequently material was deliverd from vendor and GI also was done. Goods receipt is also completed. This material batch number is consumed for custmer sales orders subsequently. There is 0 quantity available for this material in the plant. Now the user wants to change the net price to 2 for the line item. To change net price in purchase order, we tried to cancel GR material document.But we get an error that 'Deficit of unrestricted use' for the batch number.
    Can any one give us solution for changing the net price in purchase order?
    Regards,

    Hello,
    the only chance to add a PO price is to unflag the free flag in ME22N.  This is only possible when quantity received for the PO is zero. Therfore you must reverse the quantity received by doing a dummy receipt for the batch, reverse the GR for PO, you change the flag, set a price, redo GR for the PO, reverse the dummy receipt.
    Hope this helps, regards
    Michael

  • Can I modify the column "Net Price" of purchase order to display 3 decimals

    Dear expert,
         Can I modify the column "Net Price" of purchase order to display 3 decimals?
         Looking forward to your reply.
         Many thanks.
    Best Regards,
    Merry

    Hi,
    You can easily change ur decimal place in OY04 by seeting number of decimal place to ur currency.
    But be careful as it cause a huge effect to ur finance documents, read system message carefully before applying.
    Regards
    ManUfacTuReR

  • Terms user query Changes in unit price in purchase order and a/p invoice

    Dear sir
         please give me a term user query for , if any changes in unit price in purchase order and a/p invoice

    Hi,
    Try this:
    SELECT  Distinct ' true'
    FROM adoc T2
    JOIN ado1 T0 ON T2.docentry = T0.docentry AND T2.Objtype = '22'
    JOIN por1 T1 ON T1.docentry = T0.docentry AND T1.Linenum=T0.Linenum
    WHERE  $[$38.14.number] != T0.Price
    Thanks & Regards,
    Nagarajan

  • How to get Actual Price in Purchase Order

    Hello experts,
    Could you suggest me what FM (or table) can be used to get value for Actual Price in Purchase Order (tcode ME23N) on tab Conditions?
    I not found it in KONV table because this record does not has Condition Type.
    Thanks in advance.

    Hi,
    You can check in material master. For Table Reference, use MBEW Table. For history Table : MBEWH
    Here Valuation Area is used for Plant.
    Regds,
    Anil

  • Capture the purchase price during sales order creation

    Hi,
    User wanted to capture the item purchase price when a sales order is raised.
    Currently, the sales order capture the VPRS whcih is coming from the material valuation (MAP) price.
    Is there a standard condition type that will captured the purchase price in the PIR record or the PP condition?
    Thanks

    Hi
    As far as i know it is not possible to fetch the purchase price in sales order.
    May be you can define an another condition type asa statistical and maintain the condition records for that. But it will be a tedious job for maintaining all the things.
    regards
    Prashanth

  • Mass Update price of Purchase Order from Info Record

    Dear guru ,
    I have created many purchase orders.
    After this creation I change the prices of linked info records.
    Does exist a transaction that mass update the price of purchase order from info record ?
    Thanks.

    Use transaciton MEI2 for price update in Mass.

  • How to apply for requisition of inventory through the purchase requisition?

    Hello everybody,
    Can anyone tell me how to apply for requisition of inventory through the purchase requisition? And what processes should I run?
    Thanks.

    Hi,
    I think tht only CMML5 company providing d tranning to the employees,if ur working in product based company thn u can get if they are providing d expenditure.But u hav to pass d certification exam.
    http://www.genovate.com/
    Singapore Headquarters:
    03 Anson Road, Springleaf Tower
    #32-00, Singapore 079909
    Tel : (65) 6236 1530
    Fax : (65) 6438 8085
    E-mail : [email protected]
    u can get all details,if ur background is technical thn go for sap bw or abap,if commerce thn go 4 fico or mm.Genovate in an authorised SAP tranning and certification centre.If u complete the tranning successfully thn u can get good placement also.
    India Office (Bangalore)
    62, Joyti Niwas Collage Road,
    Koramangla, Bangalore
    Phone +91 80 32406055 / 56
    Email: [email protected]
    India Office (Hyderabad)
    Genovate Solutions (I) Pvt Ltd
    2nd Floor, Ank's Towers,
    Rajbhavan Road,
    Somajiguda, Hyderabad
    Mr Rajasekhar
    Tel + 91 40 30781075/76/77
    Email [email protected]
    Edited by: bunty kundu on Mar 18, 2008 1:48 PM

  • Total net price of purchase order

    hi,
    i want total net price of purchase order . In that purchase order have two positions. how we can add this two position price.

    In the table EKKO - netwr . or EKPO field netpr .

Maybe you are looking for

  • A6430f Pavilion, Turn into Boat Anchor, help

    First off here are my system spec's: It's an HP Pavilion a6430f OS Name Microsoft® Windows Vista™ Home Premium Version 6.0.6001 Service Pack 1 Build 6001 Other OS Description Not Available OS Manufacturer Microsoft Corporation System Name LINNEA-PC S

  • Will Lightroom 4 support custom XMP?

    XMP stands for eXtensible Metdadata Platform. Supposedly it is a standard developed by Adobe that permits image metadata not just be locked into one rather limited core set of fields like IPTC, but the design of custom metadata panels that in theory

  • HEAD request to detect updating of files at server

    Hi, I'm trying to send a HEAD request from my AIR for Android Application. Because, i want download the file only when it has been updated. I have tried it with URLLoader and HTTPStatusEvent, but the length of reponseHeaders  is 0. public function dw

  • The subscription have been marked inactive and must be reinitialized into a replication

    Hi Team I keep on getting the following error on Transnational Replication setup in SQL 2005. below is the error message: The subscription(s) have been marked inactive and must be reinitialized. NoSync subscriptions will need to be dropped and recrea

  • Can`t publish my website

    Why can't publish my website made on Muse an hosted on BC, ocurrs an Unknown Authentication ID error. Help me please.