Work center change during MFBF

Hi,
In REM scenario, During backflush, i am replacing workcenter while posting actual activities.
In which report can I check quantities confirmed with new work center.
Regards,
Wadajkar

Mangalraj,
I checked MCP7, Its not showing any entry. If i check with MCP6, system shows quantities confirmed on different workcenter than planned. However, field of new workcenter name and description is blank.
Regards,
Wadajkar
Edited by: wadajkar on Sep 22, 2011 1:29 PM

Similar Messages

  • Message no. IW056 Work center change -- default data redefined

    Hi,
    After EHP5 Upgrade. I am getting Message no. IW056 Work center change --> default data redefined during Maintenance Order Change (IW32). Please suggest me Is their any SAP Note or any Configuration setting to fix it.
    Regards
    Maheboob
    Please use [Enterprise Asset Management (EAM)|Enterprise Asset Management (SAP EAM); forum for PM/CS specific topics
    Edited by: Paul Meehan on Oct 25, 2011 11:56 AM

    Hi Maheboob
    Im glad the note worked -
    To find the note , you could do a note search on the message  IW056  you  received and the support pack level you are on ..
    For EHP5 the note is valid up to  SAPKH60504.
    The  IW056   is listed as a keyword so if you search on it the note should be returned.
    Thanks-
    Enda.

  • Work center change in Service order not happening

    Hi Experts,
    I am facing a problem when i try to Call a function module in update task where the Function module contains a call to BAPI_ALM_ORDER_MAINTAIN without COMMIT WORK.
    This is done in order to update the Work Center while there are changes to the Warranty Status of the Repair Order.
    So , i have written the Code in the Userexit_SAVE_Document so that the Update gets done.
    But there might be problems when the Repair order does not get saved.
    So keeping that scenario in mind, I tried using the Update task Function  Module in which i wil lbe calling the BAPI for Changing/Updating the Service order.
    BUT , The Change is not getting reflected in the Work centre of the Service order.
    Thanks
    VIJAYB
    Edited by: Rob Burbank on Jun 5, 2009 10:10 AM

    Hai experts,
    i have found the way to do the work center change in update task method .
    I did call the BAPI_ALM_ORDER_MAINTAIN but without using COMMIT since this function module is called in Update task method so whatever is the change being done by that BAPI will be reflected in the Service order once the Update  task has been done for that service order.
    Thanks and regards,
    VIJAYB.

  • Work center selection during UD

    harhe e Hi,
    We have the following scenario,
    Production guys confirmed order confirmation or make backflushing confirmation to update the WIP/FG stock,
    then quality cleared such stock through posting to unrestricted or blocked stock or rejection store location,
    Quality person requires during UD posting ,work center/Machine selection should be there in QA32 transaction,
    so that the analysis could be made for the work center,
    Best Regards,
    Devendra

    Using Inspection Point assignment, you can record the Work Center / Machine.
    But with Inspection Point, you can't have F4 selection option in standard. You have to type the Work Center code manually which may prone to error.
    You can check for some user exits to define Sub screens to pop up.
    QEEM0029  User-Exit for Characteristic Overview Subscreen
    QEEM0030  User-Exit for Subscreen: Characteristic Single Screen
    QEVA0004  Exit for changing information line in usage decision header
    QEVA0005  User subscreen for displaying add. data for usage decision
    QEVA0006  Entry to usage decision transactions

  • Work Center Change in IW41

    Hi,
    Our requirement is we need to change the Workcenter during confirmation of order in IW41.In IW41,WC field seems non-editable.How to make it editable and is there is any other impact of doing this change.
    Regards
    SB.

    hi ,
    planned costs are calculated based on activity type in one WC and confirmation should be from the same for calculation of actual costs .. if the work if performed by another work center better change in Work order .. or  look for BAPI ..
    regards
    pushpa

  • Work center Change

    Hi All,
    How to change the work center once its get combined?
    Can I change my child order work center after creation of combined order?

    Dear Hardik,
    There are two options:
    1. Change the workcentre in Routing and do Read PP master data which will pick up the current Workcentre (Provided no Goods Movements are carried out on order). The status of the order will be changed from REL to CRTD.
    2. Manually change the Workcentre in Order.
    Regards,
    Pradeep

  • Work Center Changes need data for previous and new work center

    Hi All,
    I have a requirement as the organisation is going through RESTRUCTURING. In ECC in Plant Maintainance they are changing Work Center. E.G.
    Work Center OLD : ABC
    Work Center NEW : XYZ
    Now the requirement is I have data for ABC already coming in BI Prod. Env. Now when they will change ABC to XYZ the new data will come for XYZ.
    Reporting Reqmt:
    Data In Cube
    Work Center     No. of Maintainence Orders
    ABC                             10
    XYZ                             20
    When user run the report it should and gives input in Work Center variable as " XYZ" then
    XYZ -- 30
    Presently it is showing
    ABC --10
    XYZ --20
    They have list of OLD Work Center mapping to NEW Work Center.
    Now, Can anyone tell me is it possible to achive this scenario.
    Thanks,
    Mayank

    Hi,
    find the below link it has similar issue ,
    Re: mapping between old/new material codes in BW
    Regards,
    Satya

  • CR10----WORK CENTER CHANGE DOCUMENT PROBLEM

    HI FRIENDS,
    CR10 SHOWS U THE CHANGE DOCUMENT FOR WORK CENTER.
    I HAVE ALREADY TICKED THE CHECK BOXES IN OP40 TO REFLECT CHANGES MADE IN WORKCENTER TO THE DOCUMENT SHOWN IN CR10.
    NOW MY PROBLEM IS WHEN I M CHANGING DATA IN ANY FIELD IN WORKCENTER ITS NOT GETTING REFLECTED IN CR10.
    THE DATA IS GETTING REFLECTED ONLY WHEN I CHANGE RULE FOR STANDARD VALUE MAINTENANCE. (FIELD NAME-----VGMXX).
    WHAT SHOULD I DO SO THAT DATA WILL REFLECT IN CR10 WHEN I CHANGE ANY FIELD IN WORK CENTER.
    PLEASE GUIDE........

    Dear Nitin,
    Sorry for thge late reply.
    Please follow the link below.
    http://help.sap.com/saphelp_47x200/helpdata/en/b1/c0384f439a11d189410000e829fbbd/frameset.htm
    You can do this with the help of ABAPPERS.
    Regards
    Kannan
    Reward if useful.

  • Work Center update during work order save (SAP PM) using exit IWO10009

    Hi All,
    I am updating the work center in the operation record of a work order using exit IWO1009. In the debug, the internal table for operation is updated successfully. But once the processing is done and I see the order though t-code IW33, I couldn't see the updated workcenter. And surprisingly, plant field which I am updating with work center, is getting updated in the operation and I can see this in IW33.
    Pls help.
    Thanks,
    Bhaskar

    Here is the code:
        REFRESH : lt_afvgd.
    Getting Operation details
        CALL FUNCTION 'CO_BO_OPR_OF_ORDER_GET'
          EXPORTING
            aufnr_imp = caufvd_imp-aufnr
          TABLES
            afvgd_get = lt_afvgd.
        IF caufvd_imp-AUART = lc_auart1 or caufvd_imp-AUART = lc_auart2 .
    Determination of Work Centre for Operation Relevent To PTE Eng.
          CLEAR : ls_afvgd.
          READ TABLE lt_afvgd INTO ls_afvgd WITH KEY usr00 = 'PTE'.
          IF sy-subrc eq 0.
            ls_afvgd-arbpl  = caufvd_imp-VAPLZ.
            ls_afvgd-WERKS  = caufvd_imp-VAWRK.
            MODIFY lt_afvgd  FROM ls_afvgd TRANSPORTING arbpl WERKS WHERE usr00 = 'PTE'.
          ENDIF.
        endif.
    **-- Updating operations buffer
        CALL FUNCTION 'CO_BO_UPDATE_OPR_OF_ORDER'
          TABLES
            afvgd_upd = lt_afvgd.

  • CR10 transaction  - Work Center Change Documents

    Hi Expers,
    I am doing a test for our customer now and I am stuck with one test.
    That is to test transaction CR10.
    I can't make him to bring any result!
    As I understand, it should bring me the changes, made to Resources or work centers.
    I am creating work centers, using crc1 or cr01, then I do some changes the them and try to view the changes history using cr10. No result. it just stays on it's initial screen.
    I enter only plant and resource name.
    Can anyone give me an advice how to make it work?
    Thanks in advance,
    Artashes

    In OP40 tick the change document tick box for WC catagory
    Now create work centre with that catogary...system will give the change document.

  • TRX CR10- work center change documents

    I need to get a report which can show me all the change logs by workcenter.  I found trx CR10 in the menu path, but I don't get any output, it does not appear to work at all.  Is any one familiar with the trx? and how to make it work?
    Thanks
    Edited by: Dunkin on Jun 26, 2009 6:04 PM
    Edited by: Dunkin on Jun 26, 2009 6:05 PM

    In OP40 tick the change document tick box for WC catagory
    Now create work centre with that catogary...system will give the change document.

  • Profit center change during FI doc posting

    Hi,
    When posting an FI document (the FM uses RFBIBL00), the profit center gets changed when the document gets posted.
    The Program crestes a session, If seen in the session, the screen value for profit center is different than the one thats present in the posted document.
    Is there any configuration setting that changes it?? if so, please tell me which one??
    Regards,
    IceMan

    Hi the profit centre can be changed a lot of different places – so there’s is not an easy answer to you question!
    In order to find the exact location of the change will you have to debug the posting!
    Use transaction GGB1 in the area “Financial Accounting” open “Line Item” and select the first available substitution (you MUST mark it before you proceed).
    From the menu select “Extras – Activate Total Trace”. You will now leave TA GGB1 but you will STAY IN THE SAME session and you will now do the posting that will post on the “wrong profit centre” – do not switch to another session.
    When you save/enter new lines will the debugger pop up every time a call to a substitution is called!
    You will now have to analyze all this combinations – happy hunting

  • Bapi for change work center data

    HIi All
                    I need BAPI to change work center data for all categories and work center change transactions .....IR02 ,CNR2,CR02.
    Thanks in advance .

    Hai,
    Try the fm CRAP_WORKCENTER_CREATE
    BAPI_BUS2054_CHANGE_MULTI
    CRAP_WORKCENTER_CREATE
    Regards,
    Venkat

  • Change log for work center data

    Hi,
    I was looking for the table where the change header document for the work center is stored.I was able to find a transation CR10 which shows the changes and also the database table CDHRD.
    When I am trying to view the changes that were made to the work center I find that the data does not exist in the tables.
      I was curious to know this as for some transaction the data is being logged in their respective change table but not for Work Center changes.
      Can anyone tell me as to why this is happening.
    What I think is that some changes to the configuration are required in order to log the changes in the database.
    Kindly help.
    Regards
    Varun

    Hi Wolfgang,
    Thanks for the information.
    However i have another question.
    The change table will have data only when it is activated in the configuration menu.
    However is there any other way by which we can capture the previous data for the work center e.g. the changed by field. I want that the names of the users who has changed the wrok center currently and the name of the person who previously made changes to it.
    See if you can help me on that.
    Regards
    Varun

  • Work Center(Capacity Level) Change Documents

    We have a requirement to capture work center change documents at the capacity level which I understand is not supported by standard SAP; note 352485(point 15). Is there, though, a customized solution that can be developed? Any thoughts would be greatly appreciated.
    Thank you in advance.

    Hi Usman,
    I have already tested the method you are mentioning. You cannot save a order without work center. So, you need to use a dummy work center and change all the open orders.. if you want to change capacity category from A to B. New capacity category should be mentioned in dummy or original work center.
    When you replace the work center, order will be gng for scheduling.. which leads to change of Basis start date and earliest start date... this is an inconsistency...
    To avoid it... i followed below steps
    1. Uncheck the capacity requirement indicator in all open orders
    2. when u try to delete, it will say "Capacity is still being used"
    3. Table KBED, use capacity ID and run, it will list out the pending orders
    4. When the table has no entries, delete the capacity category
    5. check all capacity indicator
    - Pithan

Maybe you are looking for