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

Similar Messages

  • 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

  • How to get working Date based on factory Calendar and current date

    Hi All,
    I want to deletermine a date which is Invoice date + 3 working days excluding SAT, SUN and holidays. For e.g, if Invoice date is 18th Sept, 2009, then my desired date should 23rd Sept, 2009.
    I do have factory calendar ID but i dont know the proper function module.
    Can some one please help me...

    Hi,
    check this code,
    DATA:
    w_date   TYPE dats,
    w_date1  LIKE scal-date,               " dats
    w_date2  LIKE scal-date,
    i_factid LIKE tkevs-fcalid VALUE 'IN', " IN for India
    it_dats  TYPE TABLE OF rke_dat,
    wa_dats  LIKE LINE OF it_dats,
    w_lines  TYPE i.
    CALL FUNCTION 'CALCULATE_DATE'
      EXPORTING
        days        = '0'
        months      = '1'
        start_date  = sy-datum             " for example '20090918'
      IMPORTING
        result_date = w_date.              " 1 month added '20091018'
    w_date1 = sy-datum.
    w_date2 = w_date.
    CALL FUNCTION 'RKE_SELECT_FACTDAYS_FOR_PERIOD'
      EXPORTING
        i_datab  = w_date1
        i_datbi  = w_date2
        i_factid = i_factid
      TABLES
        eth_dats = it_dats.                " number of working days between two dates
    READ TABLE it_dats INDEX 4 INTO wa_dats.
    WRITE :
      / wa_dats-periodat.                  " new date '20090923'
    Hope this will be helpfull...
    Regards
    Adil

  • 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

  • Sync Home calendars and work calendars

    I've been using iCloud to sync my home calendars from my personal computer running 10.8 but I would like also to sync over the clouds the work calendars I have in the office however the only way to do it would be to disable the iCloud calendar sync on the phone and then via iTunes merge the calendars.
    But of course when you re-enable iCloud on the phone the new calendars will disappear.
    Is there a way to merge Home and Office on the cloud and keep them sync?
    Most of the work calendars are already from an iCal server.
    thanks
    A.

    Disable the iCloud calendar, then import your work calendar.  Then export each of your work caledars by selecting them one at a time and going to File>Export>Export and save these on your desktop.  Next, re-enable your iCloud calendars.  Now create new calendars with the same name of each of your work calendars in iCloud by going to File>New Calendar>iCloud.  Now import one of your work calendars to the corresponding calendar you created in iCloud by going to File>Import>Import, selecting the .ics file and choose the iCloud calendar to import it to.  Repeat this for your remaining work calendars and they should all now be in iCloud.

  • 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

  • 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

  • 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

  • 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