Automatic update net price in PO creation

Dear expert,
I just found an issue while creating a new PO.
I fill in all data needed, included net price. And when I press "enter", surprisingly the system automatically update the Net price with last PO price. and I need to manually change again the net price with current price.
Anyone can describe why system automatically update the PO price? is there any setting to inactivate it??
thanks much,
nasikhin

Hi,
Please read the note:
456691   FAQ: Price determination in purchasing
3.  How does price determination determine the conditions via a 'Last
    purchase order'?
Answer:
If the info record does not contain any valid conditions, but a "last
document" exists for the info record, the system copies all of the
conditions from this document if the following prerequisites are met:
    o  The net price must be zero (EKPO-NETPR = 0.00) after the system
       has carried out price determination.
                                                                 Page 5
       However, the net price is not zero after price determination has
       taken place and the system does not copy the conditions from the
       last PO if master conditions that are included in the net price
       calculation are maintained at, for example, vendor level or
       material group level.
    o  The last document is not a request for quotation.
    o  The info record has not been deleted.
    o  The vendor and the material in the info record are identical to
       the vendor and the material in the last document.
    o  The calculation schema of the last document is the same as the
       current schema that has been determined.
The system simply executes a copy function to transfer the conditions
from the last document. The system does not check for requirements for
the calculation schema.
The system does not copy the condition records of the subsequent
settlement (the condition type has the condition class "C"); instead,
they are always determined again to ensure that the condition records
are consistent with the field contents (also see Note 486757).
If you generally do not want the system to transfer the conditions from
the last PO, you can use the user parameter EVO to deactivate this (also
see Note 675523).
So you can use the parameter EVO.
Best Regards,
Arminda Jack

Similar Messages

  • Function module to update net price in purchase information record ???

    hi all,
    Is there any function module to update net price (PREIS) for each material in the purchase info record?
    points will be rewarded for helpful answers

    Hi,
        Use below FM :
    Clear : i_prot.
    refresh : i_prot.
    Delivery Update
    CALL FUNCTION 'LE_MOB_DELIVERY_UPDATE'
    EXPORTING
    do_commit = 'X'
    TABLES
    t_delivery_items = i_lips
    prot = i_prot
    EXCEPTIONS
    conversion_overflow = 1
    essential_data_missing = 2
    error = 3
    nothing_to_update = 4
    lock_after_update_failed = 5
    error_in_delivery_update = 6
    OTHERS = 7.
    COMMIT WORK.
    Pass lips-lgort..
    Refer
    https://forums.sdn.sap.com/click.jspa?searchID=4212688&messageID=3855382
    Regards

  • Net Price Calculation During Creation of PO with Reference to Contract

    Hi,
    While trying to Create Purchase Order through ME21N transaction ,
    For a line item When Contract and Contract Item is given as Reference then the Net Price of PO is calculated automatically , When Tried to Debug Standard code the Function Module "PRICING" is used to calculate this value.
    But i cannot use this FM as it has lot of Enhance ment Points / Spots .
    Please let me know if there ia any Function Module which Provides the Net Price for PO , When Contract and Contract Item is provided as reference.
    This Net Price is picked from Contract based on Scales and Number of Condition Types maintained in the Contract.

    Hi
    See SAP Note 201830 - Calculation of the net price of an item. Although it's for SD, I think that it could help you to understand how to do in MM (so, change V/06 by M/06, ie: pricing condition, V/08 by M/08 ie: pricing procedure).
    I hope this helps you
    Regards
    Eduardo

  • Is there a feature that can automatically update the price of an item?

    I am currently making a 'Checklist Total' on Numbers and I have a few items down and their prices.
    Is there a feature where it can update the price typed on the screen corresponding to the price of the item online.
    Example: I put a pair of headphones on the spreadsheet and I put a price next to them. Every time this price decreases or increases on a specific website, for example Amazon, the new price appears in place of the old price written down on the spreadsheet.
    I'd appreciate any answer or hints to where I might also find the answer.
    Patrick

    Hi Patrick,
    This kind of capability is not built into Numbers.
    However, it is not too hard to have an AppleScript automatically fetch a price from the web and update a Numbers spreadsheet.
    This doesn't work well for many web pages, but for many it does work.
    If you have a specific page in mind post it and I will see if I can provide an example.
    SG

  • Problem with updating net price value through PORDCH Idoc

    Hi All,
    I have a ABAP program which calls the function module BAPI_PO_CHANGE to update the line item details using an idoc.
    During this change it is updating Limit values in PO bot not the net price.
    And the Idoc status is having message as BAPI Change has been done successfully instead of "PO number changed".
    Any suggestions to solve this issue.
    Thanks,
    Spandana

    Please post the details of the application release, database version and OS.
    Please see these MOS docs.
    Getting "ORA-20001: The primary key specified is invalid" Error Using HR_ASSIGNMENT_API.UPDATE_EMP_ASG_CRITERIA API [ID 737145.1]
    APP-PAY-07220: The primary key specified is invalid - ERROR Received Creating GRE/Legal Entity In New Business Group [ID 849754.1]
    Error Occurs While Hiring Applicants APP-PAY-07220: The Primary Key Specified Is Invalid [ID 1084464.1]
    Terminated Employee Scorecards Error's: Ora-20001: The Primary Key Specified Is Invalid [ID 859315.1]
    Hr_assignment_api.Update_emp_asg_criteria Gives Ora-20001, Ora-06512 [ID 334491.1]
    PERWSTEM Termination 'APP-PAY-07220 The Primary key specified is invalid' and Database 11.1.0.7.0 [ID 1263357.1]
    Error 'APP-PAY-07220: Primary Key Specified Is Invalid' When Attempting to Process Open Life Event [ID 567224.1]
    Republishing Performance Management Plan (PMP) Fails with Error: ORA-20001: The primary key specified is invalid [ID 956234.1]
    Thanks,
    Hussein

  • Updating net price in ECC PIR to update MDM catalog price

    Hi Experts,
    We are using ECS in SRM 7  , and ECC 6
    We have done a workaround and we push our ECC PIR to MDM catalog, The SRM requesters pick the material from the catalog, and the vendor and vendor price gets attached in the SRM SC.
    We want that the net price in ECC PIR should change as per the last PO. Once this net price changes in the PIR, this price will go to the MDM catalog and will update the price , so that the requester can create the SC with latest price.
    Therefore, please suggest me ways to change my ECC PIR net price as per the last PO
    Rgds
    sumendra

    Hi Jason,
    We have been able to acheive the functionality. We have written written an enhancement in program of meccm ECC t-code, which enable to pick up the price .
    The logic is :
    If there is no entry in table EIPA for a info-record number and P. Org, Info record extraction program RM06CCMEXP (T code Meccm  ) in ECC , should send the net price field (EINE-NETPR) 
    If there is are any entries in table EIPA for a info-record number and P. Org, Info record extraction program RM06CCMEXP (T code Meccm  ) in ECC should loop in the EIPA table, select last entry and send the Net price field (EIPA-PREIS)
    Thanks
    sumendra
    Edited by: Om Prakash Barai on Dec 9, 2011 8:52 AM

  • Automatic change of Net price in contracts

    Hi all
    My users want to create a contract (ME31K) which updates net price by .005 cents every month ( some more coditions) automatically.
    i am new to this and i donno how to do this.
    i guess conditions/pricing procedure can help.
    Can you please suggest me how to acheive this. hope this can be acheived.
    regards
    Kavana

    As an add on to what Syed put.
    If you check MEKR, I think you can also update an absolute amount (I'm not logged on at the moment so can't check right now).  If it's a 'straightforward' program you may be able to create a variant and schedule a monthly update to do what you want.
    Check the program and have a look at doing this in your sandbox system first !
    Regards,
    Nick

  • Price Automatic updation

    Dear Gurus,
    we have 2 kinds of material.1.even 2.odd.
    while doing sales of even materials price is 100 (for eg).if we create sales order for odd materials it should automatically update its price to 10 % extra than even materials.
    the pricing condition type should update depending on even and odd material.
    is it possible to do in standard development or we have to go Zprogram??
    plz reply........
    thx in adv..........

    You have a have additional surcharge condition type (%), say, ZSUR under your base price condition type.
    Take help of ABAPer to write a routine for "Alternative formula for condition base value". The routine will have logic, where this surcharge will execute only when there is odd quantity entried.
    To have automatic surcharge to come in Sales order, maintain condition record with desired %.
    For your reference/understanding you can refer, standard condition type KP01-Incomp.Pallet Surch. @ step 805 with Alt. formula for cond base val routine 24-1 if partial quant.
    Regards
    JP
    FYI: My response is based
    no. of quantities order,
    where order quanties are EVEN

  • Net price in P-info record  for DIEN material type

    I am supporting a system ,
    The issue is as follows ,
    I have created a P-info record for material with material type as DIEN , and maintained Net price and system automatically updates the price in the condition type PBXX .
    The pricing procedure in this system doesnt have PB00 , but has PBXX with Access sequence .
    Now when I try to view the price in ME12 , I see the Net price as 0.00 , but the value for condition type PBXX exists when I click on conditions push button .
    Has any one come across this scenario , Pl help .
    Thanks in advance ,
    Amit

    Hi,
    The first time you create a PO for a material/vendor combination, then system will not prompt any price as info record or valid conditions have not been found.
    The next time you create a PO for the same material, then the price will be defaulted/found from the order price history from the info record(As info record would be reated after the first PO is created) and the latest PO price for the mat/ven combination would be found.
    Hope you are clear with this..Any doubts revert back.
    Regards,
    Deepak.

  • Using gross price instead of net price at Quotation

    Hi,
    I'm working at a company that just bought SAP ERP ECC 6.0. Our consultants told us that SAP only works with Net price in MM. It sounds a little bit weird for us, because here in Brazil we usually use Gross price in all our transactions.
    Here in Brazil we have some taxes that are included in gross price and it's a hard work ask the final user to calculate the taxes out of SAP and input net Price in the system.
    I read a little bit some documentation provided by SAP at Internet called SAP Library and I found an article titled:Entering a Quotation Against an RFQ
    In this article says the following: " You enter the net price per unit in the Net price field. This price includes the vendor's normal discounts and surcharges only. Cash discounts (for prompt payment) and taxes (e.g. value-added tax) are calculated separately.
    You enter the gross price in the Net price field, and maintain the conditions for the item. Then the system automatically replaces the entered gross price with the calculated net price (see Maintaining Conditions)."
    As we can see, there are two ways to input the price. Gross price and Net price. I'd like to know if is there the possibility to configure the "mentioned conditions" for a group material and at the moment I type the gross price in Quotation the system automatically calculate the net price?
    Our consultant told us that this procedure should be done for each item in quotation, in my opinion I guess that SAP can link the applicable taxes for the material based on its group material. If something like that is possible, our daily work will be simplified so much because the system will know the taxes that should be discounted for the material and calculate automatically the net price.
    If this possibility exists, could you please tell me in technique terms (transactions) that should be set?
    Another question is about Taxable Income, is there any place in SAP where I can configure the Taxable Income for a material or group material for the taxes set at "mentioned conditions"?
    Thanks in advance,
    Sorry about my English.
    Best Regards,
    Amorim, Rodrigo.

    What you need is a new pricing procedure design to fit your requirements. The standard pricing procedure allows you to enter the net price. Then the gross price is calculated after taking into account the discounts, taxes etc. These discounts and taxes can be designed to determined automatically through material group also. So to achieve your requirement the pricing procedure has to be changed accordingly to calculate the net price from gross price entered. While this can be done, but all other impacts on pricing reports and accounting document posting with correce valuation price etc. have to be tested in detail.

  • Net price update in creation of the purchase order

    Guys,
    I have a query, please find the details below.
    I have created a ABAP for posting the purchase orders using the BAPI function 'BAPI_PO_CREATE1', I am passing the net price value in the input file. But the system is taking the net price from the purchase info record of that material. My own net price is not considered.
    Please find my observations below.
    1. First of all system is checking whether there is a PIR maintained for the material or not. If PIR is maintained, then system is defaultly considering the net price maintained in the PIR.
    2. Later I have deleted the net price maintained in PIR. In this case, system is considering the net price of that material from the previous purchase order.
    But my query is that I don't want the system to consider the net price from previous material, I want to update my own net price to line item of the PO.
    Could anyone please suggest me how should I proceed further so solve this query?
    Thanks in advance.
    Regards,
    Vijaymadhur.

    Hi,
    Yes, this can be achieved. Don't maintain any price in inforecord. Then in SPRO > Materials Management > Purchasing > Environment Data > Define default value for buyers > Here click on settings on default values > In Inforecord update > Maintain no update fro PO and quotation.
    Now the last PO price will not be saved in Inforecord and hence this will not b carried to PO.
    Regards,
    Prabu

  • Net Price not Updating Using BAPI : BAPI_CONTRACT_CREATE

    Dear Experts,
    I am facing an issue while creating CONTRACT using the bapi: BAPI_CONTRACT_CREATE. I am creating the Contract based on data from my excel sheet. And we are maintaining the INFO RECORDS for the same materials.
    In the excel sheet we are providing the NetPrice (NETPR) and creating the Contract. My issue is " instead of taking the Net Price from the excel it is taking the Net Price from Info Records". For Example, if for a Particular material the Net Price in our excel file is 125, after bapi execution, the net price is updating as 100 instead of 125 in Contract Creation( ME31k-ME33K). In the Info Records we are maintaining this net price(100) for that material.
    Thanks in Advance for your response.
    Regards,
    Prasad

    you can use BAPI_CONTRACT_CREATEFROMDATA
    * Create Contract Order Number [BAPI_CONTRACT_CREATEFROMDATA]
      CALL FUNCTION 'BAPI_CONTRACT_CREATEFROMDATA'
           EXPORTING
             contract_header_in      = header
             convert                 = 'X'
           IMPORTING
             salesdocument           = v_order
           TABLES
             return                  = t_return
             contract_items_in       = itab_item
             contract_items_inx      = itemx
             contract_partners       = t_partners
             contract_conditions_in  = t_conds
             contract_conditions_inx = t_condsx
             contract_data_in        = t_contract
             contract_text           = t_texts.

  • How the last net price gets updated in PO?

    Hi All,
    Wanted to know how the last price gets updated in the PO? So whenever one creates a PO after that for the same material, the system by itself suggest the previous PO price which was created for this material.
    But its not happening this time? Can anyone tell me the reason for that?
    Thanks,
    Swati.

    Dear Swathi ji,
    Price will updated in PO two ways.
    one way in through Info record and other way in contract
    if you want update your price after creation PO do it one simple way see item details tab ->material data in that info update tab available.if you check this your po price automatically updated.
    but one main reson is allways po price will pick first in contract then info record
    hope this will helps you
    Prem

  • ME31K Net Price not Update

    Dear All,
    In a service contract ME31K net price(ESLL- NETWR) of service not updated.its shown zero value in gray field on every time.
    We are using standard procedure for service contract :MS0000".and also i have check PRS condition but it doesn't work.
    I have also read many thought relelated to same issue but not getting proper answer.
    Please help on priority basis.
    Thanks & Regards,
    Dishant Mistry

    Dear Dishant,
    Just a clarification, are you sure that you are talking about ESLL- NETWR, since usually we maintain price for service contracts in ESLL-TBTWR (Service level), so that automatically it calculates the net value for the respective service and updates in ESLL- NETWR.
    Note: Once you maintain the value in ESLL-TBTWR, the program would some up all the service value for the item and displays in EKPO-NETPR.
    Please find the below screenshots for your reference.
    Please let me know, if you require any clarification.
    Thanks & Regards,
    Narayana N

  • PO net price updation with respect to contract net price change

    We have a requirement: Whenever net price in Contract is changed, net price in open purchase orders (for which GR has been not done yet) which are created with reference to that contract updated automatically.
    For example net price in a conract is 13 USD and there are 5 open POs. now net price (PB00) in contact is changed to 13.5 USD without changing the condition validity date, then it should be automatically updated in those 5 POs.

    Hi Manoj,
    This is possible using "Automatic Document Adjustment" functionality (MM - Purchasing -- PO - Follow-on Functions - AAA).
    Here's the process.
    1. Set Document Index active flag in pur. view of vendor master.
    2. Create work list (MEI4)
    3. Run MEI1
    2 & 3 above can be run daily via batch jobs which will pick up contract price changes and update relevant PO's.
    Cheers !
    Rajesh

Maybe you are looking for

  • Just updated my iPad3 and now it won't connect to my wifi

    Can't get my iPad 3 to connect to wifi after updating.  Help!

  • Performance Problems with Excel Client

    Hello all, We installed BPC 7.5 SP7 NW on our customeru2019s system and experience massive performance problems on our local clients in combination with Excel and MS Office in general. u2022When opening u201CMaintain Dimension Membersu201D it takes s

  • Which table is available for profitability segment?

    Hi, I have the G/L account, the Profit center and the customer number. In which table can I find the profitability segment? Thank you. Kind regards, Linda

  • J2EE policy agent notice

    Please note that as of July 27,2005; Sun JCE 1.2.1 has expiried. Detail see following url. http://jp.sunsolve.sun.com/search/document.do?assetkey=1-26-101796-1&searchclause= We have evaluated the impact and the following J2EE agents will stop functio

  • HI ANJI REDDY garu ..REPLY PLZ..

    HELLO SIR i am seeing u in form so long time.. u r highest scorer and i feel very proud that ur indian who no one i sreached near bye..sir i have small querry which i am asking from so long time..no one is answering..u can see my questions one questi