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

Similar Messages

  • Dyanmic work center selection in production order based on material

    Hi ALL,
    We’ve a business requirement to support the following functionality.
    There are four similar type of milling machines say MILL1 MILL2, MILL3, MILL4, we create a single work center called MILLMC by specifying total capacity of four milling machines in the capacity header screen of work center with 4 individual capacities. And we mention work center MILLMC in the operation of routings for respective materials.
    However, during production order creation, there needs to be provision for detailed planning of work centers as per the following requirements
    In production order, some operations can be performed on any one of the machines MILL1 MILL2, MILL3, MILL4, so provision needs to be there to enter exact machine on which it is performed in the production order operation after the details are copied from respective routing during production order creation.
    In production order, some operations can be performed on only MILL3, so system should select only MILL3 in the respective operation of the production order
    In production order, some operations can be performed on either MILL1 or MILL2 or MILL4 and not on MILL3, so system should not select MILL3 in the respective operation of the production order.
    Please provide your valuable feedback to support the above requirements.
    Regards,
    Satya.

    Hi Satyanarayan,
      Please do refer to the below document. I think the same concept can be used for work centers as it is used for resources in PI industry.
    Resource Classification in Master Recipe for Planning
    Regards
    Kalyan

  • 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

  • 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.

  • Restricting cost center selection during creation of reservation

    Hi,
    We had a requirement to restrict the selection of cost center during creating a reservation. An user should be restricted in selecting any other cost center which does not belongs to his department. Since the restriction was not possible in standared/available authorization objects, we have created a customized object thru SU2. The Z object is available in role maintenance (PFCG) which we assigned to the object class MM_B and maintained the relevant cost center value.
    Still it is not giving the desired result as selection of any aother cost center (which is mot mentioned under the Z object) is permitted while creating a reservation.
    Request your valuable update in fixing the issue.
    Thanks & Regards,
    Vinod Punnoran

    Hello Vinod,
    How to manipulate the screens from transaction MB21 to avoid your
    issue?
    a) by transaction OXK1:
    In customizing transaction 'OXK1' you can see which screens are
    available and in which order they are selected by the program.
    This transaction also allows to add customer-defined screens, to
    change the priorities and to de-activate standard screens.
    So if you create yourself a screen with all the fields you
    would like to see you can assign it in OXK1. You would have to
    set the priority key so that program would choose your screen rather
    than the standard screens.
    Transaction OXK1:
    The coding block searches through the existing subscreens for the one
    which fulfills most requirements. The "Priority" serves as fine tuning
    in the search procedure: 1 is the highest priority, 9 the lowest.
    The system searches for the most suitable subscreen according to the
    following strategy:
    First, it searches for subscreens containing all the account assignment
    fields required. If there is more than one, it selects the one with the
    highest priority.
    If this is unsuccessful, the system then looks for subscreens containing
    all of the obligatory fields, or as many of them as possible. The
    subscreen containing the most obligatory fields is selected.
    If two subscreens contain the same number of obligatory fields, then the
    one containing the most required account assignment fields is selected.
    If there is still more than one, the selection is made according to the
    priority.
    b) by user exit or BADI
    Enhancement to manipulate reservation data is MBCF0007 and the user
    exit is EXIT_SAPMM07R_001.
    MBCF0007 Customer function exit: Updating a reservation
    MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0011 Read from RESB and RKPF for print list in  MB26
    There is a BADI as well:
    MB_RESERVATION_BADI  MB21/MB22: Check and Complete Dialog Data
    I hope this information helps you.
    Best Regards !
    Fábio Almeida
    MM Consultant

  • Work center capacity or WT generic

    Dear All
    Is it possible to have Work center determination based on Bin capacity ,
    if not then as second option
    Is it possible to  have WT generic for work center determination where in the picker based on the available work center will enter the bin and confirm the task.
    Please confirm with the storage type settings/role to accomplish the above..
    regards
    Saravana

    Hi
    Request you guys to validate the Work center functionality summarized below and provide your feedback/clarification if any.
    Case 1: User decides on the bin during confirmation
    It is realized through POSC setting for OB02 ,,either having storage type or type and section without bin.
    Open Points:
    WT generic setting at storage type doesn't need to be generic ( values 1 and 2) , It can still remain as not generic (=with Bin)
    It doesn't work based on work center determination setting(/SCWM/PACKSTDT) and having rule based checked at POSC..
    Case 2: User will drop the picked items in common work center
    It is done by having common Inbound section shared between multiple work centers and then the pack center user drags and drops the items/HU from common bin to working bin .. If required there can be an additional bin to reflect the completed work.
    Case 3: Based on consolidation group
    It is achieved by having Consolidation group as Put away rule and work center determination based on consolidation group.(/SCWM/PACKSTDT)
    System dynamically determines the bin per consolidation group.
    Open Points:
    If there is no work center available during picking for a particular consolidation group ( means all available  work center are occupied with different consolidation groups) then surprisingly the pick is directed to staging area ( Is this expected behavior??)
    Case 4: Work center determination Based on Remaining capacity
    BADI Development..
    Thanks Juergen for your inputs ,, Now i am convinced with the  validation( error message) at storage type configuration of having both storage type role E and capacity check active..
    regards
    Saravana

  • Automatic change of Work Center during Confirmation.

    Happy New Year to all!
    Just want to ask if anyone of you encountered the scenario during confirmation in which the backflushed work center was changed. The user claims that they did not do any changes during confirmation nor did they change manually the order itself. The confirmation happened last December and they only noticed it this month when they were checking the reports.
    I did not configure their system so that they can change the Work Center during confirmation. By default, the work center is grayed out during confirmation.
    Hope to hear from some of you soon!
    Thanks and regards,
    jLmendoza
    Edited by: John Luis Mendoza on Jan 4, 2011 3:15 AM

    Dear
    If your production order operations are re-scheuled and dispatched after Capacity Avalaiblity check in cm21/cm22/cm31 etc  , then during the dispatch of operation ,  you have option to change Work Cnetre , time , date based on the selection option in Startgy profile (CM31/CM21-Enter the WORK CENTRE /Order )  and check wether work centre is changed.
    One more option may be in Order Change in CO02-Operation Overview -Operation -Work centre -Here user may change the Work Centre .
    If you have Order Change management active then you can trace the same .
    Refer : Production order change history
    Otherwise , there is not such confirguration in SPRO where work centre can be changed automatrically during confirmaiton because it will grade out based on the ste of confirmaiton default screen in OP00.
    Hope it clarifies
    Regards
    JH

  • Selection of work center

    Dear gurus,
    A product is produced at a particular workcenter based on certain chrecteristics.Suppose the same product is to be produced with certain other charecteristics other workcenter has to be selected.
    How to map this .kindly suggest

    Hi ramesh
    Option 1 ( for Different lot size )
    Create Two Routing for Material X.  One with first work center and another with other Work cneter. And create Two prod versions  ( T code C 223 ) one with Routing 1 and BOM and another with Routing 2 and BOM. You have to differentiate the PV by lot size ( it is must ).
    Then in material master of material X . MRP 4 view give selection of BOM only by PV.
    While running MPR the system will automatically explode the required PV with Routing for that LOT.
    Option 2
    You can choose alternate sequence option with manual selection during conversion of plan order to prod order.
    Create alternate sequence in Routing and do setting for manual selection in OPL8 ( order type dependetn parameter).
    Option 3 ( If the lot size is same ie., you cannot differentiate the lot size.)
    You have to change manually in Prod order in ( CO 02 ) Before release of Prod order.
    Hope this will clear
    Regards
    J .Saravan

  • Block production work center during maintenance order

    Dear Experts,
    iam trying to do the integration between PM and PP, I want to block the production work center from any production order  when there is any maintenance order opened for a certain equipment which is inside this  work center ,
    till now i did the following:
    1) the production work center is now inside the equipment location tab
    2) when i open any maintenance order i put system condition as zero
    now what i only achieved ,
    - in transaction CM25 the capacity is black for the period of the maintenance order
    BUT the work center is not blocked and any production order can be created without any error
    please help and much thanks in advance
    Best Regards

    Hi,
    Till time you have performed right things to integrate PP-PM & system is also responding according to setting.
    Showing block capicity in CM25 against the Maintenance Order.
    If you want to block production order as well, you need to do one more setting.
    go to t- code OIOI, selection Production order types (those you want to block) & in capacity Availabilty choose Collect conversion as 3 : No creation if there is insufficiant caacity.
    i hope this will definately solve your problem.
    - Yatharth

  • Change Work Center during production order confirmation

    Dear All,
    I must to modeling this situation:
    I created an production order. In routing I used an work center A.
    After I confirmed a half of quantity, the work center A was damaged and I must to change it, with the work center B.
    The system allow this change, but when I checked the costing, the situation isn't real. The system counted the costs just for the work center A, and no for work center B.
    My question is: it's possible to change the work center, during production order confirmation and the costs updated with new cost?
    Thank you for your answer!
    Regards,
    Marian

    once a Order is released, the Process order detaisl for that order is frozen.
    however if you want to do it, change the order status to CRTD after reversing the Movements done.
    Do READ MAster data , this will copy the new Work center , redo the previously done Moevements.
    if the change is long term.
    or
    Just manually add the new work center and do the processing. if the change is temporary.

  • Changing default Work Center during CATS time entry

    Hi Folks,
    I am hoping someone here can throw some expert advice.
    Currently during time entry in CATS, we have Work Center coming in from the Work Order. Its getting defaulted without any option to change it. Business here has a need to change it. I have llooked into the CATS profile to see if there is a place that enable the WC to be defaulted.
    In Transaction CAC1, there is a section that shows what fields are being defaulted during CAT2 time entry. However I do not see the Work Center as one of the option there.
    Can any one help?
    In short, where do we disable the defaulting of the WC from the Word Order during time entry?
    Thanks in advance.

    Hi,
    Adding to what Kapil said; if the work centre is a grayed out in time shet screen then you can go to CAC2 transaction and make it editable. By this way users will be able to change the work centre on screen.
    Regards
    Sreekanth

  • Urgent : Automatic Selection of  work center

    Dear All,
    Good Morning,
    please provide me valuable input to accomplish the business scenario,
    the scenario is
    1.There are 16 NC T-Bending Machine with different capacity.
    2. The Client wants to select the workcenter automatically if the 1st workcenter is overloaded i.e 2nd workcenter should be selected by the system
    Again,if 2nd workcenter is overloaded then system should select 3rd workcenter and so on..
    How I can make it possible.
    I am trying the Alternative sequence ,will it works to achive the requirement .
    please give ur valuable inputs.
    Thank in advance,
    Vijay Mankar

    In capacity leveling transaction, enable "date entry when dispatching".  Then, every time you dispatch operations, you will get a pop-up for date entry.  Luckily, this pop-up also has a field for work center - so you can change work center also (with or without date changing).
    We are using this method extensively.  Start transaction with all the work centers that you want to be considered.  Then, just select all the orders and dispatch.  In pop-up, change work center to the next in list.  So, some orders will get dispatched to that work center, and after its capacity is fully booked, the balance orders will fail to dispatch.  Once again, select all orders (left in the order pool) and dispatch, and change work center in pop-up.  You will have to do this as many times as the list of work centers OR till all orders are dispatched (whichever occurs first).  Takes just about a minute per work center and works perfectly.
    - Chetan

  • On my nano 2nd gen, my center/select button just stopped working. all other buttons work.

    on my 2nd gen nano, I added an audiobook yesterday. now the center /select button just quit working. now all i have is just the main menu. everthing downloaded music & audiobook.

    I've been trying to fix a 1st Gen 1GB Nano for the past two days for a coworker and I have to say that with all the digging I have done (around 10 hours at this point) I have yet to find a solution to this matter.
    It's become clear that something is happening with the new updates that seem to be killing off a increasing number of iPod's yet you'll find no fix here.
    You will however hear many, many, many times over to do the 5R's. And you can do that many, many, many times and you will return to the same problem every time.
    It's not just a problem with iTunes/iPod on XP as I can confirm I have had this problem on OS X as well.
    Apple needs to get their act together and start offering some answers to customers questions. I shouldn't have to pay or take a trip to a not so local store just to get product I purchased from the company to work.
    I find myself nervous each and every time my Mac tells me it has updates because I just have to ask myself what this update is going to break.
    Will my iPod play after this update? Will iTunes work after this update. Oh look, my iSight doesn't work anymore after the OS X update (I finally fixed that), and now I see that some Intel iMacs are having wireless issues as well.
    I'm growing more and more frustrated each time I see another person having a problem but only see the same answers (that don't work) offered. If it wasn't for end user support there would be no support at all.

  • Work Center Required on Selection Screen

    Dear All,
    My client has required work center as selection criteria on usage decision screen.
    Thanks to all.

    Dear,
    Try to use the QE01, QE505, here maintain the required operation and work center and give the USage decision.
    Please check and revert.
    Thanks,
    Hrishi

  • Selection of technical objects by work center and plant

    Hi there,
    I want to select functional locations and equipments that are diretly linked to a workcenter which you can see in the location tab in the standard-transactions.
    How can I select this data the way from work center (and plant) to the technical objects? Which tables I have to use??
    Kind regards
    Jens

    Try using Function Module ITOB_FUNCLOC_READ_SINGLE.

Maybe you are looking for

  • Clearing GR/IR Account

    Hello, Transaction MR11 is used for clearing GR/IR Account, when those differences are reflected in the Purchase Order.   But sometimes, the PO is fine without any differences and still unclear amounts in GR/IR Account. My question;  If there is a di

  • Issue in overlapping of windows with main window.

    Hi all, My requirement is to have 4 windows at the end of main window. the 4 windows should be printed only after end of all the line items in the main window. the problem here is if i extend my main window till the end and overlap the 4 windows. if

  • SDM deployment error during XI 3.0 installation

    (nobody in the PI forum replied, so I'm reposting here) I need to install a sandbox using this old version. Installation base is 6.40 WebAS plus Java addon SR1. System installs fine, however during final SDM deployment I get a problem during the J2EE

  • Mountain Lion - Random freezes at startup (apple logo)

    Hi all I have a Macbook Air mid 2011 and since updating to Mountain Lion I'm getting annoying freezes at startup (when apple logo appears). I must long-press the power buttton, and then at the next boot everyting is ok. This happens 20-30% of the tim

  • SMQ2 SYSFAIL - Function Module not found

    Hi All, When i am trying to push data to cdb i got sysfail - Function module not found error in the smq2. But data inserted in the cdb, the probelm we found was the data object having the dependency cause this error. The data was there in the cdb, bu