COST MANAGER 가 ITEM TRANSACTION 에 대하여 COSTING을 수행하지 않는 경우의 처리.

제품 : MFG_INV
작성날짜 : 2004-05-25
COST MANAGER 가 ITEM TRANSACTION 에 대하여 COSTING을 수행하지 않는 경우의 처리.
==============================================================
PURPOSE
COST MANAGER 가 ITEM TRANSACTION 에 대하여 COSTING을 수행하지 않는 경우의 처리.
적용 : Oracle Inventory 11
Oracle Inventory 11.5
CMCTCM Cost Manager
Problem Description
COST MANAGER 가 ITEM TRANSACTION 에 대하여 COSTING을 수행하지 않아 분계
가 생성되지 않은 데이터가 존재함.
데이터의 상태는 MTL_MATERIAL_TRANSACTIONS의 COSTED_FLAG, ERROR_CODE, ERROR_EXPLANATION 이 Null 임.
MTL_MATERIAL_TRANSACTION_TEMP 의 ERROR_CODE = Null 이고,
ERROR_EXPLANATION = "Transaction Processor Error" 임.
원인: MTL_MATERIAL_TRANSACTIONS 의 COSTED_FLAG 값이 NULL
이고, TRANSACTION_GROUP_ID 에 값이 존재함. 그러므로 CMCMCW (Material
Cost Transaction Processor) 가 이 데이터를 처리하지 않음.
CMCMCW: 이 프로그램은 INV 와 WIP의 material transactions 의 costing 을
진행시킨다. 이 프로그램은 mtl_material_transactions 에서 uncosted
transactions 찾는다. 예) where costed_flag='N'& transaction_group_id=NULL.
검색된 데이터에 대하여 INLTCP 이 호출되어 처리된다.
Workaround
N/A
Solution Description
1. SQL*PLUS 를 이용하여 해당 데이터를 아래와 같이 update 한다.
SQL>
UPDATE mtl_material_transactions
SET
costed_flag = 'N',
error_code = NULL,
error_explanation = NULL,
transaction_group_id = NULL
WHERE
costed_flag = 'N'
AND transaction_group_id is NOT NULL;
2. Cost Manager 는 schedule 되어 수행된다.
Reference Documents
Note:156954.1 - The Cost Manager Is Not Costing An Item Transaction

Similar Messages

  • Managing item cost per warehouse.

    Hello,
    I have a client who recently migrated from SAP Business one 8.81 to 9.0 PL8. And now they want to manage items cost per warehouse.This is because although the cost and quantities are okay at company level, at warehouse level there are now some negative values as they have been in operation for over 3 years. In the setups, I found out that the manage item cost per warehouse check box settings was not ticked. How do i ensure that this check box is ticked and what procedures do i take to make this happen. The client has more than 2,000 items and about 30 warehouses.
    Most of the recommendations in the discussion  forum talk about creating a new database, After creating it, how do you go about it. what are the procedures involved?
    Kind regards,
    Maureen

    Hi Maureen,
    This setting one time setting and you can not change once Transaction is posted in System. Please also check below link.
    https://help.sap.com/saphelp_sbo882/helpdata/en/45/07edb6ae742461e10000000a1553f7/content.htm
    Please also check below links.
    Manage Item Cost by Warehouse Function
    changing Manage Item Cost per Warehouse
    Manage Item Cost per Warehouse and Warehouse for Damaged Goods
    Hope this help
    Regards::::
    Atul Chakraborty

  • Manage Item Cost per Warehouse

    Previous posts have confirmed that it is not possible to change the Manage Item Cost per Warehouse option once any inventory transactions have been posted.  One entry posted in Feb 2010 (below) even offered a link to other "Irreversible Ticks" (although that link is now broken).  This limitation is required in order to preserve the relational integrity of the system, within its design architecture.
    Manage item cost per warehouse
    If a database has been in operation for several years with company-level costing, and business changes now force tracking costs by warehouse, I see no option other than creating a new database with the per-warehouse option, then loading items, inventory, GL, etc.  Unfortunately, all history (GL transactions, document history, change log, etc.) is no longer available in that database.
    Is anyone aware of SAP plans or tools to support any other alternatives to this kind of business change?
    Thanks, Dave

    Hi Dave,
    I am afraid creating a new database is your only option.
    For old data, you may still keep access for certain reports. All open items has to be imported to new db. It is a kind of manual archiving. Your database performance will gain a lot though.
    Thanks,
    Gordon

  • Specific Identification Cost for batch managed items (Follow-Up from P2P)

    Specific Identification Cost method is used for serial and batch managed item. Using this method, the outbound cost of such items would be the original cost of specific goods, which can be determined according to the serial or batch number of that item.
    Business One allows the user to receive batch managed items with a batch number that already exists in the DB. It’s possible that the received quantity is added to on-hand quantity in the warehouse. In such case, the quantity on-hand of that batch and the received quantity may have different costs.
    What should be the system behavior in such case:
    1. Block receipts to the same batch with different costs.
    2. Write the difference to a price difference account, as done in Standard Cost method.
    3. Manage the batch cost with Moving Average method.
    This thread is continuation from 'Specific Identification Cost for batch managed Items' <a href="http://p2p.sap.com/businessoneforum?type=join&login=1&uid=41FB661A76CED536C825C4E2B6FF4397&cid=91&go=z37225">discussion</a> in P2P SAP Business One Forum (Product Development Collaboration).
    Previous discussion on P2P is summarized in the attached file.

    Hi Peter,
    This is a very important functionality that you are describing here. For example, in the Steel industry, it could be extremely useful to cost by batch or serial number.
    If you receive a batch that already exists in the system and if the costing method for the product is moving average, then teh cost of the batch should be calculated based on the moving average as well.
    If the costing method is standard, then the cost should go in a variance account.
    If the costing method is FIFO, then it is a getting trickier...
    Regards,
    Vincent

  • Set batch management  for reasons of cost management item cannot be deleted

    Discovery was made that a material should have had batch management MARC-XCHPF selected.  Within that time sales orders were created as well as sales order stock.  411E movements were done to get rid of the sales order stock, and it can not be seen in MMBE.  MD04 is also clear.  New attempt to add batch management in the plant displayed errors - SD Documents exist (orders or deliveries) that have not yet been
    processed or that have been processed only in part.            
       Document   Item                                             
       206365     000020
    Attempt to remove item 20 from sales order and receive error
    Message no. V1128
    For reasons of cost management, item 000020 cannot be deleted.
    Diagnosis
    You tried to delete a sales document item for which cost management is carried out. Cost management can exist at item level for
       - make-to-order production
       - make-to-order stock
       - service contract item
    Procedure
    Enter a reason for rejection at item level.
    I found a similar problem on the forum but not really a solution other than throwing in the towel and making new materials.

    Hi
    What I understand from your thread is:
    You have chekced batchmanagement in
    material master & after working some time you want to remove that tick mark.
    First of all one should understand that for what ever reason batch management is ON, you can not reverse it .
    Either activation or deactivation of batchmanagement is irreversible.
    Oflat SAP had come with a note telling that how to proceed with reversal batch management.
    I have gone through that note .Finally SAP wants to take consultancy with some fees to make reversal.
    It is all pain ful job.
    If you can do it abandom thta material & create new material.
    This is the solution I can give.
    Hope it is celar to you.
    Regards
    YMREDDY

  • Change sales order - for reasons of cost management item cannot be deleted

    Hello Friends,
      When I try to delete a line item from sales order below error is fired and it doesnot allows to delete the items which has a WBS element.
      The function name is :BAPI_SALESORDER_CHANGE
      The error message is as below:
        ORDER_HEADER_IN has been processed successfully
        For reasons of cost management, item 001001 cannot be deleted
        Error in ITEM_IN 001001
        KONVKOM has been processed successfully
        KONVKOM has been processed successfully
        KONVKOM has been processed successfully
        KONVKOM has been processed successfully
        KONVKOM has been processed successfully
        The sales document is not yet complete: Edit data
        Sales document 0002012766 was not changed
      Information
        Sales order: 0002012766
        Item       : 001001
        WBS element: 2012766-001 The wbs status is "REL"  
      I found a similar problem on the forum but not really a solution other than giving a suggestion as "Enter a reason for rejection at item level.".
    but when I put the field ORDER_ITEM_IN-REASON_REJ = 'Z1' and ORDER_ITEM_INX-REASON_REJ = 'X',the error is still occurring.
      'Z1'-WBS has been cancelled
      How can I remove this item from the sales order?
      Please help me.....
    Best Regards,
    bluebaby

    Hello Lakshmipathi,
      thank you very much for answering my question..
      But how I get the file SAP note 14097,I was search this file in SDN and google but cannot find this file,if you know pls give me a hyperlink to view the content,thanks a lot.
    Best regards,
    Sophia

  • How to change the posting date in UD stock posting for a HU managed item?

    Hi,
    We are using Handling Unit managed items with QM activation. For a specific HU managed material, we wanted to post the stock on a previous date. We have created PO on a back date and made GR also on a back date. Now the problem is, the system has generated an inspection lot. Now while trying to do UD and stock posting, I do not see the "Doc" tab which we normally see in UD stock posting for normal inspection lots (non-HU managed items) for changing the date.
    I don't see any other way to change the posting date for the HU managed item in UD stock posting. Anyone can help please?
    Thanks & Regards,
    Madhavan Krishnamoorthy.

    I don't think you can.
    Craig

  • Photo gallery module manage items description not working

    Hi. On this page I've got two photo galleries. For some reason the Description in the Manage Items tool only works some of the time. Seems to be quite random as to when it will/won't work. Is there a reason for this?
    Waitakeres Ranges Maps

    I'm having the same problem. Can you give me an idea of how this is possible using AJAX or point me at a tutorial?
    for every iweb photos page iweb generates an rss.xml file with it, the captions are kept in the rss.xml .
    so you can use ajax method to read the rss.xml and figure out what need to be manipulated.
    there is no tutorial of any kind for iweb ajax widgets, I have not seen any one yet to crack an iweb widgets (this forum or elsewhere); so you are on your own.
    that said you can hyperlink photos page captions and thumbnails with simple javascript (simple mapping lookup), but you still need to know javascript and iweb widgets.
    here is my simple javascript sample: http://temp.cyclosaurus.com/NoThumbnails/Photos.html
    thumbnails and captions are hyperlinked to apple, ggogle and yahoo.
    code is linked to the sample, you'll have to adapt it to your own needs.

  • 351 movmnt type doesnot refers the Batch managed items with respect to P.O

    Dear SAP Gurus,
    For Stock transport order, i am using the 351 and 101 movement type.
    The batch managed items are provided in the Purcahse order and the same batch is displayed while receiving the material -101 movement ytpe  with respect to Purchase order, but while performing the Goods issue - 351 movement type , the batch is not displayed in the line item.
    Kindly help me to solve this
    Thanks in advance
    Thanks and Regards,
    R.Diwakar

    Dear SAP Guru,
    Thanks for your kind response
    yes, the batch managed material is already available in both plants that is material already extended.
    Manually the batch is entered by the receiving plant (what they required for STO), but while performing the Good issue against the  Stock Transfer order the batch is not referred or automatically flows to the batch managed items.
    in 351 movement type.
    Kindly guide me on this.
    Thanks and Regards,
    R.Diwakar

  • Executing Batch work Item: Transaction brackets of the workflow has been da

    Hi,
    I am integrating workflow with the HR Processes and Forms using HCM.
    The process is new hiring and in configuration I have given the workflow name which is copy of the standard workflow(WS18900008). The event used is draft_created.
    When I execute the process and press the Save Draft, everything goes fine, the workflow gets completed but for the step Save Form Data(WS17900260) throws the following error:
    Executing Batch work Item: Transaction brackets of the workflow has been damaged.
    The task is TS17900108.
    Not able to understand what is this error and to which it is related.
    Pls help.

    Look for SAP Notes as this is SAP standard code.
    Short Text
    Transaction brackets of the workflow has been damaged
    Diagnosis
    When executing the workflow with the ID , the transaction brackets were destroyed by a commit command ('C') or a rollback work command ('R'). This command ('') was stopped from the implementation program of the object type. Access takes place, for example, when a condition is evaluated or when the container operation is executed. Access may only have a read character which is why a commit or rollback work command is not necessary.
    System Response
    The system has written a log entry. Uncontrolled commit or rollback work commands can affect the restart function of the workflow system. This restart function is only necessary in the case of errors. The current workflow instance is executed further.
    Procedure
    Check the implementation program of the object types and remove the corresponding ABAP instructions.

  • Manage Items with Approval

    Hi,
    We have our Intranet site set up so that all users have 'Manage Items With Approval' privileges to every page group. However, the 'Manage Items with Approval' privileges doesn't allow the users to create pages in the page group. Is there any way to give users the ability to create pages from the navigator but still require approval for new items that they create?
    Thanks,
    Steven.

    Hi Steven,
    The MIWA privilege is intended for content contributor type of folks who are adding file/text content to an existing page - not the type of user you would want creating a page and being asked questions like what template, style to use, ACLs, etc.
    Unfortunately we don't have a priv that matches up with your use case in the current release (10g). The good news is that the next release will include a feature that allows a page to be configured such that all content added to it (no matter what the assigned user privs) will go through an approval process.

  • How to manage the transaction in ADF

    Hi,
    I am using jdev 11.1.2.3
    I have two BTF employee and department. I have main.jspx  in that two tabs employee and department. Now I have changed some value in employee and department. My current page is employee . When i click on commit button both the forms are getting committed. Can u plz tell me how do i manage the transactions ??
    My req is only my current opened tab should get committed even if i changed in both the tab .. How can i achieve this ??
    Thanks

    I have unchecked data control in department BTF. Now i can able to commit only employee form, Unable to commit department form ....
    My req is i have two form employee and department m using BTF in two diff tabs. I want the transaction must be independent for both BTF in same application module..
    Is this work when you put commit button on page inside BTF ?
    If you want to commit particular BTF with commit button placed outside of BTF, you will need to somehow invoke commit operation in BTF.
    For example, you can use contextual events( ADF: (re-)Introducing Contextual Events in several simple steps&lt;/title&gt; //&lt;title&gt;AMIS Technology Blog &am…)
    Dario

  • Hide ,add or remove button in LIST MANAGER ITEM

    Hi,
    How i can hide ,add or remove button in LIST MANAGER ITEM.
    Thanks & Regards
    Vedant

    I figured out the VO and CO object and the page.
    PersonSitPG.xml
    SpecialInformationDetailsVO
    SitMainPageCO
    And after going through the forum form Anil passi, it mentions there are three ways of doing it and the SPEL example given
    extends a VO object.
    I created a boolean variable based on IdflexNum as isIdflexNum in SpecialInformationDetailsVO
    That is if Idflexnum = 2356 then
    retrun true
    else return false.
    And use this in the HrSitDeleteButton and HrSitUpdateButton---?property rendered --->SPEL. But there is no SPEL in the rendered property when I clicked on the button property.
    So I doubt if this approach is right . Can you please let me know. I am new to OA framework, I have done only personalizations before.

  • Item transaction date

    Hi
    what table should i use to calculate the item transaction date?..
    Should I be using mtl_material_transactions table or should i be using ar invoices table's transaction date
    I need to calculate onhand qty of an item based on a transaction date
    thanks
    kp
    Edited by: user8612301 on Jul 16, 2011 6:55 PM

    you have to use the mtl_material_transactions table for quantity and date

  • Authorizations for non cost center manager in transaction CADO

    I have project managers that need to run transaction CADO, usually against a specific sales order.  Since many employees from different cost centers may charge their time against this sales order and that time data needs to be in the CATSSHOW report.  Normal Structural Authorizations prevent the PM from seeing any of this data.  If I remove the project manager from table T77UA (from transaction OSSB) then they are able run the CADO report without restriction, but also loose their restrictions in other HR transactions which is unacceptable.  Is there a workaround solution to this issue?

    Hi Richard:
    I'm not too sure what "other" HR transactions you are referring to, but have you tried looking in to activating the P_ORGINCON auto object? That had solved my issues with restricting MSS yet still allowing access through other transactions.
    Regards,
    Jonathan

Maybe you are looking for

  • Deploying Office 2013 with Group Policy

    I would like to deploy Office 2013 using group policy. I am new to group policy so am looking for some advice and guidance on the best way to deploy. I would like to deploy with no interaction with the user but yet display a message so that they know

  • [solved] usbstick problem - how to make it /dev/sda

    Hi guys, I have a following issue: sometimes it happens that my younger sister pulls out my usbstick, this causes that it becomes /dev/sdb instead of /dev/sda. The only solution I know to return usbstick to /dev/sda it to restart the computer. Do you

  • File Sender Communication channel with error

    Hi,   One of the File sender CC is in red but shows "Functioning". But in the Process Detail section it just showing 5/10/11 2:24:00 AM d28c6542-0d7e-453b-1d96-9e0a18159315 Retry interval started. Length: 60.0 seconds   5/10/11 2:24:00 AM            

  • Depth-of-Field Calculator for Blackberry??

    Hi all.  I've tried Googling this but I'm not getting hits.  I'm looking for a DoF calculator with Hyperfocal distance for my BBerry Pearl.  They make'em for Windows Mobile devices and Palm OS.  I can't believe I'm the only photographer using BBerry

  • Get graphics in a Dialog box

    Hello, I have an evoluating curve: To do this, I generate a channel, i open it in a report file and refresh it periodicaly during the process. I Would like to see the curve evolution and have buttons in the same time to act on the process. Is it poss