How to change average cost of an item?

We have a scenario where the average cost of the goods has gone completely off of what we think it should be for a few items. Many reasons. But question is how do we change average cost assigned to these items without adding to the inventory?

Hi,
You can change the average cost of an item by performing an average cost update.
The inventory quantity remains unaffected, but depending on whether you are increasing or decreasing the unit cost, the inventory value will get affected to that extent.
Inventory > Costs > Average Cost Update - query the concerned item and update the cost as required.
Thanks,
DS

Similar Messages

  • How to delete the Cost center line item data

    How to delete the cost center line item data of particular cost center and only one cost center is exisiting for that company code.
    Is there any way to delete the line items in that cost center.
    Can data archiving & deleting can help us..........
    does it have any effect over other cost center data....
    any input needed.........
    regards
    rajesh

    Hi,
    i found 2 reports for you:
    1) CO_TOTAL_WRI - Archiving CO Totals Records   
    2) RKCOITW1     - Archiving CO Line Items: Write Program        
    from 2) is a linlk to customize archiv-parameters
    -> start it with transaction se38 / sa38
    A.

  • How to calculate the costs of every item categary in costing run

    Hello Experts,
    Could anyone explain how to calculate the costs of every item categary when I carry out the costing run. For example, item categary: M, E, G.
    Thank you in advance.
    Maria

    This Applesctipt will add comma's to the file count:
    (Copy into Applescript Editor, and Save as File Format: App, then just click the App to run)
    set x to choose folder with prompt "Choose Folder to Count Files" default location alias (the path to pictures folder as text)
    set filecount to do shell script "find " & POSIX path of x & " ! -type d ! \\( -name \".*\" -or -name \"Icon*\" \\) | wc -l"
    display dialog "File Count: " & comma_delimit(trim(filecount))
    on trim(someText)
              repeat until someText does not start with " "
                        set someText to text 2 thru -1 of someText
              end repeat
              repeat until someText does not end with " "
                        set someText to text 1 thru -2 of someText
              end repeat
              return someText
    end trim
    on comma_delimit(this_number)
              set this_number to this_number as string
              if this_number contains "E" then set this_number to number_to_text(this_number)
              set the num_length to the length of this_number
              set the this_number to (the reverse of every character of this_number) as string
              set the new_num to ""
              repeat with i from 1 to the num_length
                        if i is the num_length or (i mod 3) is not 0 then
                                  set the new_num to (character i of this_number & the new_num) as string
                        else
                                  set the new_num to ("," & character i of this_number & the new_num) as string
                        end if
              end repeat
              return the new_num
    end comma_delimit

  • What is the formula for calculating average cost for an item in inventory

    Hi,
    Can someone please share the formula to calculate average cost for an item in inventory which uses Average Costing?
    Thank you,
    Naren.

    HI
    When a transaction updates the average cost of an item, the new average cost is calculated as follows: 

  • How to change in cost center?

    Can some body please explain:
    How to change the depreciation expenditure charged from one cost center to another? Since the depreciation has been posted for the 2 months that have been closed, is it possible still to repost line items?
    To change the cost center thru KB61, is accounting document necessary?

    thanks for your reply!
    Actually the cost center is being changed from Aug onwards ,so the Depn posted to the old cost center for July needs to be reposted to the new cost center using KB61 taking the reference of accounting doc from KSB1 for the old cost center.
    But when i am using KB61 to repost the depn , system gives the error message " Transaction Repost CO Line item has been locked"
    ie July period is already closed.
    I do not have the authority to open the closed periods and repost. Is there is any other way?
    Also, once the reposting is done, Cost center can be changed for the assets thru AS02 so that system automatically posts the accumulated depn to the new cost center

  • Average Cost - Discrete Inventory Item

    Which table would be used to get the Unit Cost (Average Cost) of the Discrete Inventory Item...
    Thanks & Regards,
    Genoo

    You could the list of objects which are accessed by a concurrent program by opening the report using Reports Builder and check the query, or enable trace and check the TKPROF file -- FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    The list of tables/objects accessed by a form can be determined by opening the form in Forms Builder, or use any of the method in (How To Determine Table and Column Name from a Field in a Form in 11i [ID 259722.1]).
    Thanks,
    Hussein

  • How to change  delivery  block for all item in the schedule lines via va32

    dear sap expert:
    i onle can  change delivery block for one  sales order item in the schedule line  every times via va32,it will take so many time because there are hundreds of item  in a sceduling agrrement. how to change all the item  one times.
    please give me a way to resovle the problem.
    best regards.

    dear:
      the fast change function cann't resovle the problem,i first double click the item of schedule agreement  ,then select the schedule lines option, finally in the delivery block input the reason of bolck.
    best regards.

  • How to change column heading in line item report

    Hello Experts,
    How to change the column heading in the line item report CJI4 or CJI3  ?
    for eg: The field WBS will show as Object in the heading. Here  I would like to change to WBS.
    Is there a way to do this without changing ABAP code
    FATMAN

    Not possible through standard I guess.
    Enhancement you should be looking is COOMEP01 which includes the component EXIT_SAPLKAEP_009
    i.e., Line Item Reports: Customer-specific Formatting of the Lists.You use this enhancement to modify column headings.
    Regards
    Sreenivas

  • How to change layout of new calculated item values?

    Hi,
    Is there a way on how to change colours or add a percentage symbol on the values of a calculated items?
    I do not want to change the source measures in the criteria area I used to get the calculated items results.
    Any idea?
    Regards
    Giuliano

    I solved this by using an other approach.
    Created a report and filtered the first resolts by certain value. Added a label.
    Used combine with similar request and filtered again.
    Created so many combines for the number of results I need to filters
    In result columns renamed the label with a description which is a common denominator for all the labels
    In pivot table, moved the main label to Rows and appled the sum
    the reults is below
    https://docs.google.com/file/d/0B0nRf4E3yBfpWS1WVjJjbWZyTG8/edit?usp=sharing
    Regards
    G

  • How to change the colour of selected item in itemrenderer

    Hello guys
    please tell me how to change the selected image( which is in itemrender of tilelist).so that the colour sholud be shown within  image not its outer part due to renderer.
    Thanks in Advance
      vineet sharma

    Currently you cannot, it is a known (and hopefully reported, and at least addressed for next version) bug (or limitation, as they rushed to get the components out before JavaOne...).
    People reported they just put an empty text and put a label beside the component. Ugly workaround (bad when the component will be complete) but if it works... :-)

  • How to change a cost center ?

    Hi
    Currently one of our Price variance account is updated in a cost center. We want to change the cost center ?
    Any input will be highly appreciated
    Thanks
    Ni

    HI,
    the corresponding cost element to your price diff. account has a cost center assigned as default CO-object.
    Check:
    1: if its on cost element master level (KA02) and change it
    2: if it is defaulted for the combination of company code+cost element (T-Code OKB9) and change it
    3: if the cost center is substituted via substitution rule ( T-Code OKC9) and change it.
    Best regards, Christian
    Edited by: Christian Ortner on Jan 21, 2010 1:06 PM

  • Oracle Inventory: How to change default category set of items

    Hi,
    We have a requirement where we need to change the default category set of functional area inventory in oracle as we are importing new items into inventory whihc need to be assigned to a new default category set.There is an existing default categpory set for this area.
    As far as i understand once a default category has been set up and an item has been defined, the only way to change the default category set for a given functional area is to update all items with the new default category set before updating the default category set/functional area relationship.
    How exactly do we update the defaul category set for an existing item and change it to a new one. Since we have close to 15K items what is the best way to do this.Is there ay API available?
    Thanks in Advance
    AM

    Hi Helios,
    Thanks a lot for your response
    The fix given in this document is to allign all the exisitng items to a category set (purchasing in this case). This is exactly what my doubt is. How to assign 15k items to a different category set. If i am able to allign these items i can change the default category of the functional area.
    Thnaks
    AM
    PS: i am using 11.5.10.2

  • How to change a property of all items of the specific type?

    Hello,
    this should be fairly simple:
    tableA ( id, Flag)
    There are 2 pages :
    Page 1 : allows user to select P1_ID based on the result set from TableA
    Page 2 : there is a bunch of items on this page - text fields, text areas, radio and check boxes, reports etc. There values in those items are based on the following logic :
    select <bunch of columns correspond to the page items >
    from view1, view2 ...
    where <where clause>
    and
    some_column =:P1_ID
    Question:
    I need to disallow users to change values in the items of text type on the page 2, if value of P1_ID ( TableA.id) has a value in Flag.
    How this can be done ?
    The ideal solution would be if i can have a routine that would not require hard coding items names.
    Thank you
    Andrew
    Edited by: andrey on Jan 31, 2009 12:51 PM
    Edited by: andrey on Jan 31, 2009 12:52 PM

    Andrew:
    The property that you set is the 'Read Only' property for the page-item. This is done from the 'Edit Page Item' page
    The conditions under which this property evaluates to true can be determined dynamically (no hard coding). Take a look at the list of possible Conidtion Types. So, if u want the condition to be table-driven you could choose the 'Exists (SQL query returns at least one row)' and the SQL query could be something like
    ' select 1 from <you_table> where id=:p1_id '
    Varad

  • How to get FIFO cost of the item?

    Hi every body,
    How we can get FIFO cost of the a particulare item from SQL let me know if know anybody.

    Check this:
    Re: New Stock tables in 8.8
    Re: No item cost was found during sales invoice import SAP B1 8.8

  • HOw to change the color of an item

    Say i want to change the background color of an item when it is selected. How to do it?

    And use a Post-text-item trigger to set the color back to its original:
    DISPLAY_ITEM(:SYSTEM.TRIGGER_ITEM,NULL);
    Unfortunately the PTI trigger does not run on List Items , so you might need special code to set those fields back to their original color.

Maybe you are looking for

  • Can't connect my camera to computer

    Hi! I try to capture video from my old SONY DCR-PC100E camera to my Mac with Adope Premiere, wich recognize this model, but there's no connexion between the camera and the computer. Both devices are connected with a miniFirewire - Firewire 800 cable.

  • Java IDoc adapter in PI 7.3?

    Hi Gurus, As there has many new features added in PI 7.3 version,anyone advise how to test its IDoc(java) feature via some scenario?or suggest some scenario to assess the IDoc adapter based on java functionality. Any comment would be much appreciated

  • Formula Functions are not working for Input Ready Key Figure

    Hi all, I have created an Input Ready report in BI IP, which is containg number of Characteristics / Key Fig. / Formula Functions. Here, when I am executing this report, it is throwing below message only for formula functions I am using in the report

  • What does the prefix FND stands for?

    In oracle application there is a prefix FND for some objects such as FND_USER table. What does it stands for or it's descriptive meaning.

  • Safari won't correctly display a Wordpress article

    Strange problem. Wordpress article displays correctly in Firefox, Opera, Camino and Flock. Mangled in Safari. The article contains three embedded mp4 movies. But an earlier post, which contained one embedded movie using exactly the same code, display