Price for new validity period not updating

HI
we have a  contract
we have updated the prices of the material for the contract item WITH A NEW VALIDTY DATE in Future.
the contract is showing the correct price as the future date is passed.(Date wa 15 september)
But the table ekpo is showing the old price.
Thanks in ADVANCE.

Its a correct SAP behaviour.
I will tell you how it works -
Lete your current Date is 15/09/2009
You have a price with validity as 01/09/2009 & 30/09/2009 and another price with validity as 01/10/2009 to 30/10/2009.
Now if you open the contract in initial screen you will see the price valid for period Sep.
Now you open the same contract during the month of Oct system will show price which is valid for the month of Oct.

Similar Messages

  • Price for new valisdity period not updating

    HI
    we have a quantity contract
    we have updated the prices of the services for the contract item WITH A NEW VALIDTY DATE.
    but the contract still showing the price of the old validity date.
    If we check the conditions of the individual items there are two condition records but the contract is showing the old price.
    Please suggest..
    Thanks in ADVANCE.

    Hi,
    I do not think that overall contract value will change based on changes at service line items.   Ammend the contract value at header level.
    Regards
    fozters

  • BAPI_PO_CHANGE to update the Price for the line item not updating the Price

    Hi,
    I am using BAPI_PO_CHANGE to update the Price for the line item. This BAPI is not updating the Price. I am using external cummit also, but the BAPI is not updating price.
    I am passing following data to the BAPI.
    Plant: CQ11
    PO                   Material                Price
    4500002142     TEST_BATCH     12
    Please provide suggestion.
    Regards,
    Jubin.

    Hi,
    check this link...this has sample code
    [http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm]
    Regards,
    Surinder

  • Validity Table not updating for 0IC_C03 while updating data

    Hi,
    1.Validity table not updating for 0IC_C03 while updating data in my BW 7.4 With HANA data base?
    Key fields : 0Plant
                       0Calday
    if you run this programe after loading data - RSDG_CUBE_VALT_MODIFY it is updating.
    2. I am not getting no marker update option in non-cumulative Info cube 0ic_c03 manage tab or in DTP tabs check as per 7.4 modifications?
    and  2LIS_03_BX in DTP I am getting below this option only
    Can you please give me solution for this issues.
    Regards
    Umashankar

    Hi Uma,
    Please go through the below link which might be helpful.
    Not able to Edit Validity Table : RSDV
    Marker Update Option is available under Collapse tab of Info cube.
    Thanks,
    Karan

  • Release strategy for Future validity period- (Outline agreements)

    Dear All,
    I want to create release strategy for Scheduling agreement.But I am creating the SA for furure validity period.In this case how the release strategy will triger.
    E.g Today 09.03.09 I create a Sceduling agreement and the validity period I maintain is from 01.06.09 to 31.12.09 and Amount say 100 Rs.
    I am using Characteristics Doct type and Amount.. The system checks the rate as on date (i.e on 09.03.09) and since it doesnt find any value the Release strategy is not trigeering.
    How to set up release strategy in the above case.
    Thanks in Advance.
    Regards
    Amar

    Hi Amar,
    1) if you maintain a target value (EKKO-KTWRT) in the header of the            
    contract this value is the basis for the determination of the release          
    strategy. If the target value is 0, the system will cumulate the               
    values of the items and will use this value for the determination.                                                                               
    2) So if the target value is 0 and you change the price of a condition         
    with a validity period in the future the system will react in the              
    following way:                                                                               
    Example:                                                                       
       the contract contains one item with quantity = 100 and a net price          
    of EUR 5,-.                                                                    
       all contracts with a target value from EUR 0 - 1.000,- should be            
    subject of a release strategy                                                  
       the contract is created and released on October the 1st                     
       ME32K -> October the 2nd you define a new price of EUR 7,- with a           
    validity period from 03.10.09 - 30-10.09 -> you save the contract              
    -> the release strategy is not reset, as the start date is not                 
    reached yet (system date < startdate of validity period)                       
       ME32K October the 3rd you change a field in the contract -> the             
    release strategy is reset                                                                               
    This is system design that a release strategy can only be reset through        
    an action by the user. The determination of the release strategy can't         
    be triggered automatically in the background.      
    If you create a document which is subject of an overall release strategy      
    (e.g. p.o., contract) the determination of the release strategy takes         
    place when the user hits the 'save' button or chooses the 'check'             
    function.                                                                     
    So there must be a kind of event that tells the system that something         
    has changed.                                                                               
    Regards,
    Edit

  • Can you please how to retrive the new netprice from the new validity period

    Hi,
    When you display  a contract using ME33K and you click on  a item and view its conditions(shift+F6), there might be 2 validity periods for a given item.
    and each period will have different netprice in it.
    One will be old date before the PO was created and the other new one which has validity till 31.12.999..We want to fetch the netprice for the new validity date but currently the program is fetching this data from the table EKPO which is having the netprice of the old date only..
    Can you please how to retrive the new netprice from the new validity period

    Thank you so much.
    But I need more help specific to my problem.
    Let me describe the same.
    Suppose the PO creation date is 04.07.2007
    The conditions for an item in a contract for the PO are as follows;
    1. Validity from 04.07.2007 validity to 04.07.2007 Netprice = 100.00
    2. Validity from 05.07.2007 validity to 31.12.9999 Netprice = 200.00
    We need to always fetch the netprice from the validity period which always matches with the PO creatio date. here the value 100.00 should be the correct netpr as the PO creation date matches with the first validity period.
    But the program is fetching the netprice 200.000 which belongs to the second validity period. That is beacuse the select statement which fetches the data for contracts collects on the basis of EKKO-kdate and ekko-kdtab.the fields kdate and kdtab retrieves the validity period of the contract which is from 04.07.2007 to 31.072007. This data is then used to retrieve the netpr data from EKPO and it fetched 200.00 as it retrives the netprice of current data in contract validity and h not with respect to PO creation date.
    This data is then used to fetch the get the netpr data from EKPO.
    <u>what we need is the netprice for that validity period of item(Conditions) that matches with the PO creation date</u>..
    Below is the code where I'm selecting the data from ekko and ekpo for the contracts data..Can you please add the code snippet to the below attachesd subroutine to get the required data from KONV and KONP so that we can retrieve the correct Netprice.
    FORM select_contracts USING p_s_cebeln LIKE s_cebeln[]
                                p_c_k_bstyp  TYPE ebstyp
                                p_p_bukrs    TYPE bukrs
                                p_p_ekorg    TYPE ekorg
                                p_p_ekgrp    TYPE bkgrp
    *Begin of Mod-004
                                fp_p_cernam   type ty_r_ernam
                               p_p_cernam   TYPE ernam
    *End of Mod-004
                                p_s_werks    LIKE s_werks[]
                                p_s_matnr    LIKE s_matnr[]
                                p_s_lifnr    LIKE s_lifnr[]
                                p_s_val_dt   LIKE s_val_dt[].
    *mod-002
        data : l_amount   type BAPICURR_D,   " Net price
               l_waers    TYPE waers,        " Currency Key
               l_eff_amount type BAPICURR_D. " Effective value
          data: l_v_netpr type bprei.
    *mod-002
    SELECT  ebeln
              bukrs
              bstyp
              aedat
              ernam
              lifnr
              zterm
              ekorg
              ekgrp
              waers
              wkurs
              <b>kdatb
              kdate</b>
              inco1
              INTO TABLE i_ekko
              FROM ekko
              WHERE    ebeln IN p_s_cebeln
                   AND bstyp EQ p_c_k_bstyp
                   AND bukrs EQ p_p_bukrs
                   AND ekorg EQ p_p_ekorg
                   AND ekgrp EQ p_p_ekgrp
    *Begin of Mod-004
                  AND ernam EQ p_p_cernam
                   AND ernam IN fp_p_cernam
    *End of Mod-004
                   AND lifnr IN p_s_lifnr
                   AND ( kdatb IN p_s_val_dt OR kdate IN p_s_val_dt ).
      IF sy-subrc EQ 0.
    Populates internal table i_ekpo using EKPO table.
        SELECT   ebeln
                 ebelp
                 loekz
                 txz01
                 matnr
                 werks
                 ktmng
                 menge
                 meins
                 bprme
                 netpr
                 peinh
                 webaz
                 mwskz
                 uebto
                 untto
                 erekz
                 pstyp
                 knttp
                 repos
                 webre
                 konnr
                 ktpnr
                 ean11
                 effwr
                 xersy
                 aedat
                 prdat
                   INTO TABLE i_ekpo
                   FROM ekpo
                   FOR ALL ENTRIES IN i_ekko
                   WHERE ebeln = i_ekko-ebeln
                     and aedat = i_ekko-aedat
                     AND werks IN p_s_werks
                     AND matnr IN p_s_matnr.
    LOOP AT i_ekpo INTO rec_ekpo.
          MOVE rec_ekpo-ebeln  TO rec_contr-ebeln.
          MOVE rec_ekpo-ebelp  TO rec_contr-ebelp.
          MOVE rec_ekpo-loekz  TO rec_contr-loekz.
          MOVE rec_ekpo-txz01  TO rec_contr-txz01.
          MOVE rec_ekpo-matnr  TO rec_contr-matnr.
          MOVE rec_ekpo-werks  TO rec_contr-werks.
          MOVE rec_ekpo-ktmng  TO rec_contr-ktmng.
          MOVE rec_ekpo-menge  TO rec_contr-menge.
          MOVE rec_ekpo-meins  TO rec_contr-meins.
          MOVE rec_ekpo-bprme  TO rec_contr-bprme.
         MOVE rec_ekpo-netpr  TO rec_contr-netpr.
         move l_v_netpr        TO rec_contr-netpr.
    mod-002
          read table i_ekko into rec_ekko with key
                           ebeln = rec_ekpo-ebeln.
            l_waers =  rec_ekko-waers.
    CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL'
      EXPORTING
        currency              =  l_waers
        amount_internal       =  rec_contr-netpr
    IMPORTING
       AMOUNT_EXTERNAL       =  l_amount.
                rec_contr-netpr = l_amount.
    mod-002
          MOVE rec_ekpo-peinh  TO rec_contr-peinh.
          MOVE rec_ekpo-webaz  TO rec_contr-webaz.
          MOVE rec_ekpo-mwskz  TO rec_contr-mwskz.
          MOVE rec_ekpo-uebto  TO rec_contr-uebto.
          MOVE rec_ekpo-untto  TO rec_contr-untto.
          MOVE rec_ekpo-erekz  TO rec_contr-erekz.
          MOVE rec_ekpo-pstyp  TO rec_contr-pstyp.
          MOVE rec_ekpo-knttp  TO rec_contr-knttp.
          MOVE rec_ekpo-repos  TO rec_contr-repos.
          MOVE rec_ekpo-webre  TO rec_contr-webre.
          MOVE rec_ekpo-konnr  TO rec_contr-konnr.
          MOVE rec_ekpo-ktpnr  TO rec_contr-ktpnr.
          MOVE rec_ekpo-ean11  TO rec_contr-ean11.
          MOVE rec_ekpo-effwr  TO rec_contr-effwr.
    mod-002
          CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL'
       EXPORTING
          currency              =  l_waers
          amount_internal       =  rec_contr-effwr
       IMPORTING
          AMOUNT_EXTERNAL       =  l_eff_amount.
               rec_contr-effwr = l_eff_amount.
    *mod-002
          MOVE rec_ekpo-xersy  TO rec_contr-xersy.
          APPEND rec_contr TO i_contr.
          CLEAR: rec_ekpo,rec_contr.
    mod-002
          CLEAR : rec_ekko,l_amount, l_eff_amount,l_waers.
    mod-002
        ENDLOOP.
    Modifying i_contr using i_ekko.
        SORT i_ekko BY ebeln.
        LOOP AT i_contr INTO rec_contr.
          READ TABLE i_ekko INTO rec_ekko WITH KEY
                              ebeln = rec_contr-ebeln
                              BINARY SEARCH.
          MOVE rec_ekko-bukrs  TO  rec_contr-bukrs.
          MOVE rec_ekko-bstyp  TO  rec_contr-bstyp.
          MOVE rec_ekko-aedat  TO  rec_contr-aedat.
          MOVE rec_ekko-ernam  TO  rec_contr-ernam.
          MOVE rec_ekko-lifnr  TO  rec_contr-lifnr.
          MOVE rec_ekko-zterm  TO  rec_contr-zterm.
          MOVE rec_ekko-ekorg  TO  rec_contr-ekorg.
          MOVE rec_ekko-ekgrp  TO  rec_contr-ekgrp.
          MOVE rec_ekko-waers  TO  rec_contr-waers.
          MOVE rec_ekko-wkurs  TO  rec_contr-wkurs.
          MOVE rec_ekko-kdatb  TO  rec_contr-kdatb.
          MOVE rec_ekko-kdate  TO  rec_contr-kdate.
          MOVE rec_ekko-inco1  TO  rec_contr-inco1.
          MODIFY i_contr FROM rec_contr.
        ENDLOOP.
      ENDIF.
      REFRESH: i_ekko,
               i_ekpo.
      CLEAR  : rec_ekko,
               rec_ekpo,
               rec_contr.
    ENDFORM.      "select_contracts
    Thanks.

  • New Podcast Episode Not Updating in iTunes

    Hello Apple Community,
    My name is Sara Simms, I have recently started a new DJ podcast series called Flight. My new episode has not updated yet in the iTunes store (its been over three days since I uploaded it)
    My podcast episodes are hosted here:
    http://sarasimms.blogspot.ca
    My Feedburner URL is:
    feed://feeds.feedburner.com/sarasimmsflightofficialpodcast
    I also uploaded new artwork via Feedburner, in the 'Podcast' section of iTunes I see the artwork has updated.
    However, in the iTunes store itself, the new artwork is not displayed. Here is the link to my iTunes podcast:
    http://bit.ly/VM8tcF
    I just pinged Feedburner, hopefully this helps to update everything.
    Could anyone else please let me know if there's anything else I should check/change to make sure my podcast episodes are updating?
    Thank you in advance!
    Best wishes,
    Sara Simms

    Your second episode has a media file referenced at http://sarasimms.com/wp-content/uploads/2014/flight_episode_two
    This works when the URL is entered in a browser, but at the URL has no extension (.mp3) iTunes does not see it as being a media file and thus does not display the episode. You need to give a full URL including the extension, as you have done for your first episode.
    You are mixing episodes with and without media files - there are a lot of earlier episodes which don't have media files - these won't show in iTunes. If blogger limits the number of episodes shown in the feed, these will count towards that limit which could result in episodes not showing in iTunes once you have added enough episodes to trigger the limit.

  • I want to set up 5 different ipods to sync from one library, but want to be able to control what is synced to each ipod and have it remember that for future synching and just look for new songs and not sync all the other music in the library

    I want to set up 5 different ipods to sync from one library, but want to be able to control what is synced to each ipod and have it remember that for future synching and just look for new songs and not sync all the other music in the library

    Click here for options.
    (58961)

  • New tabs are not updating the names of the sites they have loaded. When I open a new tab and load a site, the tab simply stays named "New Tab". When I open a link in a new window, it shows "Connecting..." even while its fully loaded.

    New tabs are not updating the names of the sites they have loaded. When I open a new tab and load a site, the tab simply stays named "New Tab". When I open a link in a new window, it shows "Connecting..." even while its fully loaded.

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]

  • My iLife v9.03 Install disk is corrupt. Where can I find a download for the the app (not update) at apple support online ?

    My iLife v9.03 Install disk is corrupt. Where can I find a download for the the app (not update) at apple support online ?

    I have an iLife 11 disc that doesn't work very well so I tried creating a disk image of it with Disk Utility.  It took two tries but finally got a disk image that I could use to install the iLife 11 applications. Give it a try.
    OT

  • "Arrange new window" (thumbnail window for digital painting) does not update

    Hi,
    I have an issue with Photoshop CC V2014.2.1 release where if I open a new document, then create a duplicate window of that document (Window->Arrange->New window for "Document.psd") if I am working on the original window, the duplicate window does not update any brush strokes until I select the duplicate window or perform an undo command.
    On previous versions (CS4 & CS5) the 2nd window would update each brush stroke automatically.
    I have looked for options to auto-update the 2nd window, but can't find anything. Is this a bug or am I missing an option?
    Thanks,
    Tim

    Well there is feedback http://www.apple.com/feedback/itunesapp.html and if you have an AppleID there is a "bug reporter" http://bugreporter.apple.com/.

  • Can I use my Apple rebate and get AT&T's special price for new 3GS?

    We have AT&T family plan and 2 original 8gag iphones bought right after they came out in June 2007. Our 2 year AT&T contract is up this month. We each got a $100 rebate when the iphone price dropped, and we have not used them. I was told they never expire.
    1. Does anyone know if the AT&T upgrade price and the Apple iphone rebate can be combined?
    2. Does anyone know if my current unused roll-over minutes will be carried over to the new contract?

    You're welcome.
    The unlimited data plan for the first generation iPhone is $20/mo and includes a 200 messaging allowance. This was/is a special unlimited data plan rate for the first generation iPhone that AT&T does not offer for any other phone in the smart phone category.
    The unlimited data plan for the iPhone 3G and iPhone 3GS is $30/mo and doesn't include a messaging allowance. Unless you currently have a higher messaging allowance that is shared with each iPhone under the Family plan, to have the same messaging allowance with the iPhone 3G or iPhone 3GS will cost you $15 more per month for each iPhone - $10 more per month for the unlimited data plan, and $5 more per month for a 200 messaging allowance.
    Your rollover minutes balance will not be affected when purchasing an iPhone 3G to replace your existing first generation iPhone.
    If you live near an Apple store, contact the store regarding your $100 rebate for the first generation iPhone - if you can apply the rebate to the AT&T subsidized sales price for the iPhone 3GS.

  • Wondershare's iDraft for $2.99 will not update crashing issues due to 4.2!

    Wondershare will not update their iDraft App, on the App Store, for compatibility issues due to iOS 4.2! iDraft costs $2.99, and should be pulled from the app store. An app should not be sold, until the issue is addressed. It's wrong, and I want to see some progress, instead of emails saying that we are heading in a different direction... Then return email back saying that we are now working on the issue, and I could get a discount on Wondershare apps...
    Wondershares response to fix the Crashing issues for iDraft...
    (1st Response)
    "Dear Customer,
    Thanks for contacting us. This is Ivan from support team.
    Currently iDraft does not support iOS 4.2, and we do not provide future upgrades for this product due to our company long-term blueprint.
    Sorry for the inconvenience.
    We are now working on a new application on Android platform.
    Just let me know if you have any question."
    (2nd Response)
    "Dear Customer,
    I am very sorry for the trouble.
    We have temporary paused the future upgrades of this product, but never permanently give up it.
    And we are focused on another product which we hope it can bring more fun to all iPad users.
    I have forwarded your message to our R&D department, and we will look into this case and improve the software performance.
    As compensation, we can offer you an extra 20% off if you are interested on any product on our official site. Just let me know the product name.
    Let me know if you have any question."
    (3rd Response)
    "Dear Customer,
    I am very sorry for the trouble.
    Currently iDraft does not support iOS 4.x, we are now working on the update.
    If you don't mind, I recommend you wait for next upgrade.
    I will send a message to you as soon as we launch it.
    Or you may contact Apple for refund if you prefer. We would like to offer you a refund but we are not able to do it, there is no refund option in vendor's portal."
    I have reported the issue to Apple, and thought this may be of interest to you guys as well.
    Your Thoughts?

    Welcome to Apple Support Communities
    Snow Leopard is a paid upgrade. http://support.apple.com/kb/sp575 Call Apple to buy Snow Leopard. Then, make a backup, insert the DVD and upgrade. When it finishes, open  > Software Update

  • MIGO -slaes price for material (NLISROH1) 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

    Hi Experts
    Any update on this please ....
    Regards
    Rajesh.P

  • New users are not updated in Outlook address book (Offline)

    Hi All,
    We are having an Exchange 2010 environment. from few weeks we are experiencing this issue. When we create new user or change the name of a existing user, it is not updated in outlook address book. Can anyone help me to sort this issue?.
    Regs,
    Sachitha.

    What is the Outlook client you are using? Is it 2003 or 2007+
    You are right, you don;t have to update the OAB manually, the kind of issue you are facing is very know (As far as I experienced). After you update the OAB manually, check the issue and it should be fine.
    After that create a Test User and check in Outlook if you see it populated.
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Maybe you are looking for

  • I can't export Final Cut Express HD movie to QT

    I do realize the error of my ways. I installed an old copy of FCE HD onto my MBP with Snow Leopard (10.6.3). I really wish I knew SL only supports FCE4 before I edited a 2-hour movie. I've seen discussion on this forum about installing Quicktime 7 fr

  • Printing document with Notes/Comments and underlined/highlighted text

    Dear all, I have been reading a document and highlighted & underlined parts of it. In addition I also inserted notes. Now when trying to print the document with the "summarize comments function" (I translate this from the german version so there it m

  • What is the right way to collect XY data?

    The way our Labview code works is very poor. We want to do the following: Initialize a DAC, and then in a loop: 1. Read from an ADC or counter. Plot the reading as a point on an XY Graph (DAC setting as x, ADC reading as y) 2. Set the DAC to a new va

  • BI-Content for CRM not available

    Hello, We have a brand-new BI system and I can't find the BI content for CRM. Like infoproviders 0CSAL_C03, 0CSAL_C05 and 0CSAL_C05. I know it has to be installed by basis somehow but we don't know how. This thread is linked to the one shown below. B

  • Issue faced in QA environment after transport

    Hi We have successfully transported the app set from Dev to QA environment. After transporting we are facing the following issue. EVDRE not working ' throwing WEB server error for the Reports in the QA server. But The same  Reports are working fine i