Automatic updation in  PO when info record change

Dear All,
We have a scenerio where we purchase copper components from one vendor. The rates are changed on every 15 days.
i.e. from 1-15th the rates are x, and from 16th-30th the rates are y. The supplier sends material on new price on 16th, irrespective of pending order as per old price.
Can we have some sort of facility so that pending orders price of some specific items get updated, as soon as we change in info record.
Suggest some solution.
Thanks in Advance,
Ishu

Hi
In PO, ie) in ME21N.....Item Details -
> Condition Control Tab -
> You can see the "Pricing  Date Category" Field......
If it is not found there....then,
Goto -
> OLME -
> PO -
>  Define Screen Layout at Document Level -
> Choose Field Selection key "NBF"  and go into details -
> Choose Field Selection Group "Quantity and Price"  and go into details -
> There you maintain the "Pricing Date Control" field as Optional Entry or as Required Entry as per your requirement and SAVE...
Now you can get the Pricing Date Category field in PO...
Reward if useful
Regards
S.Baskaran

Similar Messages

  • I want the system automatic update my UDFs when the OnHand was changed.

    I added two UDFs in table OITW to count the warehouse OnHand by CASES and Bottles. I want the system automatic update my UDFs when the OnHand was changed.  Is there any way I can do it in database level instead in the application (too much places involved).

    There is few ways how to do this:
    - triger as David said, but I dont recomend it through SAP policy
    - in stored procedure transaction notification  by adding or updating document update your user field
    - create job in SQL server which in specific interval recalculate the changes of onhand and update your user defined field
    - create addon which will be over functiuonalities which may change the onhand value
    I think that from SAP is possible only Addon, but the easist way is trigger and if you dont need it just in time but for example every 10 seccond, the better is job which cannot fail the standard SBO transaction (triger may and may be unsafe).
    Hope it helps
    Petr

  • HT203175 My Windows XP recently had an automatic update and now when I open iTunes, I receive the message "This copy of iTunes is corrupted or is not installed correctly.  Please reinstall iTunes."  I have never had problems in the past.  Is this a real m

    My Windows XP software recently had an automatic update and now when I open iTunes, I receive the message "This copy of iTunes is corrupted or is not installed correctly.  Please reinstall iTunes." 
    I have not used iTunes for several weeks so the issue may not be related to the last Windows XP automatic upgrade.  I have never had problems with iTunes in the past.  Is this a real message or perhaps a virus?
    Before I reinstall iTunes, any thoughts?

    It's a real message.
    Let's try a repair install of iTunes.
    Restart the PC first.
    If you're using Vista or 7, now head into your Uninstall a program control panel, select "iTunes" and then click "Repair".
    If you're using XP, head into your Add or Remove Programs control panel, select "iTunes", and click "Change". Select "Repair" and click "Next" as per the following screenshot:
    Can you launch your iTunes now?

  • Update/create the purchase info records

    Hi All,
    i got a requirment for update/create the purchase info records for the transaction ME11.
    i came to know that the FM <b>ME_DIRECT_INPUT_INFORECORD</b> is suitable for this requirment.
    but when i am trying to test this by passing data to I_EINA and I_EINE.
    it is giving some error message like "<b>Please enter at least one vendor</b>, Number entered not within external number range and etc".
    can any one guid me in passing the data to this function module, i.e. what are the required fields that are to be passed to this FM.
    if i have to update/create the EINA & EINE table data.
    Thanks,
    Rama

    Hi,
    Better use report RM06IBI0 - read its documentation with
    Tcode SE38
    Greetings Andreas

  • Update Scales on Purchasing Info Record

    Dear All,
    I need to upload and update Scales on Purchasing Info Record.
    Is there any BAPI or IDOC or Standard Batch/Direct Input (LSMW)  or any Function module for this data upload.
    Thanks in advance.

    Thanks for your suggestion but I have lots of records and I couldn't use t-code MEKP to create those scales on PIR.
    I won't only  update existing scales on PIR but also I want to crate new scales on PIR. Is there anybody to suggest me any upload programme(BAPI, IDOC, Direct Input) for it?

  • Forgot whether automatic updates are included when you update Flashplayer.  Update was fine, just didn't see where to click to get automatic updates.

    Forgot whether automatic updates are included when you update Flashplayer.  Update was fine, just didn't see where to click to get automatic updates.  Please advise whether I need to do anything or not.  Thanks.

    If you are using Windows:
    You must be logged in from an Administrator account not a Standard account.
    Click on START, then Click on CONTROL PANEL, then be sure the View is set to Large Icons not Category.
    Click on the Flash Player Icon. The Flash Player Control Panel should come up.
    Click on the UPDATES tab. Now you can verify or select automatic updating.

  • Purchase Info Record Change (ME12) using BDC

    Hi All,
    We are trying to change the Purchase Info Records using BDCs. We have about 20 condition records to change. Not all condition records change all the time. How can we use page control to identify the particular condition records that we want to change.
    Thanks
    Hari

    Hi Krishna,
    The BDC that we are trying to build will have the changes. For ex: When we created the info record (using a BDC) we had 15 condition records. This is coming from an external source.
    Now, there has been a change in the pricing (outside the system). This is communicated from the external system. We need to pinpoint which condition types to update in SAP, based on the values in the external system through the BDC.
    Regards
    Hari

  • Update termination error in Info record

    Hi,
    When i craete the info record and i am giving the amount in the condtions tab.then i save the info record.
    It is getting saved.It is generated the info record number.
    When i go todisplay mode,then i clicked on coditions..It is not there.
    I tried to change the amount and save the info record.It is giving the update termination error.
    Please help me in resolving this.
    Thanks
    Srini

    Hi,
    You can use sm13 transaction to see the detail of error.
    Please refer this link.
    Express document "Update was terminated"
    Thanks,
    Atal

  • HI... Create\Update pricing in Purchase Info Record

    Hi Guru's,
    I have got requirement to create or update the pricing condition in purchase info record (PIR).I have used below function modules to create or update General and purchase information for PIR but using those function module, im not able to create or update pricing condition..
    ME_INITIALIZE_INFORECORD
    ME_DIRECT_INPUT_INFORECORD  - Create new entries in PIR
    ME_MAINTAIN_INFORECORD - Change the PIR
    ME_POST_INFORECORD
    I have tried the below function module to create or update pricing condition,here issue is function module successfully executed but it was not upating PIR.
    ME_PRICING_REFRESH
    ME_PRICING_DIALOG
    ME_PRICING_INFORECORD
    Could you please provide any sample code / function module to update the pricing condition in PIR.
    Thanks in Advance.

    Dear Shivakumar,
    Can you kindly provide sample code for the function module MASS_CHANGE_PURINFO_REC? I found it is difficult to figure out how to populate the import parameters. And the Where-used function didn't return any result, so I can't even refer to the standard program. Thank you!
    Regards,
    Arwen

  • Using CATT to update Long Text in Info Records

    I am in a 4.7 environment, and trying to use CATT to update Purchasing Info Records (PIR) to include Long Text.  Does anyone know how I can get the script to work with long text that changes for each PIR?  I have tried several times, but can only get it to work with a single text entry.  Any help would be greatly appreciated.
    Cathy

    Hello Cathy,
    I use tcode OMQ3 to transfer texts. It took me awhile to figure out the easiest way to use and find it very simple now. Read the program documentation on how to use.
    Hope this helps.
    Cheers !

  • Update JScrollBar Extent when JScrollPane Component Changes Preferred Size

    Hi folks,
    I have an interesting, but concise problem that I've been working on for a few days but haven't had any luck.
    In Java 1.5 or Java6, I have a JScrollPane which contains a JPanel. The settings of the scrollbar (for example, the Extent [the width of the "thumb" or "slider" on the scrollbar]) are determined based on the dimension of the underlying contained component, in particular, the Preferred Size.
    My problem is this. The underlying component has a "zoom" capability, such that the actual size of the component can and does change (i.e., zooming out reduces its preferred size).
    Happily, the consequence of this design is that the "size" or extent of the scrollbar sliders/thumbs adjusts to give visual indication of the proportion of the current view (ViewPort View dimension) to the underlying component's dimension.
    The problem is, the scrollbar sliders do NOT automatically update their size in response to programatically changing the JScrollPane's contained component's PreferredSize. They WILL be updated if I RESIZE the parent JFrame manually.
    But for the life of me, I can't get those sliders to update programatically. I've tried repaint(), update, validate(), etc. on the JScrollPane but no luck.
    I've done a debug to get into the stack trace of the Sun code during run time, and there's a lot going on... there's a doLayout(), a reshape() (deprecated), firing various property changes, but I just can't seem to find a good hook into getting the scrollbar to update its internal Bounds model and repaint accordingly. Calling setBounds() on the JScrollPane I think would trigger it, however, looking at the code.. it seems to ignore firing property events and repainting of the bounds themselves didn't actually change (i.e. no action happens if the current dimension and specified dimension in the argument to setBounds() are the same).
    Any ideas here on how to this to get those sliders to update programatically with a new value for the extent?
    Thanks,
    --Mike                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Understood! It was my intention to give credit and now I'm happy to do so! I've now assigned the Duke Points. Minor usability issue, it was not obvious how to do this the first time (and I did poke around a little before I gave up earlier in the day, reverting to just assigning him the correct question). I've got it now though! Thanks again--definitely knocked out an issue I was having today and allowed me to move on to add'l development work today.
    All the best!
    --Mike                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Automatically update Data Flow when table column is added

    Hi, I have identical SQL Server databases on Server A and Server B, and I'm trying to create an SSIS package that will update its own Data Flow task when I've added a new column.  
    When I open the SSIS package up in Data Tools after adding the column, I get the following warning: 'The external columns for OLE DB Destination are out of synchronization with the data source columns. The column "TestColumn" needs to be added to
    the external columns.'  So the package know when it's out of sync with the db.  
    Is there a way to automatically update the external columns?
    Thank you!

    There is a Dynamic DTS task commercial product of CozyRock
    Another possibility is to generate an updated version of the package programmatically either with BIML http://www.mssqltips.com/sqlservertip/3124/generate-multiple-ssis-packages-using-biml-and-metadata/
    or via .net code http://msdn.microsoft.com/en-ca/library/ms345167.aspx
    Arthur
    MyBlog
    Twitter

  • Automatically update Equipment Hierarchy when confirming service order

    Hi Gurus,
    When I confirm the service order, the old part needs to be replaced by the new part. The requirement is that this replacement is done automatically in the equipment hierarchy after confirming the service order. ie.Equipment should get automatically updated in the equipment hierarchy. How to configure this?
    Best Regards,
    Dhanabal

    Hello,
    As you confrim the labour and maerial, the Equpment hierarchy will not get replaced by the new one. You need to go for an enhancement. Cehck with your ABAP consultant with a detailed requirement.
    Prase

  • Info record change history

    Hello  Guru,
    I want to check changes made in info record like change in tax code .Is their any way /Table  to check the same .I have tried Extras-->changes in ME13 but could not get the same.Also their we had to give certain date does it mean that system will show chanegs made on that date only.
    Regards
    SAP user

    hi
    Check the table EINA
    Neha

  • QM Info record changes info to Buyer

    Hi Experts,
    We are using Quality Info record functionality to block the vendor, block goods receipt, block the PO/scheduling aggrement etc.
    How the buyer can get know the changes made in Qulity Info Record? What is the transaction?
    Is it possible to inform the buyer through EMail as soon as there are changes in QM info record reltaed to vendor, PO , Scheduling aggrement?
    Please suggest the solution.
    Thanks and Regards,
    Sachin

    Hii,
    You can use the status profile concept in Q-Info record to fulfill ur req. First define the status profile with the object type QM_T_001 (Q-notific./task profile 001). Whenever the changes occurs in the quality info record, the same can be triggered as a Q-Notification.
    Here u need to activate work flow activity to trigger such action. U can also try with DMR concept with stage wise insepction concept with inspection lot status which in turn trigger Q-info status profile with respect to material, vendor combination
    Edited by: Lokesh K on Oct 15, 2010 2:48 PM

Maybe you are looking for