Transport factory Calendar ( T. code

Hi,
Warm Greetings,
How to Transport Factory calender to Production, transaction code used (SCAL) . As changes are been made in Development to factory calendar year as 2010 Workbench request  can be seen in se10)
But dont know how to process to quality, & production
Badly in need of solution
regards & thank u shamulheq

Changes to calendar data are not automatically included in a correction request.
For the calendar data to be utilizable in another system, use the function Transport in the initial screen of the maintenance transaction.
Note that you cannot transport individual public holidays or calendars. You can only transport calendar data in its entirety. When you do this, all public holidays, public holiday and factory calendars existing in the target system are deleted.
refer below threads
Factory calender needs to transport in prd server
transport of factory calendar changes

Similar Messages

  • How to transport Factory calendar to Production

    Hello PP Gurus !,
    I have a question regarding transporting factory calendar to production system . Is there  any specific way of moving the transport request from development to production ? or it is as usual like other config transportation ?
    I was told that there is a special procedure to transport factory calendar . Please throw me some light on this .
    Regards,
    Giri

    Jiaul,
    First of all, I only need to transport this configuration from DEV Client 301 to QA.
    Referring to another SDN note, our Basis Team has changed the Client Role to Customizing, and make the system changable and client independent. Now, the "Transport" function is enabled.
    We finally able to transport the Factory Calendar. But when we click on the "Transport", it warned us that "All public holidays, public holiday and factory calendars will be transported.All public holidays, public holiday and factory calendars will first be deleted in the target system."
    Like Xioliu mentioned in the same message: "this kind of transport is a table transport, that is , if you use it, all table entries in the target system will be overwritten from the source client.
    this is not a SAP recommended transport."
    I feel that this is a high risk if we transport the whole table.
    Is that a way that we can just transport the two Factory Calendar entries we added (without manually re-create in the system.). The purpose is that we need a TR # generated, so that we can transport to Production with proper transport log.
    Thanks for advise.
    Kent

  • Transport of Factory Calendar

    Hi BI Gurus,
    I have created a new factory calendar in BI Development system and transported to Quality system successfully. When i proceed to transport to Production system, it return RC = 0 but I couldn't find the newly created Factory Calendar in BI production system.
    is there something related to authorization? Any pre-requisites to transport factory calendar? Please shed some light on my issue. Thanks in advance.
    Best Regards,
    Pei Fung

    Hi Rasim,
    Thanks for you reply.
    Understand that the best practice might be load from the source system to BW. 
    The factory calendar can be transported to BW Quality system successfully and the newly created calendar id appeared in SCAL. Why the same factory calendar is not appeared in BW Production system after transport with RC=0?
    Are there any steps that I miss out when transport of this calendar?
    Please advice. Thanks.
    Best regards,
    Pei Fung

  • Assignment of factory calendar ID to company code

    Hello,
    I want to implement a report where I need the Assignement of the ID for the factory calendar to the company code. Is there a table in the system?
    thx
    Robert

    Hi Robert,
    Read the factory calendar & plant link from T001w & then read the link between plant & company code in T001k. I am sure you would then be able to get the fields into your report as you want.
    If helpful award points
    Regards,
    Vivek

  • Factory Calendar (Automatic Transport Request)

    I would like to make changes to the factory calendar automatically request a transport.
    Does anyone know if this is possible?
    In transaction SCC4 Automatic recording of changes is set.
    In IMG Activity, object SCAL is set to 2 Automatic transport
    When changes to factory calendars are made, it only warns that customizing changes are not automatically recorded.

    Factory calendar can be changed in Development. This wont create any transport request number. If u need the same changes in other systems, this needs to be manually changed in those systems. There will not be any transport rquest generated as such.
    Pl. award appropriate points if useful.

  • Transport for factory calendar

    Hi Friends ,
      I have created a factory calendar, but i am not getting option to put that into any request . Can anyone suggest me some wayout .
    The Icon Transport in the "Factory Claendar "is disabled.
    Reagrds
    Ankit Vaish

    Hi dear,
    if you have created a new factory calendar in your source system, you need to transfer global settings (right-click on source system icon in BW workbench) to have it on your BW...
    Hope it helps!
    Bye,
    Roberto
    Do you know that you have to reward the answers you receive in SDN...
    It's THE way to say thank here!
    (you have a lot of posts without a minimum feedback from you about contributors'help...)

  • Maintain Factory calendar in ECC6.0

    Hi Friends
    Can you please tell me what is the T-code to maintain Factory calendar  in ECC 6.0.
    SCAL is the t-code used in 4.7 E , but i find in ECC 6.0 there is no option to change / transport the calendar  using  SCAL
    Looking forward to inputs.
    KK

    Hi KK,
    There is a similar T Code for Factory calender is OY05.
    But I think to transport the same you sholud refer the links
    [How to Transport a Factory Calender]
    [Re: How to Transport Factory Calender to QTY and PRS systems]
    Regards,
    Shyamal

  • Working days between two date fields and Changing Factory Calendar

    Hi,
    I have to calculate working days between two date fields excluding the weekends and public holidays for Switzerland.
    I have written the routine using factory calender and its working fine except for two problems now:
    1. If any one of the date field is empty then teh rsult should be zero.
    2. And the below code is working from 1996 but my cleints wants it to work for years before 1996 as well.
    I also tried to change the Start date in SCAL for factory calendar but it says enter values between 1995 to 2020.
    I am new to ABAP. Please help me how i can achieve these for below code.
    DATA: IT_HOLIDAYS type TABLE OF ISCAL_DAY,
          IS_HOLIDAYS TYPE ISCAL_DAY.
    DATA: T_DATE TYPE SY-DATUM,
          P_DATE TYPE SY-DATUM.
    DATA : X_DATE(4) TYPE C.
    DATA: CNT TYPE I.
    REFRESH : IT_HOLIDAYS.
    CLEAR : IT_HOLIDAYS.
    T_DATE = SOURCE_FIELDS-/BIC/ZCCCHP812.
    P_DATE = SOURCE_FIELDS-/BIC/ZCCCHP810.
    CALL FUNCTION 'HOLIDAY_GET'
    EXPORTING
    HOLIDAY_CALENDAR = 'CH'
    FACTORY_CALENDAR = 'CH'
    DATE_FROM = P_DATE
    DATE_TO   = T_DATE
    TABLES
    HOLIDAYS = IT_HOLIDAYS
    EXCEPTIONS
    FACTORY_CALENDAR_NOT_FOUND = 1
    HOLIDAY_CALENDAR_NOT_FOUND = 2
    DATE_HAS_INVALID_FORMAT = 3
    DATE_INCONSISTENCY = 4
    OTHERS = 5.
    DESCRIBE TABLE IT_HOLIDAYS LINES CNT.
    X_DATE = T_DATE - P_DATE - CNT.
    RESULT = X_DATE.
    Please help
    Regards
    Zabina
    Edited by: Syed786 on Nov 2, 2011 9:15 AM

    Hi Zabina,
    Try this function module  'DURATION_DETERMINE'.
    Give the factory calendar and unit as DAY
    With regards,
    Rajesh

  • System does not propose the delivery date based on factory calendar

    Hi,
    I am creating a sales order for a delivery date for this sat which is (2/22/09)
    I have maintained 2 separate calendars for
    1) shipping point
    2) for the route
    The route has a transit time of 1 day and the calendar has sat and sunday as non working.
    the Shipping point has a pick/pack time of 1 day and the calendar has sat and sunday as non working
    The material is available in the warehouse
    Now when i create this sales order i enter the delivery date as 2/22/09, the system does not propose me the delivery date of monday (i.e 2/23/09) It accepts the 2/22/09 delivery date.
    In the schedule line i do see the date as 2/22/09 only.
    The delivery was created with the following dates
    Picking = 2/17/09
    Transportation Planning = 02/18/2009
    Loading =02/18/2009 
    Planned GI= 02/18/2009
    Delivery Date = 02/22/2009
    How can the system give me the delivery date of a sunday when the calendar doesnt allow sunday as working day.
    Also the route time is 1 day in transit so i am not sure why the system is proposing a 3 day transit time?
    Can any one explain the behaviour of SAP for the delivery date logic

    Dspsac,
    Delivery date can be any date.  For instance, if your customer insisted on a Sunday delivery, you would accommodate him, regardless of any calendar.
    From the delivery date, the system counts backwards USING THE FACTORY CALENDAR ASSIGNED TO THE ROUTE by the number of days in the route.  You have to consult the FC assigned to your Route to determine if the GI date has been properly calculated.
    From the GI date, the system counts backward Pick/pack time, using the shipping point calendar, to arrive at Material availability date.
    Calculations are explained in SAP online help
    [Transportation and Delivery Scheduling|http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/5607e7545a11d1a7020000e829fd11/frameset.htm]
    Regards,
    DB49

  • Date not defined in factory calendar

    while creating the process order using the t - code COR1, i got error saying that " Date not defined in factory calendar "
    i extended the factory calendar in t - code SCAL.
    still i am facing the error.
    please help

    Ok Sudhir.
    Then the problem is one of the workcenter you are using in Production Order. The Intervals of available capacity are maintained in a work center capacity whose 'To date' is after the expiration date of the factory calendar. The error does not occur if the date is 12/31/9999.
    Go to workcenter - Capacity - Interval & shifts
    The 'To date' of an interval of available capacity must be maintained so that it is within the validity period of the factory calendar. The exception is the date 12/31/9999, which is allowed.
    Regards
    Abhijit Gautam

  • 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

  • Function module SD_SCHEDULING: delivery date calculation factory calendar

    Hi,
    When I create or change a sales order, system calculates the delivery time and date (ETDAT) using transit duration and factory calendar. Currently factory calendar says that transportation leaves every Monday, Wednesday and Friday. Unfortunately, function module SD_SCHEDULING calculates the delivery date using factory calendar dates, i.e. <b>NOT</b> using working dates.
    Function module reads the factory calendar from table TVRO (Routes) and field SPFBK (Factory calendar key) in subroutine GET_CUSTOMIZING, and saves factory calendar id in CS_SCHEDDU-TRANSIT_FC. The calculation itself is done later in function module DATE_CONVERT_TO_FACTORYDATE.
    For example, if transit duration is 3 working days, function module calculates the delivery date using Monday (first day), Wednesday (second day) and Friday (third day). Thus, the result is Friday, which is wrong. Result should be of course Wednesday (Monday first day, Tuesday second day and Wednesday third day).
    I'd like to use working days instead of calendar days. I am planning to recalculate the delivery date in some user exit, but before I start coding, I'd like to hear your opinion: <i>Is it possible to use working days instead of calendar days when calculating delivery date?</i> (I believe it must be, since my case is very normal). If it is, I assume that this can be achieved with IMG, but how and where?
    I am using SAP R/3 Enterprise.
    Regards,
    Jarmo Tuominen

    Hi jarmo,
    1. DATE_CHECK_WORKINGDAY
       Probably this FM may be useful to u.
    2.
    CALL FUNCTION 'DATE_CHECK_WORKINGDAY'
            EXPORTING
              date                       = d
              factory_calendar_id        = '01'
              message_type               = 'I'
            EXCEPTIONS
              date_after_range           = 1
              date_before_range          = 2
              date_invalid               = 3
              date_no_workingday         = 4
              factory_calendar_not_found = 5
              message_type_invalid       = 6
              OTHERS                     = 7.
    regards,
    amit m.

  • Factory calendar - OP03

    Hello,
    If I do the settings for factory calendar in OP03, instead of OY05 and OX10, will I get a Transport request, and I won't have to transport manually the settings?
    Ileana

    Hello lleana,
    No, you can not get the transport request, since it (Maintain Calendar) is a manual transport type customization in IMG Display.
    Note: In order to maintain the calendar (which intern you will have to do the things in the R/3 system like creation of public holidays -> holiday calendar -> factory calendar)
    the entire process is manual and there is no generation of transport request when you save it. And in the production system also you need to do the same since the customization of the above (your query) requirement is Manual transport type.
    which is similar to the Maintaining of Number ranges....
    The above customization is to be done directly in PRD system (you can not transport from DEV or QAS to PRD system, since this mapping is manual transport type)
    Hope this will clarifies you,
    Rewards, if it helps,
    Regards,
    Srin.K
    Edited by: sapsrin on Feb 5, 2008 6:29 AM

  • Deliv. date outside period covered by factory calendar TR//PO error

    Dear Sap Experts
    I am creating the P.O For Delivery Date 31.03.2010
    System has giving following error,
    Deliv. date outside period covered by factory calendar TR
    How can I overcome this error,
    Please Give me the solutions
    Thanks

    Thank for ur reply,
    Please give me the procedure with that T code
    I didn't got any year with that T code
    Thanks

  • Get Month & Quarter from Factory Calendar in SAP BI

    Hi,
    Requirement is how to get the month & quarter from the factory calendar in SAP BI.
    lets say the day is 29.12.2008 , if we use this date in SCAL it comes into 2009.
    Im getting the week as 01.2009 by using the Function Module DATE_GET_WEEK which is correct from where i can take week & the Year.
    Now how to get the month & quarter, for the above date i need month as 01 & quarter as 01.
    Please advice.
    regards
    Hari

    Hi,
    Please use the below code:
    v_day = '20081229'.
    *( Fiscal Variant)
    v_fin = '10'.
    Data : V_period(3) type c.
    Data: v_year(4) type c.
    call function 'DATE_TO_PERIOD_CONVERT'
        exporting
          i_date                      = v_day
          i_periv                     = v_fin
        importing
          e_buper                     = v_period
          e_gjahr                     = v_year
        exceptions
          input_false                 = 1
          t009_notfound               = 2
          t009b_notfound              = 3.
      if sy-subrc = 0.
        v_quart                 = v_period.
        v_fiquart        = ( v_quart  - 1 ) div 3 + 1.
        v_period    = v_period.
    endif.
    -Vikram

Maybe you are looking for

  • Remote app and home sharing problems

    Hi I have suddenly a problem with my home sharing Yesterday it all worked fine On my both devices iphone and ipad, i cant connect anymore to itunes on my mac mini Itunes home sharing is on Ipad and iphone it is too I tried several times turning it of

  • I can not startup Managed server via admin server

    Admin server ip:172.16.219.25 Admin server name:nstwssadm1.webex.com Managed server ip:172.16.219.189 Managed server name:nstwss001.webex.com. I can start Managed server in comand line like 'startManagedWebLogic.sh nstwss001-s1 t3s://nstwssadm1.webex

  • Scrollpane/Scrollbar Help

    The items in the list are being generated from an XML file. At the moment, I only have 5 in the list because that's all that would fit. What I want to do is have a scrollable list in that area, so that my XML file could list many more than 5 items. I

  • Survey lists List

    i have approx 40 survey list created by many user. No i want to display all user specific survey lists list name in a table view.  like there are 5 survey list  survey 1, survey 2....upto survey 5. user 1 has created survey 2 and survey 3 whereas, us

  • Since installing Tiger my images files are missing .jpg and won't open.

    Upgraded to Tiger a month or so ago. Now when I open some images files there are two extra items in the folder. One marked FINDER.DAT and another folder marked RESOURCE.FRK in upper case. My images will not open because the .jpg has been removed. I c