Work center for Production order

Hi,
In my report I need to link the production order to work center. I have got all the information for the production order from AFKO, but I am unable to find a way to link it to the work center?
Thanks
Vamsi

Hi Vamsi,
Refer value AFKO-AUFPL, Use AFVC-AUFPL to fetch the operation details of an order. Fetch AFVC-ARBID for AFVC-AUFPL, use CRHD-ARBID to get Work center details.
Regards,
Prasobh.
Award your marks, if this has helped you.

Similar Messages

  • All default routing value has to be changed, while changed the work center in production order

    Dear friends,
    our client they want to change the work center in production order.according to production version work center also they are changed.so while change the WC,all the default value has be changed as per routing what we maintained in routing.At present we have to enter the manually change the W.C as well as set up time and operation time enter manually.Any other option to do the automatically capture value from routing while change in Work center in production order.pl help me on this.
    Thanks&Regards
    Sabhapathy R

    Hi Rahul,
    Thanks for reply. I am maintained in diff value  maintained routing , Ex :First routing i have  work center 'X' value maintained as a setup time in 15 Min's and operation time 10 Min's
    second work center 'Y' I have maintained as set up time 10 Min's and operation time 30 Min's,
    Now I want to change the work center in production order as a 'Y' so whatever value maintained in routing , it has to be changed automatically (10 min's and 30 Min's), but system will not change only old value only picked (15Min's AND 10 Min's).
    Now I think you get to know what the client requirement, kindly do the need full.
    Regards,
    Sabhapathy R

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

  • Mass change of work center in production order

    Dear All,
    Is it possible to mass change work center in production order, i.e. i have around 100 production order of which i have to change the work ceter assigned in particular operation .
    Thanks and regards
    Manish

    Hi Manish,
    If you have not posted any activity or goods to the production order, then in header click on Functions -> Read PP Master Data.
    The order will now read the routing with the new work centers, provided the same has been changed.
    If you have posted some activities or goods movement done, then its a manual process.
    Hope the above answers your query.
    Regards,
    Vivek
    Added
    If in case you have posted some goods or confirmed some activity, check if you can reverse the same, re-read the routing & then post back the goods.
    Edited by: Vivek on Feb 24, 2009 12:22 PM

  • Cost center for Production Order

    Hi all,
         We are now not able to get a report of Material consumption cost, Cost center wise. It is Because cost center is not linked to Production order or not linked to material issued to production order. Can we get the cost of material cosumption for  production order cost center wise. Please give us a solution.
    With Regards,
    R.Mahendiran.

    Hi,
         Prod order is linked with controlling, for the direct costs like material cost linked with accounting view, costing view and secondary costs are linked with costing tab in work center and inturn workcenter is assigned to cost center, and for the prod order controlling part you will be assigned to the costing variant in transaction OPL8, if you remove this you can't get any reports.
    To understand the difference
    201 - Goods issue against cost center. Means you create reservation through MB21 and do posting of cost directly at cost center.
    261 - Goods issue to Production order. Means you create a reservation through Production order  and do posting of cost to Production order. When cost settlement of production order is done cost from production order will get transfered to cost center mentioned in settlement rule of production order.
    Hope this clarifies your doubt.

  • Work center wise production order infomation report

    Hi all,
    i have a requirement that workcenter wise (with date) production order information with quantity details (plan and actual).
    Eg: My production order quantity - 40 nos. (it takes 4 days to finish).
          i have three operation in production order.
          my order scheduled start date - todays date.
    In standard, when enter my first operation work center, system showing production order and its quantity (40 nos) . but i need to split that order quantity in report.. means on todays date for particular production order - order quantity = 10 nos.
    Clent want like that (with quantity break) report..
    Any standard report ???
    If customization.... How it can be mapped in SAP.??
    Thanks in advance

    Hi,
    You can use the FM COIS_SELECT_ORDER_DATA_READ.
    CALL FUNCTION 'COIS_SELECT_ORDER_DATA_READ'
          EXPORTING
            iv_prod_order_sel       = lv_prod_order_sel
            iv_proc_order_sel       = lv_proc_order_sel
            iv_planned_order_sel    = lv_planned_order_sel
            iv_rem_objects_only_sel = lv_rem_objects_only_sel
            is_objects_to_read      = ls_objects_to_read
            it_parameter            = lt_parameter  "General Structure for PARAMETERS and SELECT-OPTIONS
            it_status_hdr           = lt_status_hdr
            it_status_opr           = lt_status_opr
            it_status_cmp           = lt_status_cmp
          TABLES
            ct_ioheader             = lt_ioheader
            ct_ioitem               = lt_ioitem
            ct_iodocl               = lt_iodocl
            ct_ioopdocl             = lt_ioopdocl
            ct_iomamo               = lt_iomamo
            ct_ioconf               = lt_ioconf
            ct_ioopconf             = lt_ioopconf
            ct_iosoconf             = lt_iosoconf
            ct_iogomo               = lt_iogomo
            ct_ioopgomo             = lt_ioopgomo
            ct_iosogomo             = lt_iosogomo
            ct_iogmer               = lt_iogmer
            ct_ioopgmer             = lt_ioopgmer
            ct_iosogmer             = lt_iosogmer
            ct_iosequen             = lt_iosequen
            ct_iooper               = lt_iooper
            ct_iosoper              = lt_iosoper
            ct_ioopcomp             = lt_ioopcomp
            ct_iooppreq             = lt_iooppreq
            ct_iosopreq             = lt_iosopreq
            ct_iooppord             = lt_iooppord
            ct_iosopord             = lt_iosopord
            ct_ioopmst              = lt_ioopmst
            ct_ioopprt              = lt_ioopprt
            ct_ioopcap              = lt_ioopcap
            ct_ioopscap             = lt_ioopscap
            ct_iosocap              = lt_iosocap
            ct_iososcap             = lt_iososcap
            ct_ioopsccf             = lt_ioopsccf
            ct_iososccf             = lt_iososccf
            ct_ioprodlist           = lt_ioprodlist
            ct_iomatver             = lt_iomatver.
    This FM get data from the report used by transaction COOIS. If you needed the header data then you can use lt_ioheader table and seperate the data with the date. If you need at operation basis the you can use lt_iosoper table. You can use this FM to create custom report even with the checks like material availability, PRT availability, capacity requirement etc.
    Thanks and regards,
    Pradip
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:27 AM

  • How to manage work center in Production order

    Hi,
    I am producing a material having one operation (suppose cutting), which I have mentioned in the routing. I have also mentioned the work center in routing on which cutting operation will be performed. When I make the Production order of 1000 pcs there comes only one work center. But practically, they are producing these 1000 pcs on two different work centers ( 500 on one and 500 on second). How to manage this in SAP.
    Kindly help me.
    Thanks and Regards,
    Yogesh Singla

    Dear ,
    What is the individual capacacity of the Work Centre -CR02-Header -No of Individual Capacity ?
    I think you must be using similar kind of work centre of 2 no 1000 pc .Now , when you are creating routing for this , you should hit Required Spilliting in Routing Operation -Select Operation line item  and then Double click -Select Spilitting and enter splitting No 2.
    At the same time in CR02-Work Center -Capacity Tab -Hit the Header -In the Bottom of the Detail Capacity Header -Avaialabile Capacity -Include 2 as Number of Inidvidaul Capacity  and SAVE.
    Now based on thr required spilittinga and invidual caapcity , it will consider the Work Centre Load .
    Other wise , you can enter one more operation line in routing with similar Labor hrs , work center and control key in routung for production of 1000 pc  .
    Hope it clarifies
    Regards
    JH

  • How to connect MAPL and PLPO to derive work center for planned order

    Hi,
    Anybody know how to derive work center using MAPL and PLPO for planned order (PLAF). Is there any connecting table between MAPL and PLPO.
    Please help asap.
    Regards,
    Mitali

    I guess u r trying to view the detail scheduling info (tab in MD13) for a planned order . In that case -
    1. Go to PLAF and enter the planned order number. (PLAF-PLNUM) and get the ID of the capacity requirements record (PLAF-BEDID).
    2. With this PLAF-BEDID go to KBED. pass the value here. KBED-BEDID. The KBED-ARBID values are your work center ID.
    3. To get the work center texts ( the way is appears in the screen) - Pass this value to CRHD . CRHD-OBJTY = 'A' ( i.e Type work center) and CRHD-OBJID = KBED-ARBID.
    Hope it solves ur prob.
    Cheers
    SKC

  • Replace Main work center for maintenance order

    hello
    I have to change the work center maintenance orders to 1000.
    Is there a standard transaction to make this change in mass?
    or I'll have to create a LSMW?
    thanks
    Paulo Picarra

    Hi Paulo
    though you have closed this thread I would like to tell you that In standard T- code IW38 there is a carry out mass change option available through which you can change many data including Main Work center. Pl check the following steps
    Select the orders through IW38 & click on order (at the top menu) & select carry out mass change (or CTRL+F11)
    you will get a popup screen for selection of fields to be changed.
    Pl check & give feedback
    Regards
    Shakti

  • Coste Center for Production Order

    Hi all,
    Can anyone please provide me the table details, which stores information on cost center for the PP orders and PM orders.
    Thanks in advance.
    Regards
    Prashant

    AFPO
    AFKO
    AUFM
    regards

  • Change Profit center in production order

    Hi
    In production order , profit center is taken from material master, we need a solution to fetch the profit center from cost center instead of material master, assigned in work center, in production order
    selection  of production line from production version assigned to production order
    Is there any std functionality or enhancements possible ?
    now I am working with this SAP note
    Note 150959 - Profit center is incorrect in production order
    Regards
    Devakumar
    Edited by: Devakumar on Feb 22, 2010 11:27 AM

    Then Go to OBA5 enter the KO  Application area
    Add the 367 message and  your user iD enter warning in online and Batch,
    After that You can able to Change the   profit center in Order with warning message in Order

  • To find 'Maintenance Work Center' for Equipment (without Production order)

    Hi,
    I have a Report for - 'Equipment BOM' - IB03.
    Problem: How to find the 'Maintenance work Center ' For Equipment ? (IE03--> Organization > Responsibility> Main. W.Cntr)
    [ Note: For Client -->  It's not necessary that each Equipment has Production Order, Few Equipments are taken only for Repair purpose, Equipment is there in table - EQUI,
    So - Not possible to fetch from AUFK, HIKO or any other order tables. ]

    I have a Report for - 'Equipment BOM' - IB03.
    Problem: How to find the 'Maintenance work Center ' For Equipment ? (IE03--> Organization > Responsibility> Main. W.Cntr)
    [ Note: For Client --> It's not necessary that each Equipment has Production Order, Few Equipments are taken only for Repair purpose, Equipment is there in table - EQUI,
    So - Not possible to fetch from AUFK, HIKO or any other order tables. ]
    EQUZ-GEWRK has the main work center. Pass the equipment number and valid-to date to get the main work center.
    Cheers
    Sujay

  • Template allocation enviornment 12 for production order not working

    Dear experts,
    i have more than 6 activity type in routing and the base will be machin hour qty means all my activity Fiance, HR,IT and quality ase will be machin hr qty defined in routing and rate will be different in kp26 for hr,IT<QC and finance.
    so i am planning for templete allocation and i m using production order.
    In templete allocation there are different enviornment for plan and actual for production order.
    For planning i have created environment 0
    Based on cost center and activity tpe ( all my activity-HR,IT,QC,Finance and one common cost center)-seperate line for each activity and plan qty is machin.I wrote the logic and same is working also.
    but for actaual .i have chosen enviornment 12 becoz i m using production order and logic will be actual machin hour qty.
    request you to guide me on actual environment based on machin hour actual qty
    regards
    RR

    dear friend,
    for the first issue please run OPU3 for your plant/prod.order type and
    set MORE days in 'Start in the Past' field
    or
    go back to your prod.order (run CO02 ) and REDUCE days in past
    for the second issue please run CR02 and fix the time (Scheduling tab)
    good luck!

  • Report serial number for production order.

    Dear gurus,
    i activated the profile for use the serial nuber in the HALB material and in the FERT material.
    I created a production order for the HALB material and i good issue the production order whit the transaction MIGO and inserting the serial numer.
    After i created a new production order for the FERT material serial number 60 and i use the component HALB whit the serial number 38 .
    Now i can see the collegament to serial numer of component and serial number of the FERT material?
    I need insert the production order for the FERT material and see the serial number of the component used.
    In the CO11N is possible do the moviment 261 for the component  manage whit the serial number? I see the area for serial numeber.
    Thanks a lot
    Daniele Pistilli

    Dear ,
    In the CO11N is possible do the moviment 261 for the component manage whitout the serial number?
    Yes .It is possible to do the 261 whule perfoming CO11N for  production Order .Find belwo the set up requireed :
    Backflash can done based on the following set up  to have the 261 while perfoming co11n .
    1.In material master MRP2 view of the item , Backflash field should be kept -1-Alaways back Flash
    2.In work Center where the routing operations are done , -Goto-Basic Data View -Back Flash Indicator -to be marked .
    3.In Master Recipie Componenet Alocation Tab -Item Line -Back Flash Indicator to be ticked once assinged to a particualr operation .
    4.In OKP4 keep the All Components under Goods Movement option ticked so that system posts the withdrawal of all components displayed in the overview as a backflush
    Priority will be always Work centre even you keep the Material master MRP2 view kept always back flash
    So when you do the confirmtion , if you go inside the Goods Movement Tab  page , you will find 261 movement type along with 101 and same Material Documents will genertaed in one shot .
    Hope this is clear  to you .
    Regards
    JH
    Edited by: Jiaul Haque on May 19, 2010 2:13 PM

  • Tables to retrieve work center for target costs

    Dear all,
    currently i developing a report which requires me to display the work centers and their target and actual hours and costs. I tried using production order link tables but they only show work centers that are related to planned costs. May i know which tables can i refer to, in order to retrieve work centers that contribute to the target costs?
    Thanks and Regards
    YM

    I have a Report for - 'Equipment BOM' - IB03.
    Problem: How to find the 'Maintenance work Center ' For Equipment ? (IE03--> Organization > Responsibility> Main. W.Cntr)
    [ Note: For Client --> It's not necessary that each Equipment has Production Order, Few Equipments are taken only for Repair purpose, Equipment is there in table - EQUI,
    So - Not possible to fetch from AUFK, HIKO or any other order tables. ]
    EQUZ-GEWRK has the main work center. Pass the equipment number and valid-to date to get the main work center.
    Cheers
    Sujay

Maybe you are looking for

  • I WANT TO BE ABLE TO SYNC GOOGLE MAPS INTO MY CALENDAR EVENTS on IPhone

    I often find myself with spurts of time where I can look up the location of my events, but when I am on the move I don't have a lot time. It would be very helpful to be able to attach locations into my events so that when it's time to go to that even

  • My lock button doesn't perform his job it keeps screenshotting everytime.

    When i press my lock button, it screenshots instead  of locking my iPhone. Because of this problem I cant turn my device off when i want, mute calls or lock it. I tried resetting my iPhone, every setting goes to default but my lock button keeps makin

  • Discoverer issues exporting to excel

    i'm using OracleBI Discoverer Viewer Version 10.1.2.48.18 and some users claim that when they try to export to excel they get the following message: The exported document no longer exists. An exported document is not maintained after the first downlo

  • Problem when BPE starts

    When I run the BPE in IDM 7.1 (Windows XP SP2) there are errors in console terminal. WavesetException: Invalid IDMX user: no user resource id com.waveset.util.WavesetException: Invalid IDMX user: no user resource id Then, BPE connects to Repository w

  • My Internal Speaker`s aren`t working

    After my laptop was really hot i opened it and for some reason the volume wasn`t working and their is no red light and no inter speaker option in my prefrence