How to correct the net price of Purchase info record

Hi
When I create the purchase info record, I input the wrong net price.
And when I use ME12 to change the purchase info record, i find the net price cannot be modify.
How to resolve it?
Thanks a lot.

MR21 and MR22 are used to modify the value of the stock for the material.
I understand that you want to change the price in the info record and the field appears as non modifiable.
In order to modify this value, you should use ME12 and press F8 or the button Conditions and input a new price. Please note that you can also fix a time fence for validity of this data.
Hope it will help.
Regards,
Flaviano.

Similar Messages

  • How to retrieve the long texts from  purchase Info record (ME13)

    Hi,
    How do I retrieve the long texts data from the tab, Texts of the Purchase Info record(ME13).  I want to retrieve the current long texts data(long text1, long text2 long text3, long text4) for a given purchase info record. These long texts points to the structure BRM06I.
    So, now how do I fetch the data from the structure BRM06I. Is there any function module for the same..
    Thanks.

    Hello,
    Texts are stored in tables STXH & STXL (header and item). You can search these tables by selecting Text object = EINA and Text name = Info Rec #. The text ID's you will see are the ID for various texts maintained.
    Cheers !

  • How to create a PO for a Material having Net Price but without Info Record?

    Hi,
    When I try to create a PO for a Material having Material Master and Vendor Master maintained but no Info Record, system does not accept the Net Price and the Price Condition also does not appear. Is there any way to create a PO for a Material having Net Price but without Info Record?
    Regards.

    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.

  • Minimum price for purchase info record

    Hi
    For some supplier, we need to set up a minimum price in purchase info record condition as show in example.
    Price / pce : 50.00 CHF / 100 pce
    Minimum price : 200.00 CHF
    So price for PO should be for X quantity : Min(200, X * 50 / 100)
    Is it possible to do that? Our internal competence center says us that it's not possible, but i would like your opinion.
    Thanks for your help

    Hi,
    If you want to scale up your price as per quantity in PO, it can be done. for example for 60 quantity price is $100 and for 70 quantity it is $95.
    Go to Transaction M/06 and select the base condition PB00. Make sure the 'Group Condition' indicator and 'Rounding Difference Comparison' indicator should be activated and the 'Group Condition Routine' field should be entered with '1' (Overall Document).
    2) Maintain your purchasing info record for Material A where the Condition Group should be set (ABC, for instance). Select the base condition PB00 and then set up the scaled pricing value (Y, for instance).
    3) Maintain the PO for Material A . Upon completion of maintenance, click on 'Check' icon to activate the Pricing Determination. You will see that the pricing Y is applicable to Materials A.
    Regards,
    Ahmad Farhan Khalid

  • Getting the last active number purchasing info record

    Hi,
    I was trying to get the last active number of the purchasing info record.
    As in the ME21N, while creating a purchase order, once we have entered the material number, the system automatically returns the adequate number of the info recored, but I could't identify (through debug) which was the function module or method call used to get it.
    I will be really thankful if somebody could help.
    Thanks & regards.

    Thanks to all for your answers. I finally figured it out with the help of a functional consultant.
    To identify the last active number purchasing info record, we retreive from table EINA, and there, the field LOEKZ should be empty.
    Basically, we only have one info record number per couple material/vendor.
    Ragards

  • 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

  • Report for Materials expired with price on Purchase Info Record

    Hi Experts,
    Can anyone of you advice a report in SAP that can identify the materials where the price has expired on Purchase Info Record.
    Thanks in advance.
    Regards,
    Nagarjun

    HI,
    ME1P will be used to monitor the changes in terms of pricing conditions you made to your info record via Transaction MEKP.
    In case of SA, you will have to build up your simple query by joining two tables A016 and KONP.
    Regards
    KK

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

  • Update price in purchase info record

    Hi ,
    We have a requirement to update Price in consignment purchase info records.  this case i tried with below function modules but not updating price at pricing condition level.
    ME_POST_INFORECORD
    ME_UPDATE_INFORECORD
    ME_UPDATE_INFORECORD_COND
    ME_PRICING_INFORECORD
    Please suggest to acheive the issue.
    Regards
    Veera

    Hi,
    Try the following function module:
    MASS_CHANGE_PURINFO_REC.
    Regards,
    Sachin Mahajan.

  • Extended Purchase Info Record using with LSMW

    HI guru's,
    How to extend purchase infor record using with LSMW programm.. what is the T.Code and important fields.
    regards
    JK

    Hi,
    You will need to create an LSMW programme for this, the source fields will be as below
    LIFNR     Account Number of the Vendor
    MATNR     Material Number
    EKORG     Purchasing Organization
    WERKS     Plant
    MAHN1     Number of days for first reminder/urging letter (expediter)
    MAHN2     Number of days for second reminder/urging letter (expediter)
    MAHN3     Number of days for third reminder/urging letter (expediter)
    APLFZ     Planned delivery time in days
    UNTTO     Underdelivery tolerance limit
    EKGRP     Purchasing group
    NORBM     Standard purchase order quantity
    MWSKZ     Tax on Sales/Purchases Code
    NETPR     Net price in purchasing info record
    WAERS     Currency Key
    LTEX1_02     Long Text
    LTEX2-02     Long Text
    LTEX3-02     Long Text
    LTEX4-02     Long Text
    LTEX5-02     Long Text
    LTEX6-02     Long Text
    LTEX7-02     Long Text
    Regards
    Merwyn

  • 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

  • How to set price in PR refer to last po or purchase info record?

    Hi,
        We meet problem for moving average material, do you know how to set Price in purchase request refer to last po price or purchase info record price, not material master valuation price? As the material price valuation may be low than current purchase price.  When dept manager release pr strategy according to value in PR, if pr price not same with PO price, then release will be meaningless.
    Thanks,
    Li Jing

    HI Li Jing  
    you can use usre exit for the same.
    Regards,
    Yagnesh Bhatt

  • CK11N User exit for valuation strategy sequence Price Purchase info records

    Hi,
    When ck11n is executed for a particular material whose purchase order is created then only price from purchase info records is considered. As the sub strategy selected is purchase order price via condition table.
    Requirement: CK11N should consider purchase info record even if there is no purchase order against that material. As the check of valid  agreement is done outside SAP.
    Can anyone sugest a solution ? eg any user exit
    BR,
    Ameya

    Hi
    I lost my notes on this somewhere.... Just to refresh my memory - Can you tell me whats the difference between Net Quotation price, Gross quot Price, eff price from Quotation and Quot price via cond table
    I compiled it actually, but lost it somewhere
    br, Ajay M

  • Price from Pur Info record not picking up

    Hi All,
    We have a requirement to pick Price from Purchasing Info record for Standard Cost estimate (CK11N/CK40N).
    The purchase info record has been created and price maintained in both u201CNet Priceu201D and u201CEffective Priceu201D fields in info record.
    I have selected Strategy L Price from Purchasing Info record and maintained sub-strategies 3, 4 and 5 in Valuation variant:
    Strategy 3 u2013 Net Quotation Price
    Strategy 4 u2013 Gross Quotation Price
    Strategy 5 u2013 Effective Price from Quotation
    Though I maintained the above, system is not picking up price from info record in CK11N.
    Am I missing anything on this?
    Any help is appreciated.
    Thanks.
    Regards,
    Sree

    Sreechakravarty,
    Per your description, system picked up the price other than the Purchase Info Record price, right? If so, you can try to remove other pricing priorities while only leave the pricing priority "L", and then run CK11N again to see whether system can find the info record, otherwise system will give error message such like "can not find material price in plant code &1/batch &2".
    If the system do can not find the purchase info record, you should check anything wrongly maintained to the info record such like valid period. Make sure the valuation date you entered during CK11N should be within the valid period of the info record.

  • Condition text in purchase info record

    Hi,
    How to maintain text for condition in purchase info record.
    Business users would like to maintain the reason/details for price change of condition record in info record.
    I am refering to the in the PIR condition screen, there is a Text check box besides scales check box.
    Please let me know the steps to maintain condition text in PIR.
    Thanks in advance
    Raj.

    Hello Raj,
    I may have faced the same problem.
    -Go to VOTXN.
    -Select Radio B : pricing cond --> condition  / change
    Choose application M
    -Design a text procedure: in standard you may have some
    Go to Text procedure assignement
    You need to affect the:
    Text determination procedure  (standard example 01) T685A-TXTGR and
    Text ID for text edit control (standard example 0001) T685A-TDID_TEC
    to the Basic price off you info record (standard PB00)
    If your basic price is no longer PB00 you may identify with this:
    T685A-KNTYP = H and T685A-KALSM = pricing procedure for additionnal condition type present in you FIR.
    If you affect the text procedure to a additionnal condition instead off the Basic price, this will not work.
    Regards
    Théophane
    Edited by: TWM_TDU on Nov 30, 2010 3:09 PM

Maybe you are looking for

  • Automatic import mass data regional structure -  Program RSADRLSM01

    Hello, regarding the automatic import mass data to the regional structure via program RSADRLSM02, we are working in order to replace our third party provider. That is why, we need to deleted all the data imported from the city file and the references

  • Changing foreground/ Background color in a High-Level GUI MIDlet

    I have created MiDlet and all the Screens in the MIdlet are High-Level GUIs (Elements from Palette) and I didn't use any Canvas. Now, I want to give color customization capability to my application. I know its possible to change colors in a canvas. B

  • Found x-platform remote debugger that works with WLSv4.5.1!!

    [att1.html]           

  • About 'Open With' on bridge CS6

    Running CS6 tools from the 'cloud' package My goal is to have two options under Bridges' Right click/open with list. 1) photoshop CS6 2) Image Data Converter (Sony's raw converter for *.arw) I see no way to effect this.  Using windows settings, I can

  • 10.6.2 Killed My RAID

    I just updated my MacPro to 10.6.2 and in the process it destroyed the partition table on my RAID. Now on startup OSX prompts me to either format, ignore, or eject the RAID. The RAID Configuration software says all the drives are ok, and the unit is