Routing and Work Center

My Friend,
What tables and fields I can user to create a report with link ( Work center X Routing X machine times X labor times) I need of list with this information to analysis.
I need comparete the times SAP information(Routing) verses Real Operation ( production line) by list.
Thank you for any help.
Best regards
Armando

Hi,
You should have searched or posted your question in production planning forum.
For example, check the link [Labour time and Machine time - production order table   |Labour time and Machine time - production order table]
Regards

Similar Messages

  • Read Routing and work center details from transfer order

    Hello
    I am using transaction LT31 to print a form for the transfer order.
    The customer wants me to print a field that is in the work center details of the routing for this material and plant.
    I can see this data with transaction CA02 where i enter material and plant,and then the work centers are beeing displayed.From here i can double click on the work center and see the field Supply area that i have to print.
    My answer now is,how to read details on the work center starting from my transfer order number.Which is the table connection between transfer order table LTAK and the tables where i can find the work center details.
    Thank you

    I have found the solution:
    ltak-tanum = mseg-tbnum
    read aufnr from mseg and go to afko
    mseg-aufnr = afko-aufnr
    read plnnr from afko and go to plpo
    afko-plnnr = plpo-plnnr
    from plpo read arbid and go to crhd
    plpo-arbid = crhd-objid
    from here,we can find the arbpl and the field that i was looking for PRVBE

  • How to maintain time spec.of operations in routing and work centers

    Dear consultants,
    We dont have any time specifications in routing or work center ..
    we just create an order and the execution of the production involves many operations....
    now we want to be specific about the time of operations as the need is to track the operations.( In the sense which of the operations are delayed).....
    How and where should i do these in the routing and workcenters..
    Please explain in detail....
    Karthick

    Hi Karthick,
    In your work center in basic data page you maintain std. value key eg: SAP1, this has Setup Machine & Labor fields. In the default values page you specify the unit of measure Eg: HR
    Now when you add this work center in your routing operation page, you will find Setup Machine & labor, here you maintain the time required for each of the process.
    Now while doing confirmation via co11n, you inform the user to specify the time actually spent on each of the activity. In OPK4 for order type - plant combination you can specify a few defaults such as propose the value etc.
    Hope the above is clear.
    Regards,
    Vivek

  • Link for Cost Center And Work Center.

    Dear Experts,
    Can you Provide me the Link for Cost Center And Work Center.
    Regads,
    Jyoshna

    Dear Experts,
    I got the answer for the Link Between Cost Center And Work Center.
    By using CR03   T Code we can see the Display Work Center : Cost Center Assignment Screen will appear.
    we need to select the costing tab, We can find Cost Center .
    Thanks & Regards
    Jyoshna

  • How to change the main work center and  work center of each operation when generating work order by maintenance plan

    Dear experts,
    I face a problem that system get main work center from equipment master data as a default main work center in maintenance plan when creating maintenance plan. however, if main work center in equipment is changed later, the change will not synchronize to related maintenance plan. if work order is generated from maintenance plan, main work order in order is defaulted from maintenance plan instead of updated work center in equipment.
    another problem is that, for those orders generated by maintenance plan, the work centers in  operations is defaulted from task list in maintenance plan. in most case, work center in task list is dummy. Actually the work is done by work center in equipment master data.
    My expectation is how to auto replace the main work center and work center of operations in work order with the one in equipment master data if order is generated by maintenance plan? is there any standard configuration or enhancement/BADi that can help with this requirement?
    thanks!
    Wesley

    Wesley,
    Sorry - development is the only way.
    Another option is to create a batch program that runs before your IP30 run(s) and updates any maintenance items and task lists with the correct work centres.
    PeteA

  • Factory Calendar and Work Center

    Dear All
    I am confused between factory calendar and work center working.  Kindly guide me what factory calendar does and what work center does?

    Hello,
    Factory Calander :-- Factory calendar contain company specific dates such as alternate working Saturdays, Plant shutdown etc.
    You can create your company factory calendar via transaction code 'SCAL'.
    Assignment of the factory calendar by plant is done in transaction code 'SM30 - V_T001W'.
    An example of a SAP application that uses the factory calendar is the SAP MRP modules.
    Assuming that you have a specified an alternate working Saturday, MRP will postponed the planned orders to the next working day if it happened to falls on a non-working Saturday.
    Work Center :--
    Operations are carried out at a work center. In the R/3 System work centers are business objects that can represent the following real work centers, for example:
    Machines, machine groups
    Production lines
    Assembly work centers
    Employees, groups of employees
    t-code-- CNR1 - Create
    for more information go to this link
    http://help.sap.com/saphelp_smehp1/helpdata/en/40/8ac473d40943ddb23def12bdb33437/content.htm
    Thanks

  • Tables for routing (for work center)

    hi friends,
    I am doing report on routing but i did not get value for work center i got tables CRHD CRCA CRCO CRHH CRHS CRTX KAKO KAZY .
    i try to get result by using link with PLPO and PLKO.
    in TCode CA03 when i see the technical attributes it stors the dat ain structure PLPOD but i am unable to use it.
    kindly can anybody tell me how to work center.
    thanks & regards
    Bhupinder Singh Kaler

    Hi Bhupi kaler,
    try to link CRHD and PLKO with WERKS ( Plant ) field ane get the ARBPL ( Work center ).
    Best regards,
    raam

  • Tables for Basic end date and work center for operation

    Hi!
    I need table name to fetch the basic end date of a maintenance order and maintenance work centers with respect to each operation in maintenance order.
    Regards,
    VM
    Edited by: V M on Jul 20, 2010 7:22 AM
    Edited by: V M on Jul 20, 2010 7:35 AM

    Hi VM,
    Input is Order Number (AUFNR).
    You can find the Basic End date of Order in Table AFKO, filed is GLTRP.
    For work center in Operations, you can use the Table AUFPL from AFKO.
    Pass this AUFPL in AFVC and get the ARBID.
    Then pass this ARBID to CRHD Table as OBJID, and get the work Center (ARBPL)
    Regards,
    MLN Prasad

  • Operation number and work center

    I'm looking for the link between inspection plan/recipe header and operation at table lavel.
    Reason: I have two inspection plan number with same group number but both has different counter and each has 4 operation and each operation has different work center.
    Now I can get header info in PLKO and operation level info in PLPO table. From PLKO I can pass PLNTY and PLNNR in PLPO table but this gives me 8 entry in PLPO table (4 for 1st group counter and 4 for 2nd counter).
    So my question is how to differentiate 4 operation of each inspection plan header. Even same issue facing at recipe level.
    I can't find any table. Do we have any BAPI?

    Detailing the above reply through SQVI.
    The Join.
    Selection Screen
    The output
    If you need you may have Header table (PLKO) also in the join to have more details.
    Jogeswara Rao K

  • How to link Cost center and Work center?

    Hi All,
    We have a list of Work centers and the corresponding Cost centers. We need to know which tables can be used to connect the Work center with its corresponding cost center?
    Thanks:
    Siddharth

    Hi Please use t-code OP42. Make sure all your configuration for work centre is there. You link cost centre in the costing tab of work centre basic data.
    Hope this helps.
    Thanks
    Sanjeev

  • What is the difference between Org. Unit and Work Center?

    When there are Org. Units, then what is the purpose of Work Centers? Can there be an organization without Work Centers? Or Work Centers should exist for every Org. Unit?
    How are Work Centers different from Org. Units. How can it be identified that this is Work Center and this is an Org. Unit? How should they be mapped?
    Can somebody clearly explain this?
    Points assured!
    Thanks in advance,
    Nivedita.

    When there are Org. Units, then what is the purpose of Work Centers? Can there be an organization without Work Centers? Or Work Centers should exist for every Org. Unit?
    Work Centre could be as small as a particular Desk/ cabin or as big as City...so there is no comparison of both.
    Work Centres are used to indicate if we want to specify certain relationship or restrictions based on specific location, say if I want to maintain specific incentives based on Production unit, so I can define it as Work Centre..I want to define some position for handicap person,I can restrict it on a work centre.
    Organisation Units and Work centres are independent and Org units can exist without Work Centres.
    How are Work Centers different from Org. Units. How can it be identified that this is Work Center and this is an Org. Unit? How should they be mapped?
    Work Centre "A" and Org unit "O" if you want to identify in existing structure, however if you want to define, usually we use org unit to define further structure in this where as Work centre to specify certain conditions associated with that particular location/desk.
    I hope it is clear...
    Thanks for assurance of points in advance...
    Best Wishes

  • Org unit s and work center

    Hi,
    Can i know how workcenters and orgunits are related ,can 2rgunits and 1workcenter exit,can 1org unit and 2workcenter ?
    regards
    Hema

    Hi Hema,
    It depends on your relationships between the objects.  The 003 relationship - 'Belongs to' usually is used to relate a position 'S' to a work center 'A'.  You can create a relationship where an org unit 'O' could be related to a work center 'A' and if you do so, you can specify the time constraint of the relationships so that 'only one may exist' (time constraint 2) or 'more than one may exist' (time constraint 3) at a time.  Up to you how you want to define these relationships. 
    Table T778V should be your first stop to create the relationships and the time constraints.  And then create the Evaluation Paths T778A so that you can assign the objects and then view them. 
    Work Centers are usually defined as 'physical work location'.  Persons in a organizational unit could work at one or more work locations or a work location could have people from several organizational units working there.  How do you see the relationship?

  • What is the relation between object work area (EH&S) and Work Center (PP)

    Hi gurus,
    I have a conceptual doubt, about the relation when I clasify like work center an object WA of IHS and how this feature is asociated at object work center of module PP?
    Conceptually is the same?
    Thank and Best regards

    Hello Hernan
    the Work Area is defined as: take a look here
    http://help.sap.com/saphelp_47x200/helpdata/en/1f/ea8e69e09311d3b5700004ac160be0/content.htm
    Therefore there is a link available between work area, plant and cost center.
    Work Center is defined as: take a look here:
    http://help.sap.com/saphelp_46c/helpdata/en/b1/c03424439a11d189410000e829fbbd/content.htm
    Work centers are business objects that can represent the following real work centers, for example:
    Machines, machine groups
    Production lines
    Assembly work centers
    Employees, groups of employees
    To my knowledge there is no "direct" link between these objects.
    Further on on the level of the Work Area (to my knowledge) you define: which employee etc. is linked  to the work area ((is working in the work area).
    So to my knowledge there are a number of "indirect" links between both objects but no direct link
    With best regards
    C.B.
    PS: http://fuller.mit.edu/ehs/ind_hygiene_safety.htm provides a further small overview of the Work Area Topic (EHS IHS)
    Edited by: Christoph Bergemann on Nov 15, 2011 8:53 PM
    Edited by: Christoph Bergemann on Nov 15, 2011 8:55 PM

  • Confirmation costs and work center link

    Hi Experts
    Can we link the costs in CO document along with line item and to a work center after production order confirmations?

    Dear
    You need to utilise tabel :
    1.AFKO - this is for your basic production header info
    2.S022 - this is for your operation header details - operation number, Work centre etc if you are only after the header details such as activity cost based on the activity type assinged at work centre -cost centre ( refer : AFVC or AUFV)
    3.AUFK - this is for your order master data - Order released flag, order complete flag, technically complete date, you'll need this to filter out confirmed order with order staus based on JEST table.
    4.Work Centre : CRCO-Work centre /cost center relation , CRHD-Work Cenre Header .
    5.Discuss with your CO  for CO document number
    -COVBP
    COSS CO Object: Cost Totals for Internal Postin
    COSP CO Object: Cost Totals for External Postin
    COSB CO Object: Total Variances/Results Analyse
    COSL CO Object: Activity Type Totals
    Hope this will be useful
    Regards
    JH

  • Require help on coast center and work center tables through sales order

    dear experts
    my requirement is to report the cm05(capacity planning ) transaction.
    The original capacity planning consists of workcenter details.
    but my client needs the report as follows
    on which sales order and on which work center we require the capacity of materials.
    any tables and fields for this report please.
    help needed.
    kindly update me.

    hi,
    Please explore table CAUFV View "Order Headers PP/CO" ,here you will find the relationships between the three.
    Regards,
    Neha

Maybe you are looking for

  • Unable to set Guest Network

    I have set up a Wifi Network using one Apple Airport Extreme. While me regular WiFi network is hidden and working fine, I am unable to set up the guest network. I have enabled the guest network option with a password. under the wireless tab in airpor

  • FM FI_ITEMS_MASS_CHANGE  not working where FB02 authorisation is not there

    Hi, I am using function module FI_ITEMS_MASS_CHANGE  to remove payment block alternative of FB02. It is working fine with userid having FB02 authorisation through workflow. But user who will access the system won't have FB02 authorisation. So how can

  • IPhone badly messed up can't text need help

    My iPhone said storage was low still does even if its not. I delete texts and the come back   I can't send any texts the will delete themselves or won't even highlight. The send button very thing else on my phone works tho I need help

  • TS3899 Username or password incorrect

    Just got iPhone 5. Getting username or password incorrect when trying to check email.

  • Chip out of my macbook!!

    Hey, there's a huge chip taken out of my macbook, i'm not sure how it happened as i hardly take it anywhere, but does anyone know how much a new macbook exterior would cost?