Mass Contract Update - Item price become zero after Tax Code change

HI Guru,
I have issue on the contract net price which become zero after change in Tax code of item.
Took the opportunity to update contracts to reflect the changing VAT code (from V0 to V1 for some items) from the Trx code: MEMASSCONTRACT. However, having run the transactions (ME33K) above the contracts are now displaying zero prices on the Item Overview.  The conditions are all correct (PB00) and the follow on purchase orders seem to be picking up the correct prices but we need to resolve the issue of zero prices on the item overview. 
Please help me in this why it is happening like this? & what is the solution for it.
Thanks in advance
Praveen Katageri

Hi,
If pricing picking , just check  validity period ( Valid from & Valid to) in  condition of the  Info record.Also check any scale is used & price active or not in condition of Info record.
Regards,
Biju K

Similar Messages

  • CRM_IC :: Net Price become zero after EDIT.

    Dear All,
    I am facing a problem that; in the transaction CRM_IC, when I create a Sale Order with one (or more) line item(s) and providing a valid value in the field Net Price. If we save it, it will get saved successfully. But If I press the EDIT button assosiated with the screen, then the Net Price will become zero.
    Also it is observed that, the issue happens for German country and for rest it is working properly
    Can anyboby help me..
    Regards
    Ullas Unnikrishnan

    I solved this --- I noticed that I had siRoot.DocumentGrossAmountsIndicator set to false but creating the root node (newSI = SupplierInvoice.Create(siRoot)) turned that back to true again for no apparent reason. My guess is that having this set to true, i.e. all values are gross, dynamically sets all net fields to read-only. Once I discovered this it was as simple as setting the indicator back to false post-creation of the root node, and then net price fields were accessible again.

  • Update Item Prices

    Hello,
    Can we update item prices for multiple items, in multiple price lists using DTW. If yes, which template should be used. If no, is there any other procedure for the same.
    Thanks & Regards,
    Rahul Jain

    Run Multiple DTW imports use one common file for the Items and subsequent import files (One per each Price list), it goes quick.
    To make the subsequent sheet you just have to change the Price List number, use replace all for that column and save as different name.
    RecordKey     ItemCode
    RecordKeypianpianint     ItemCodepianpianstring
    1     DE000001
    2     DE003000
    3     DE004010
    4     DE004014
    5     DE004015
    6     DE004020
    7     DE004025
    8     DE004030
    9     DE004050
    10     DE004050
    RecordKey     LineNum     Currency     Price
    RecordKeypianpianint     LineNumpianpianint     Currencypianpianstring     Pricepianpiandouble
    1     0     USD     0.28
    2     0     USD     1.00
    3     0     USD     1.84
    4     0     USD     3.08
    5     0     USD     1.79
    6     0     USD     3.70
    7     0     USD     1.40
    8     0     USD     6.61
    9     0     USD     4.13
    10     0     USD     5.89
    RecordKey     LineNum     Currency     Price
    RecordKeypianpianint     LineNumpianpianint     Currencypianpianstring     Pricepianpiandouble
    1     1     USD     0.28
    2     1     USD     1.00
    3     1     USD     1.84
    4     1     USD     3.08
    5     1     USD     1.79
    6     1     USD     3.70
    7     1     USD     1.40
    8     1     USD     6.61
    9     1     USD     4.13
    10     1     USD     5.89
    RecordKey     LineNum     Currency     Price
    RecordKeypianpianint     LineNumpianpianint     Currencypianpianstring     Pricepianpiandouble
    1     2     USD     0.28
    2     2     USD     1.00
    3     2     USD     1.84
    4     2     USD     3.08
    5     2     USD     1.79
    6     2     USD     3.70
    7     2     USD     1.40
    8     2     USD     6.61
    9     2     USD     4.13
    10     2     USD     5.89

  • Actual quantity in service tab page becoming zero after updation

    Dear friends,
    We updated validity start date, end date in header and the field "form.val.2" in service tab page in item details of a service line item(item category D) in a Purchase order using the function module 'BAPI_PO_CHANGE'. After updation we observed the actual quantity (which denotes the total GR qty) becoming zero, making the PO completely open and allowing creation of service entry sheet for full quantity. This happend for so many POs. Now we want to correct the actual quantity. But as it is in display mode it now become difficult to change the actual quantity through any function module.
    Seeking for a genuine solution about how to correct the actual quantity.
    Regds
    Amitava

    hi
    check this sap note 938498 BAPI_PO_CHANGE: Reference update for a service item

  • Sales Orders line item quantity getting Zero after free good line item

    Hi experts,
    i am creating sales order using BAPI  BAPI_SALESORDER_CREATEFROMDAT2   sales order having some free goods material  and line item after free goods line item having quantity zero.
    for example A B are  materials, A having free goods a1.  when SO  having 3 line items 10 for A ,line item  20 for a1 and line item 30 for B . But line item 30 having quantity zero.
    find code below and advice .
    lwa_ord_head_in-doc_type       = 'ZSO'.
        lwa_ord_head_in-sales_org      = '1000'.
        lwa_ord_head_in-distr_chan     = '10'.
        lwa_ord_head_in-division       = '10'.
        lwa_ord_head_in-req_date_h     = lwa_rof_s-date_del.
    *Order Header Update
        lwa_ord_head_inx-doc_type       = 'X'.
        lwa_ord_head_inx-sales_org      = 'X'.
        lwa_ord_head_inx-distr_chan     = 'X'.
        lwa_ord_head_inx-division       = 'X'.
        lwa_ord_head_inx-req_date_h     = 'X'.
        lwa_ord_partners-partn_role  =  'AG'.
        lwa_ord_partners-partn_numb  =  lwa_rof_s-lease.
        APPEND lwa_ord_partners TO lt_ord_partners.
        IF lwa_rof_s-del_addr IS INITIAL.
          lwa_ord_partners-partn_role  =  'WE'.
          lwa_ord_partners-partn_numb  =  lwa_rof_s-lease.
          APPEND lwa_ord_partners TO lt_ord_partners.
        ELSE.
          lwa_ord_partners-partn_role  =  'WE'.
          lwa_ord_partners-partn_numb  =  lwa_rof_s-lease.
          APPEND lwa_ord_partners TO lt_ord_partners.
        ENDIF.
        lt_rof_it_t = lwa_rof_s-zsd_rof_it_t.
        LOOP AT  lt_rof_it_t INTO lwa_rof_it_s.
          lwa_ord_items_in-material = lwa_rof_it_s-matnr.
          lwa_ord_items_in-plant = lwa_rof_s-plant.
          lwa_ord_items_in-target_qty = lwa_rof_it_s-qty.
          lwa_ord_items_in-comp_quant = lwa_rof_it_s-qty. "added on 12/29
         lwa_ord_items_in-target_qu = 'EA'.
         lwa_ord_items_in-t_unit_iso = 'EA'.
          APPEND lwa_ord_items_in TO lt_ord_items_in.
          lwa_ord_items_inx-material = 'X'.
          lwa_ord_items_inx-plant = 'X'.
          lwa_ord_items_inx-target_qty = 'X'.
          lwa_ord_items_inx-comp_quant = 'X'.
         lwa_ord_items_inx-target_qu = 'X'.
         lwa_ord_items_inx-t_unit_iso = 'X'.
          lwa_ord_items_inx-updateflag = 'I'. "'U'
          APPEND lwa_ord_items_inx TO lt_ord_items_inx.
         ** Schedule Line Information
          lwa_schedule_lines-itm_number = '000010'.
         lwa_schedule_lines-sched_line = '0003'.
          lwa_schedule_lines-sched_line = 'X'.
          lwa_schedule_lines-req_date   = lwa_rof_s-date_del.
          lwa_schedule_lines-date_type  = '1'.
          lwa_schedule_lines-req_qty    = lwa_rof_it_s-qty.
          APPEND lwa_schedule_lines TO lt_schedule_lines.
         lwa_schedule_lines_x-itm_number = '000010'.
         lwa_schedule_lines_x-sched_line = '0003'.
          lwa_schedule_lines_x-updateflag = 'I'.
          lwa_schedule_lines_x-sched_line = 'X'.
          lwa_schedule_lines_x-req_date   = 'X'.
          lwa_schedule_lines_x-date_type  = 'X'.
          lwa_schedule_lines_x-req_qty    = 'X'.
          APPEND lwa_schedule_lines_x TO lt_schedule_lines_x.
        ENDLOOP.
        CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
          EXPORTING
      SALESDOCUMENTIN               =
            order_header_in               = lwa_ord_head_in
            order_header_inx              = lwa_ord_head_inx
      SENDER                        =
      BINARY_RELATIONSHIPTYPE       =
      INT_NUMBER_ASSIGNMENT         =
      BEHAVE_WHEN_ERROR             =
      LOGIC_SWITCH                  =
      TESTRUN                       =
      CONVERT                       = ' '
       IMPORTING
         salesdocument                 = lwa_saledocu
       TABLES
         return                        = lt_return
         order_items_in                = lt_ord_items_in
         order_items_inx               = lt_ord_items_inx
         order_partners                = lt_ord_partners
         order_schedules_in            = lt_schedule_lines
         order_schedules_inx           = lt_schedule_lines_x
      ORDER_CONDITIONS_IN           =
      ORDER_CONDITIONS_INX          =
      ORDER_CFGS_REF                =
      ORDER_CFGS_INST               =
      ORDER_CFGS_PART_OF            =
      ORDER_CFGS_VALUE              =
      ORDER_CFGS_BLOB               =
      ORDER_CFGS_VK                 =
      ORDER_CFGS_REFINST            =
      ORDER_CCARD                   =
      ORDER_TEXT                    =
      ORDER_KEYS                    =
      EXTENSIONIN                   =
      PARTNERADDRESSES              =
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .

    Hi experts,
    I am still waiting for your response......
    Thanks in advance
    Deepanker

  • Moving Average price becomes Zero

    Hi,
    We found several materials Moving price is Zero.  Some materials stock existed, but moving average price is zero.
    How this is happened? If I am trying to create with material MAP filed not allowed for zero price.
    Please assist me.
    Thnaks,
    Sridhar

    Hi,
    check you have any account assignment category in PO?
    is that material is qty update only check material type of that material in OMS2
    check following link also
    [Moving average price of the material is zero even after goods receipt;
    [Moving average price in Material Master;
    Regards
    Kailas Ugale

  • Target Cost in the settled process order become zero after cost deletion

    Dear all,
    User has standard cost estimates created in Jan 2010 that valid until the end of 2010 for every material in the system.  user created a process order in April 2010. Target cost of the order was created based on the standard cost estimate and recipes as well as order qty.    The order was also confirmed and settled in April 2010 without problem. 
    However, after I deleted all old costing estimates before I did a costing run for all materials in May 2010, the old order was resettled and all Target cost is removed from the order.  I guess system try to look at April costing estimate but it is not there since it was deleted before I created the new costing estimate in May.  Therefore, all varainces are throwed into remaining variances since the target cost become zero.
    Other than mark the settled order for deletion or keep all old costing estimates,  I am just wondering is anyway in the configuration to prevent the system to recaculate the target cost again for the settlement so I can avoid the problem happens?
    Thanks.

    Hi,
    Target costs are only calculated after goods movements have occured on the order, the Target Costs are then calculated during the Variance calculation.
    Target costs will only be calculated after the first goods receipt has been posted to the order. Also you have to ensure that the information to calculate target costs exists on the system in particular in OKV6.
    This estimation is based on the customizing for the Target cost version in transaction OKV6 as in turn will the "real" calculation of the Target costs via the variance calculation.
    So in OKV6 the Target cost will be based on preliminary costing on the order, an alternative cost estimate or the current standard cost estimate. Importantly if the choosen option is not fulfilled e.g. no current standard cost estimate, the target costs will not be predicted or calculated.
    regards
    Waman

  • Net Value in sales order becomes zero after changing the employ responsible in Web UI

    Hi All,
    We are in CRM 7.0 with EHP1, when we change employ responsible in the sales order and save, Net value is becoming zeroes.
    This is effecting most of the transactions. There is no custom development, every thing is standard.
    Could any one suggest me this.
    Thanks.
    Best regards,
    Hari

    Hi Raj,
    Thanks you for your reply.
    Could you please let me know where I can see this combinations in configuration. Actually this is happening for standard transactions also.
    I checked customer pricing proc for that BP and Document Pricing proc for that T type. They are maintained for the specific salea area.
    Regards,
    Hari

  • The item price transferred from catalog cannot be changed in SC

    Hi Team,
    In Shopping cart for catalog item with price as zero(which are selected form catalog ),The Price field is editable so if we change the price from zero to
    other value and when we click on order the below shown error is populating.
    And also the below mentioned sap notes are implemented for the solution
    Please help so that we can change the price form zero to other value.  SRM 7.0 Support pack 8
    Thanks & Regards,
    Padmasai Kantheti

    Hi Padmasai,
    This is the standard behavior if you have the checkbox "Activate SC Item Price Check From Catalog"
    active for your catalog web service definition.
    When this checkbox is active system will always check for price change and will not be allowed to change the price from catalog.
    Regards
    Sam

  • Tax Code changed after booking order..

    Hi,
    We faced an issue that the tax code is changed to be the default value of the bill-to site after booking.
    For example, The tax code of customer A bill-to is VAT0 (means tax=0%).
    While creating a new order, 'VAT0' is auto carried out as the defaulting tax code.
    We maintain tax code to be VAT5 (means tax=5%) and save the change. It work fine and correctly before booking, order total is included 5% tax.
    But after booking, the tax code is auto-changed to be VAT0, and there is no tax in the order.
    What is the problem??
    Should we maintain tax code after booking???
    Or some setting should be checked to prevent the issue??
    Thanks in advance,
    best regards,
    Zhxiang

    Hi,
    Here, we have tax method, in AR system options, set to Latin Tax Method, and Tax Code does not get default again after booking. If it is changed from VAT0 to VAT5, it remains VAT5 after booking.
    I changed Tax Method to VAT, in a test database, and the tax code is not changed back to the default value after booking.
    In the order type, tax event is set to entering, and we are using the original Defaulting Rules for tax code field.
    Regards,
    Ketter Ohnes

  • Periodic contracts updating material prices

    Hi guys,
    I hope someone can help. I am working in a test environment and having some problems.
    I'm attempting to change the price on a material master record in the SD AR module of SAP using MM02.
    The price change is effective ok for new sales orders and new periodic contracts however none of the existing contracts have uplifted the new price.
    When I set the new price initially I set it to be effective from today however no existing contracts uplifted the new higher price. I tried setting the effective / valid from date to 01.01.1999 to ensure that it was prior to any test periodic contracts that I had set up however again when I generated the billing output the existing contracts still displayed the old price.
    If you know how I can increase the price so that it will update any future invoices with the new price please advise.
    Many thanks
    Ciara

    Hi,
    I've listed the contracts relevant to that material record using VA45, the pricing date is set to 19.05.07, if I manually change each pricing date to 19.06.07 the new price is uplifted for any months not yet billed. This does seem to provide a solution however I'd hoped for a more efficient solution.
    I'm not familiar with MASS or VK11, these seem to be quite technical and I'm apprehensive.
    Many thanks for your help Barry!!
    Ciara

  • Updating Item Prices For 2009

    Hello All -
    We would like to update pricing on some of our items for 2009.  I am thinking the easiest is to take our existing price list, modify it and re-upload with a new name using DTW.
    My question is:
    1. How can I see a complete list of our items with corresponding prices?
    2. When I re-upload with a new name - how do I set this as the new default price list?
    Thanks!
    Mike

    Hi Mike,
    you could run a short select query to capture all prices of all items in all pricelists. Then decide on the prices for 2009 & either use factoring to achieve the canges & import the new prices.
    You cannot really set a default pricelist on item level, but you can use the workaround in our wiki here:
    [Can a default price list be defined in the 'Item Master Data'? |https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=23593860]
    All the best,
    Kerstin

  • Can't update project-menus become disabled after disc image save

    I hope someone can help me understand if this is a bug or something I am doing wrong. I can never update a iDVD project with a new movie file, or change anything to the movie file (make it loop or stop looping). I have to create a new iDVD project anytime I want to make a change at all. If I change anything, once I save as disc image, the menu button becomes disabled and no longer works, even though the preview in the project window is fine.
    I tried to change the file to a looping movie in the map view, saved the disc image, menu became disabled.
    I am getting really frustrated because everytime I have to make a change I am starting all over creating a project from scratch yet again.
    Is this a bug?
    Thanks for input,
    Cheryl

    So here's the deal and I have done some surfing around these boards and have run across others that are encountering this same issue.
    I have been able to, in the past, create a menu which plays a slideshow which looped (from iMovie or not). Suddenly, I can no longer create a looping slideshow AT ALL in iDVD.
    I ran a test this morning where I deleted my .plist, restarted, then shared a .dv file from iMovieHD to iDVD6, created a simple menu with a "PLAY" button, saved as disc image, loaded up on my computer and it worked fine.
    THEN, I did the whole sequence of events again as above, but this time, set the movie to "LOOP" in the map view - WHAM the menu "PLAY" button no longer works when I load it on my computer. The menu comes up, as it should, but the PLAY button doesn't start the movie.
    I am now thinking this is a corruption in the software and I need to reinstall, why else would a feature suddenly STOP working???
    Thanks for any advice.

  • PRRW - Displaying separate line items for separate Wage Type / tax Code

    Hi ,
    In the Travel trip PR05 after the trip is setteled, the trip no. need to run with the Posting run through Tcode: PRFI. Then we need to Run the Created Document using the Tcode: PRRW. My Requirement is that for some WAGE TYPE which are assigned with the Expense type which are assigned to the Same GL Account. While posting in FI we need to get the Different line items history for diffrent Expense type even though the expense type are assigned for the same Account Number.
    For Eg:
    EXPENSE TYPE: BUSB settelment amount -1.53
    BUSL settelment amount -2.67
    VERM settelment amount 50.00
    After Posting i need to get as Same Doc Number with different line items in the FBL1N while posting.
    I found the BADI for the same TRIP_POST_FI, but to get the soultion to my requirement i need the help on that.
    Please provide me with the sample code so that i can get over the issue.
    Best Regards
    Bhavana

    could u please share on how u found the resolution for this.
    It will be a great help.
    thank you,

  • Price is zero

    Hi there
    we are on extended classic, SRM 5.0. User created a PO, it was approved and invoiced (follow on documents created). user realised afterwards they made a mistake and changed the PO. a changed version was created, but now it gives an error message that "price is 0" but the price is showing for all the items.
    has anyone else experienced this. what is the easiest way to resolve this.
    Kind regards

    please check the following OSS Notes
    1002254 PO price becomes Zero if any PO header fields are changed
    1008243 PO item price becomes Zero at item overview
    1153308 Zero prices in PO when create PO from bid if price unit > 1
    1241721 Price deleted using catalog item when header curr is changed
    1174030 Price cleared in replicated PO
    please check wether they are relevant for your support pack...
    please search for notes with application area SRM-EBP-POR.
    if the issue is not resolved with the above OSS notes , please create an OSS message.

Maybe you are looking for

  • Zen Jukebox won't cha

    Hi Got a bit of a conundrum and was hoping someone could help. I've got an old Zen Jukebox (the USB and FireWire one - yeah I know, very old skool), which was working perfectly up to a couple of months ago. It stopped charging itself if connected to

  • How to align text to left of tabbedpane

    I am trying to align my text in a tabbedpane and it only centers, is there a way to make the text within the tab left aligned? Here is my code: ================ tabbedPane.addTab("Step 1/Campaign",null, new CampaignPanel(),"General Campaign Informati

  • Unlock sprint iPhone 4S

    Is there anyway to unlock my sprint iPhone 4S? I looked online a bunch of times but it all looks like scams to me. Can anyone point me in the right direction?

  • Problems with secondary methods in workflow

    Hi experts. I am starting my WF through the SAP_WAPI_START_WORKFLOW in SE37. My WF consistst of a decision step with a secondary method, amodal method, which calls a custom method (call_url). The method call_url has been tested in SE80 and in WF with

  • SunScreen3.2

    I need some help with configuring SunScreen3.2 for firewall/gateway services and I looked everywhere to find a simple instruction on how to set it up but I was not successful. I looked at Sun's documents and there is too much info for complex environ